aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli
Commit message (Expand)AuthorAgeFilesLines
* disable clap's featuresAleksey Kladov2019-08-221-1/+1
* Remove cpuprofile dependenciesAleksey Kladov2019-08-171-1/+1
* implement durabilityAleksey Kladov2019-08-151-7/+31
* Update crates/ra_cli/src/analysis_stats.rsLaurențiu Nicola2019-08-051-1/+1
* Display the parsing time in ra_cli analysis-statsLaurențiu Nicola2019-08-051-1/+5
* Make Analysis api cancellableKirill Bulatov2019-07-251-1/+1
* flexi_logger 0.14kjeremy2019-07-221-1/+1
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
* move debug_dump to fmt::DebugAleksey Kladov2019-07-201-1/+1
* migrate ra_cli to the new rowanAleksey Kladov2019-07-191-3/+3
* make Parse fields privateAleksey Kladov2019-07-121-1/+1
* account for dependencies when showing memory usageAleksey Kladov2019-07-121-0/+4
* Remove unused dependenciesShotaro Yamada2019-07-081-1/+0
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-043-8/+8
* print memory usage for queriesAleksey Kladov2019-06-303-3/+13
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-1/+1
* move ra_prof dep where it belongsAleksey Kladov2019-06-261-1/+4
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
* add analysis-bench to benchmark incremental analysisAleksey Kladov2019-06-163-9/+149
* reuse AnalysisHost in batch analysisAleksey Kladov2019-06-151-13/+13
* CleanupMuhammad Mominul Huque2019-06-151-1/+1
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-152-3/+2
* fix compilationAleksey Kladov2019-06-111-4/+4
* rename tools -> ra_toolsAleksey Kladov2019-06-101-1/+0
* Fix clippy::single_matchAlan Du2019-06-041-6/+4
* fix typos in mbe testsAleksey Kladov2019-05-281-3/+3
* make it build againPascal Hertleif2019-05-271-1/+1
* More clever highlighting, incl draft for structsPascal Hertleif2019-05-271-3/+6
* Colorize Rust code as HTMLAleksey Kladov2019-05-251-1/+7
* output the progress for realAleksey Kladov2019-05-201-1/+4
* show current function in analysis-stats progress barAleksey Kladov2019-05-142-3/+8
* drop obsolete render test subcommandAleksey Kladov2019-05-121-30/+1
* allow to specify path in analysis-statsAleksey Kladov2019-05-122-4/+6
* Allow targeting a specific function with analysis-statsFlorian Diebold2019-05-072-4/+12
* Merge #1068bors[bot]2019-04-032-4/+4
|\
| * Merge remote-tracking branch 'upstream/master' into issue961_profilingSergey Parilin2019-04-022-2/+1
| |\
| * | PR issuse resolvedSergey Parilin2019-04-022-4/+4
* | | switch to new rowanAleksey Kladov2019-04-012-36/+6
| |/ |/|
* | structure moved to ra_ide_apiSergey Parilin2019-03-252-2/+1
|/
* move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-202-8/+15
* Updateskjeremy2019-03-051-1/+1
* kill utils moduleAleksey Kladov2019-02-211-3/+3
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-161-2/+2
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-103-0/+117
* reformat the worldAleksey Kladov2019-02-081-16/+3
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-2/+2
* fix usages after renameAleksey Kladov2019-01-082-2/+2