aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Automatically categorize the changelog entriesLaurențiu Nicola2021-04-202-37/+161
* | Update license checkkjeremy2021-04-151-1/+1
|/
* Rust 1.51kjeremy2021-03-251-1/+1
* a lot of clippy::style fixesMatthias Krüger2021-03-213-3/+3
* xtask: remove redundant lifetime (clippy::extra_unused_lifetimes)Matthias Krüger2021-03-211-1/+1
* use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-212-8/+6
* Add perf_revision to benchmark resultsDouglas Weber2021-03-151-2/+6
* Add diesel to the benchmark suiteGeorg Semmler2021-03-151-1/+2
* xtask: replace "lint" command by a simply cargo aliasMatthias Krüger2021-03-142-22/+0
* Fix remaining references to `cargo xtask codegen`Lukas Wirth2021-03-122-2/+2
* MinorAleksey Kladov2021-03-081-1/+1
* Cleanup the error messageAleksey Kladov2021-03-081-1/+1
* Remove now dead codeAleksey Kladov2021-03-089-90/+76
* Unused paramsAleksey Kladov2021-03-085-10/+10
* Make `code generation` just workAleksey Kladov2021-03-085-45/+35
* Make working with codegen less annoyingAleksey Kladov2021-03-083-21/+25
* :arrow_up: xflagsAleksey Kladov2021-03-071-8/+9
* Underengineer `cargo xtask install --client`Aleksey Kladov2021-03-053-70/+37
* Cleanup install commandAleksey Kladov2021-03-053-47/+52
* Fix regression where the client was not installedAleksey Kladov2021-03-051-1/+1
* Fix xflags falloutAleksey Kladov2021-03-021-1/+1
* Merge #7836bors[bot]2021-03-021-10/+33
|\
| * Check for path dev-dependencies with a version numberLaurențiu Nicola2021-03-011-10/+33
* | Update xtask/src/flags.rsAleksey Kladov2021-03-011-1/+1
* | Use cli parser with auto-generated helpAleksey Kladov2021-03-016-132/+175
|/
* Axe pre-commitAleksey Kladov2021-03-012-53/+0
* Simplify xtaskAleksey Kladov2021-03-0116-176/+589
* Merge #7797bors[bot]2021-02-272-80/+34
|\
| * Remove dead gen_features codeLaurențiu Nicola2021-02-271-48/+0
| * Format generated features manually instead of relying on rustfmtLaurențiu Nicola2021-02-271-32/+34
* | reliable memory usage during benchmarkingAleksey Kladov2021-02-231-1/+4
|/
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-2/+2
* rename completion -> ide_completionAleksey Kladov2021-02-171-1/+2
* Build dist-x86_64-unknown-linux-musl releasesandylizi2021-02-131-1/+1
* Merge #7655bors[bot]2021-02-121-23/+32
|\
| * Include a commit log summary in the changelogLaurențiu Nicola2021-02-121-23/+32
* | Bump rust to latest stable 1.50kjeremy2021-02-121-1/+1
|/
* Track remote branch on xtask promoteLaurențiu Nicola2021-02-091-1/+1
* Do not overwrite lock filekjeremy2021-02-051-2/+2
* Add cargo file tidy testEdwin Cheng2021-02-031-12/+21
* Make always-assert crate reusableAleksey Kladov2021-01-261-1/+1
* Fix mega bugAleksey Kladov2021-01-214-5/+9
* Update pico-argskjeremy2021-01-191-13/+21
* Add back jemalloc supportJonas Schievink2021-01-182-3/+11
* Add `MacroType` syntaxJonas Schievink2021-01-181-0/+1
* Add support for yiled keywordDaiki Ihara2021-01-151-1/+2
* Add build benchmark xtask commandAleksey Kladov2021-01-111-2/+10
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-2/+2
* Stop using beta toolchain in xtask distLaurențiu Nicola2021-01-021-9/+1
* Merge #7010bors[bot]2020-12-231-0/+1
|\