aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli/analysis_stats.rs
Commit message (Expand)AuthorAgeFilesLines
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-111-0/+1
* Enable proc macros and build scripts by default in CLILaurențiu Nicola2021-06-051-4/+4
* Display unknown types in analysis-statsLaurențiu Nicola2021-05-271-34/+53
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-0/+1
* Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+1
* analysis-stats: allow skipping type inferenceJonas Schievink2021-04-051-22/+38
* Add no-sysroot flag for analysis-statsEdwin Cheng2021-03-141-1/+4
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-3/+3
* Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-021-1/+1
* Merge #7690bors[bot]2021-02-161-3/+4
|\
| * Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-161-3/+4
* | Prepare for utf-8 offsetsAleksey Kladov2021-02-161-4/+4
|/
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-081-8/+10
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-081-1/+6
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+5
* Improve analysis stats legibilityAleksey Kladov2021-01-111-20/+17
* Make default memory stats less verboseAleksey Kladov2021-01-101-1/+1
* Only log path and syntax range when processing function if source existsNick Spain2021-01-021-6/+6
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+1
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-1/+1
* Move print_memory_usage to cli.rsJonas Schievink2020-12-111-5/+3
* Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-2/+2
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-4/+4
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-4/+4
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Rename ra_prof -> profileAleksey Kladov2020-08-121-1/+1
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-1/+1
* Use CmdArgs pattern for bench & analysis statsAleksey Kladov2020-07-301-222/+229
* Code shuffle resilientlyAleksey Kladov2020-07-301-3/+8
* Rename metricAleksey Kladov2020-07-301-1/+1
* Do not show progress with parallel analysisAleksey Kladov2020-07-301-0/+1
* Report instructions in addition to timeAleksey Kladov2020-07-301-20/+20
* Allow negative bytesAleksey Kladov2020-07-301-11/+3
* Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov2020-07-291-1/+1
* Replace rand with oorandomAleksey Kladov2020-07-291-5/+20
* Report type errors in metricsAleksey Kladov2020-07-261-0/+4
* Add rustc-perf to metricsAleksey Kladov2020-07-251-19/+40
* Add --memory-usage to analysis-benchJonas Schievink2020-07-151-18/+6
* Track VFS and remaining/unaccounted memoryJonas Schievink2020-07-031-4/+14
* analysis-stats: allow parallel type inferenceJonas Schievink2020-06-301-2/+29
* Use more of FxHash*Laurențiu Nicola2020-06-291-4/+6
* Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola2020-06-241-1/+1
* New VFSAleksey Kladov2020-06-231-17/+8
* Convert code to text-sizeAleksey Kladov2020-04-251-1/+1
* Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-231-1/+5
* Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-161-1/+2
* Remove dead codeAleksey Kladov2020-04-111-10/+2
* Remove some unwrapsAleksey Kladov2020-03-281-2/+3
* Support loading OUT_DIR for CLI runsEmil Lauridsen2020-03-171-1/+2
* Source map returns a resultAleksey Kladov2020-03-061-2/+2