aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* Prime caches on workspace loadKirill Bulatov2021-06-111-1/+0
* internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-301-3/+1
* Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-161-1/+1
* Move print_memory_usage to cli.rsJonas Schievink2020-12-111-1/+22
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-5/+7
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Rename ra_prof -> profileAleksey Kladov2020-08-121-2/+1
* Use CmdArgs pattern for bench & analysis statsAleksey Kladov2020-07-301-2/+2
* Add rustc-perf to metricsAleksey Kladov2020-07-251-0/+7
* Better module structureAleksey Kladov2020-07-161-3/+5
* Structured search debuggingDavid Lattimore2020-07-011-1/+1
* Add a simple SSR subcommand to the rust-analyzer command line binaryDavid Lattimore2020-06-291-0/+2
* Simlify with matches!()Veetaha2020-06-281-8/+2
* Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-0/+1
* add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan2020-04-141-3/+5
* Rename folderAleksey Kladov2020-02-181-0/+75