Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | Remove now dead code | Aleksey Kladov | 2021-03-08 | 1 | -11/+14 |
| | |||||
* | Unused params | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 1 | -8/+13 |
| | | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | ||||
* | Make working with codegen less annoying | Aleksey Kladov | 2021-03-08 | 1 | -12/+4 |
| | | | | | | | | | | We probably should look into removing `xtask codegen` altogether. The test workflow works perfectly for package.json config. There are two things preventing that: * Lint completions are generated on demand. * Docs are not committed to the repository. | ||||
* | Check for path dev-dependencies with a version number | Laurențiu Nicola | 2021-03-01 | 1 | -10/+33 |
| | |||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 1 | -0/+424 |
lib/bin/test separation isn't really needed. |