Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xtask: replace "lint" command by a simply cargo alias | Matthias Krüger | 2021-03-14 | 1 | -2/+0 |
| | | | | | | | This strips the run_clippy implementation out of xtask and replaces it by a simple "cargo lint" alias which runs clippy with the corresponding flags. Unfortunately I could not name the alias "clippy" because that would lead to infinite recursion. | ||||
* | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 1 | -10/+0 |
| | | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | ||||
* | :arrow_up: xflags | Aleksey Kladov | 2021-03-07 | 1 | -8/+9 |
| | |||||
* | Underengineer `cargo xtask install --client` | Aleksey Kladov | 2021-03-05 | 1 | -10/+1 |
| | |||||
* | Cleanup install command | Aleksey Kladov | 2021-03-05 | 1 | -0/+33 |
| | |||||
* | Update xtask/src/flags.rs | Aleksey Kladov | 2021-03-01 | 1 | -1/+1 |
| | | | Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
* | Use cli parser with auto-generated help | Aleksey Kladov | 2021-03-01 | 1 | -0/+139 |