about summary refs log tree commit diff
path: root/xtask
AgeCommit message (Expand)AuthorLines
2020-02-14Move rm_rf to not-bashAleksey Kladov-9/+23
2020-02-14Trim outputAleksey Kladov-1/+1
2020-02-14Add fs2 module for better error messagesAleksey Kladov-5/+28
2020-02-14Update the manual on releaseAleksey Kladov-1/+4
2020-02-14Add dry run mode to xtask releaseAleksey Kladov-6/+9
2020-02-14CleanupAleksey Kladov-1/+1
2020-02-14More declarative fs massagingAleksey Kladov-18/+35
2020-02-14Replace Cmd with not-bashAleksey Kladov-154/+171
2020-02-14Prevent auto-update of dev extensionAleksey Kladov-4/+21
2020-02-14MinorAleksey Kladov-31/+19
2020-02-11Merge #3062bors[bot]-4/+4
2020-02-11Implement slice pattern AST > HIR loweringJonas Platte-4/+4
2020-02-10Merge #3074bors[bot]-1/+7
2020-02-10xtask releaseAleksey Kladov-2/+48
2020-02-10More convenient run_with_outputAleksey Kladov-19/+16
2020-02-10Add noteAleksey Kladov-0/+11
2020-02-09Add or- and parenthesized-patternsMatthew Jasper-1/+7
2020-02-07Rename add import assistKirill Bulatov-2/+1
2020-02-07Name assist handlersAleksey Kladov-2/+2
2020-02-06Doctest autoimportAleksey Kladov-9/+33
2020-01-30:arrow_up: rustAleksey Kladov-1/+1
2020-01-17todo(codegen): added todo to change the reference to removed ra_tools crateVeetaha-0/+1
2020-01-16fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d personVeetaha-1/+1
2020-01-13Rename VS Code extension to rust-analyzerAleksey Kladov-9/+24
2020-01-10Use correct rustfmt for codegenAleksey Kladov-35/+32
2020-01-08:arrow_up: pico-argsAleksey Kladov-2/+2
2020-01-07Merge #2758bors[bot]-1/+1
2020-01-07Share cache cleaning logic between OSesAleksey Kladov-2/+44
2020-01-07Add "code-oss" Visual Studio Code binary nameleo-lb-1/+1
2020-01-07CleanupAleksey Kladov-7/+7
2020-01-07Move cmd to a separate dirAleksey Kladov-53/+58
2020-01-07Refactor xtasksAleksey Kladov-281/+290
2020-01-07SimplifyAleksey Kladov-45/+4
2020-01-07Improve const generics parsingMichael Chesser-0/+3
2020-01-03Switch ast declaration from ron to a macroAleksey Kladov-139/+717
2020-01-02kill unused fileAleksey Kladov-0/+0
2019-12-26Check for `todo!` macros in no_todoFlorian Diebold-1/+1
2019-12-24Notify that latest version of VS Code is requiredbold-1/+1
2019-12-19:arrow_up: RustAleksey Kladov-1/+1
2019-12-18Make reformat hook actually reformat filesAleksey Kladov-0/+1
2019-12-08Use rustup toolchain instead of rustup installEdwin Cheng-2/+2
2019-12-02Switch back to npm installAleksey Kladov-1/+2
2019-11-27rename ra_ide_api -> ra_ideAleksey Kladov-1/+1
2019-11-27Move TyAleksey Kladov-0/+1
2019-11-24hir_def is fully doc'ed!Aleksey Kladov-1/+0
2019-11-20Remove npm.cmdAleksey Kladov-3/+3
2019-11-20Cleanup importsAleksey Kladov-4/+6
2019-11-18Don't create a separate bin for format hookAleksey Kladov-47/+35
2019-11-14Revert #2230Aleksey Kladov-12/+25
2019-11-13Use anyhow::Result in xtask, add contextsPascal Hertleif-29/+29