aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/src/analysis_stats.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch to new rowanAleksey Kladov2019-04-011-2/+5
|
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-161-2/+2
| | | | | | | This makes it more like the other code model types. Also make Module::definition_source/declaration_source return HirFileIds, to make them more like the other source functions.
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-101-0/+100
... and prints various stats about how many expressions have a type etc.