about summary refs log tree commit diff
path: root/xtask
AgeCommit message (Expand)AuthorLines
2021-03-08Cleanup the error messageAleksey Kladov-1/+1
2021-03-08Remove now dead codeAleksey Kladov-90/+76
2021-03-08Unused paramsAleksey Kladov-10/+10
2021-03-08Make `code generation` just workAleksey Kladov-45/+35
2021-03-08Make working with codegen less annoyingAleksey Kladov-21/+25
2021-03-07:arrow_up: xflagsAleksey Kladov-9/+10
2021-03-05Underengineer `cargo xtask install --client`Aleksey Kladov-70/+37
2021-03-05Cleanup install commandAleksey Kladov-47/+52
2021-03-05Fix regression where the client was not installedAleksey Kladov-1/+1
2021-03-02Fix xflags falloutAleksey Kladov-1/+1
2021-03-02Merge #7836bors[bot]-10/+33
2021-03-01Update xtask/src/flags.rsAleksey Kladov-1/+1
2021-03-01Check for path dev-dependencies with a version numberLaurențiu Nicola-10/+33
2021-03-01Use cli parser with auto-generated helpAleksey Kladov-133/+176
2021-03-01Axe pre-commitAleksey Kladov-53/+0
2021-03-01Simplify xtaskAleksey Kladov-180/+167
2021-02-27Merge #7797bors[bot]-80/+34
2021-02-27Remove dead gen_features codeLaurențiu Nicola-48/+0
2021-02-27Format generated features manually instead of relying on rustfmtLaurențiu Nicola-32/+34
2021-02-23reliable memory usage during benchmarkingAleksey Kladov-1/+4
2021-02-237526: Rename crate assists to ide_assists.Chetan Khilosiya-2/+2
2021-02-22update tidykjeremy-1/+0
2021-02-21Pin ungrammarLaurențiu Nicola-1/+1
2021-02-17rename completion -> ide_completionAleksey Kladov-6/+7
2021-02-13Build dist-x86_64-unknown-linux-musl releasesandylizi-1/+1
2021-02-12Merge #7655bors[bot]-23/+32
2021-02-12Include a commit log summary in the changelogLaurențiu Nicola-23/+32
2021-02-12Bump rust to latest stable 1.50kjeremy-1/+1
2021-02-09Track remote branch on xtask promoteLaurențiu Nicola-1/+1
2021-02-05Do not overwrite lock filekjeremy-2/+2
2021-02-03Add cargo file tidy testEdwin Cheng-12/+48
2021-01-26Make always-assert crate reusableAleksey Kladov-1/+1
2021-01-21Fix mega bugAleksey Kladov-6/+10
2021-01-19Update pico-argskjeremy-14/+22
2021-01-18Add back jemalloc supportJonas Schievink-3/+11
2021-01-18Add `MacroType` syntaxJonas Schievink-0/+1
2021-01-15Wrap remaining self/super/crate in Name{Ref}Lukas Wirth-1/+1
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-1/+1
2021-01-15Add support for yiled keywordDaiki Ihara-1/+2
2021-01-15Upgrade ungrammar to v1.7Daiki Ihara-1/+1
2021-01-13Render Fn* trait objects and impl types as rust doesLukas Wirth-1/+1
2021-01-11Add build benchmark xtask commandAleksey Kladov-2/+10
2021-01-08Add check for dbg! macroEdwin Cheng-1/+28
2021-01-08Remove unused dbgEdwin Cheng-4/+3
2021-01-07Change <|> to $0 - RebaseKevaundray Wedderburn-2/+2
2021-01-07Extend git evacuation procedureAleksey Kladov-1/+13
2021-01-05Rename expr -> tail_exprAleksey Kladov-1/+1
2021-01-02Stop using beta toolchain in xtask distLaurențiu Nicola-9/+1
2021-01-01deny_clippy test works with cfg_attrAleksey Kladov-1/+1
2020-12-23Merge #7010bors[bot]-1/+2