aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/status.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-52/+2
|
* don't cache parses twiceAleksey Kladov2019-06-021-6/+28
| | | | | | | | | Before this commit, `Parse`s for original file ended up two times in salsa's db: first, when we parse original file, and second, when we parse macro or a file. Given that parse trees are the worst ofenders in terms of memory, it makes sense to make sure we store them only once.
* show macro expanded trees in the stats as wellAleksey Kladov2019-06-011-7/+8
|
* fix typos in mbe testsAleksey Kladov2019-05-281-4/+4
|
* migrate to salsas interningAleksey Kladov2019-04-091-6/+1
|
* reformat the worldAleksey Kladov2019-02-081-17/+4
|
* opt-in jemallocAleksey Kladov2019-01-281-0/+9
|
* tweak wordsAleksey Kladov2019-01-271-1/+1
|
* show jemallocAleksey Kladov2019-01-271-1/+27
|
* automatically collect garbageAleksey Kladov2019-01-271-5/+13
|
* rename source_file -> parseAleksey Kladov2019-01-261-2/+2
|
* print one size for symbolsAleksey Kladov2019-01-251-9/+3
|
* more statsAleksey Kladov2019-01-251-33/+121
|
* better statsAleksey Kladov2019-01-251-2/+48
|
* :arrow_up salsaAleksey Kladov2019-01-251-1/+1
|
* encapsulate hir locationsAleksey Kladov2019-01-241-2/+2
|
* ad status commandAleksey Kladov2019-01-221-0/+15