rust-analyzer/crates/ra_cli/src
Florian Diebold 3484d727c3 Extend analysis-stats a bit
This adds some tools helpful when debugging nondeterminism in analysis-stats:
 - a `--randomize` option that analyses everything in random order
 - a `-vv` option that prints even more detail

Also add a debug log if Chalk fuel is exhausted (which would be a source of
nondeterminism, but didn't happen in my tests).

I found one source of nondeterminism (rust-lang/chalk#331), but there are still
other cases remaining.
2020-02-15 18:04:01 +01:00
..
analysis_bench.rs rename ra_ide_api -> ra_ide 2019-11-27 21:35:06 +03:00
analysis_stats.rs Extend analysis-stats a bit 2020-02-15 18:04:01 +01:00
help.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
main.rs Extend analysis-stats a bit 2020-02-15 18:04:01 +01:00
progress_report.rs Fill all last text to space and return the cursor 2019-11-27 05:01:13 +08:00