aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/status.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and simpfilyEdwin Cheng2019-11-081-2/+2
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* disable periodic GCAleksey Kladov2019-09-261-2/+2
| | | | | There's hypothesis that it doesn't do anything useful now that we have LRU...
* drop memory size of subtreeAleksey Kladov2019-07-191-11/+4
| | | | | it wasn't too accurate and the new measurement method of dropping the database completely is better anyway
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-1/+1
|
* use Parse in mbeAleksey Kladov2019-07-181-4/+4
|
* make Parse genericAleksey Kladov2019-07-181-3/+3
|
* make Parse fields privateAleksey Kladov2019-07-121-1/+1
| | | | this is in preparation for the new rowan API
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-11/+11
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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