about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/cli.rs
AgeCommit message (Collapse)AuthorLines
2021-09-26Begining of lsifhamidreza kalbasi-0/+1
2021-08-10internal: unify subcommand handling between ra and xtaskAleksey Kladov-41/+6
2021-08-10internal: prepare to use standard .run pattern for subcommandsAleksey Kladov-0/+1
2021-08-01Make `LoadCargoConfig`, `fn load_workspace_at` & `fn load_workspace` public ↵Vincent Esche-1/+1
again
2021-06-11Prime caches on workspace loadKirill Bulatov-1/+0
2021-03-30internal: switch from CLI to internal benchmarkingAleksey Kladov-3/+1
We have a CLI for benchmarking, but no one actually uses it it seems. Let's try switching to "internal" benchmarks, implemented as rust tests. They should be easier to "script" to automate tracking of perf regressions.
2021-02-16Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn ↵Vincent Esche-1/+1
load_workspace`
2020-12-11Move print_memory_usage to cli.rsJonas Schievink-1/+22
2020-08-13Rename ra_ide -> ideAleksey Kladov-1/+1
2020-08-13Rename ra_ssr -> ssrAleksey Kladov-5/+7
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-1/+1
2020-08-12Rename ra_prof -> profileAleksey Kladov-2/+1
2020-07-30Use CmdArgs pattern for bench & analysis statsAleksey Kladov-2/+2
2020-07-25Add rustc-perf to metricsAleksey Kladov-0/+7
2020-07-16Better module structureAleksey Kladov-3/+5
2020-07-01Structured search debuggingDavid Lattimore-1/+1
2020-06-29Add a simple SSR subcommand to the rust-analyzer command line binaryDavid Lattimore-0/+2
2020-06-28Simlify with matches!()Veetaha-8/+2
2020-05-14Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara-0/+1
2020-04-13add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan-3/+5
2020-02-18Rename folderAleksey Kladov-0/+75