index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
rust-analyzer
/
src
/
cli
/
analysis_stats.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-25
Add CSV output to analysis-stats
Florian Diebold
-5
/
+48
2021-09-26
Begining of lsif
hamidreza kalbasi
-2
/
+0
2021-08-31
internal: split database loading time in anaysis-stats into components
Aleksey Kladov
-7
/
+29
2021-08-10
Update crates/rust-analyzer/src/cli/analysis_stats.rs
Aleksey Kladov
-1
/
+1
2021-08-10
internal: print total size of source code in analysis-stats
Aleksey Kladov
-4
/
+25
2021-08-10
internal: unify subcommand handling between ra and xtask
Aleksey Kladov
-17
/
+4
2021-07-18
internal: simplify handling of the build scripts
Aleksey Kladov
-1
/
+0
2021-06-11
Only prefill caches in the completion benchmark
Kirill Bulatov
-0
/
+1
2021-06-05
Enable proc macros and build scripts by default in CLI
Laurențiu Nicola
-4
/
+4
2021-05-27
Display unknown types in analysis-stats
Laurențiu Nicola
-34
/
+53
2021-04-12
feat: avoid checking the whole project during initial loading
Aleksey Kladov
-0
/
+1
2021-04-06
Move Ty accessors to TyExt
Lukas Wirth
-1
/
+1
2021-04-05
analysis-stats: allow skipping type inference
Jonas Schievink
-22
/
+38
2021-03-14
Add no-sysroot flag for analysis-stats
Edwin Cheng
-1
/
+4
2021-03-13
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
-3
/
+3
2021-03-02
Fix ProcMacroClient dropped too early in cli
Edwin Cheng
-1
/
+1
2021-02-16
Merge #7690
bors[bot]
-3
/
+4
2021-02-16
Prepare for utf-8 offsets
Aleksey Kladov
-4
/
+4
2021-02-16
Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...
Vincent Esche
-3
/
+4
2021-02-08
Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { â...
Vincent Esche
-8
/
+10
2021-02-08
Add `config: &CargoConfig` parameter to `fn load_cargo(…)`
Vincent Esche
-1
/
+6
2021-01-21
Include `countme` crate to count important data structures.
Aleksey Kladov
-0
/
+5
2021-01-11
Improve analysis stats legibility
Aleksey Kladov
-20
/
+17
2021-01-10
Make default memory stats less verbose
Aleksey Kladov
-1
/
+1
2021-01-02
Only log path and syntax range when processing function if source exists
Nick Spain
-6
/
+6
2021-01-02
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
-0
/
+1
2021-01-02
HasSource::source -> HasSource::source_old
Nick Spain
-1
/
+1
2020-12-11
Move print_memory_usage to cli.rs
Jonas Schievink
-5
/
+3
2020-12-08
Make `original_range` a method on `InFile<&SyntaxNode>`
Jonas Schievink
-2
/
+2
2020-10-24
Re-export base_db from ide_db
Igor Aleksanov
-4
/
+4
2020-08-13
Rename ra_db -> base_db
Aleksey Kladov
-4
/
+4
2020-08-12
Rename ra_syntax -> syntax
Aleksey Kladov
-1
/
+1
2020-08-12
Rename ra_prof -> profile
Aleksey Kladov
-1
/
+1
2020-08-09
Remove Option<...> from result of Crate::root_module
Paul Daniel Faria
-1
/
+1
2020-07-30
Use CmdArgs pattern for bench & analysis stats
Aleksey Kladov
-222
/
+229
2020-07-30
Code shuffle resiliently
Aleksey Kladov
-3
/
+8
2020-07-30
Rename metric
Aleksey Kladov
-1
/
+1
2020-07-30
Do not show progress with parallel analysis
Aleksey Kladov
-0
/
+1
2020-07-30
Report instructions in addition to time
Aleksey Kladov
-20
/
+20
2020-07-30
Allow negative bytes
Aleksey Kladov
-11
/
+3
2020-07-29
Update crates/rust-analyzer/src/cli/analysis_stats.rs
Aleksey Kladov
-1
/
+1
2020-07-29
Replace rand with oorandom
Aleksey Kladov
-5
/
+20
2020-07-26
Report type errors in metrics
Aleksey Kladov
-0
/
+4
2020-07-25
Add rustc-perf to metrics
Aleksey Kladov
-19
/
+40
2020-07-15
Add --memory-usage to analysis-bench
Jonas Schievink
-18
/
+6
2020-07-03
Track VFS and remaining/unaccounted memory
Jonas Schievink
-4
/
+14
2020-06-30
analysis-stats: allow parallel type inference
Jonas Schievink
-2
/
+29
2020-06-29
Use more of FxHash*
Laurențiu Nicola
-4
/
+6
2020-06-24
Make Debug less verbose for VfsPath and use Display in analysis-stats
Laurențiu Nicola
-1
/
+1
2020-06-23
New VFS
Aleksey Kladov
-17
/
+8
[next]