Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor and simpfily | Edwin Cheng | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | disable periodic GC | Aleksey Kladov | 2019-09-26 | 1 | -2/+2 |
| | | | | | There's hypothesis that it doesn't do anything useful now that we have LRU... | ||||
* | drop memory size of subtree | Aleksey Kladov | 2019-07-19 | 1 | -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 rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -4/+4 |
| | |||||
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 1 | -3/+3 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -1/+1 |
| | | | | this is in preparation for the new rowan API | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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_prof | Aleksey Kladov | 2019-06-30 | 1 | -52/+2 |
| | |||||
* | don't cache parses twice | Aleksey Kladov | 2019-06-02 | 1 | -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 well | Aleksey Kladov | 2019-06-01 | 1 | -7/+8 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -4/+4 |
| | |||||
* | migrate to salsas interning | Aleksey Kladov | 2019-04-09 | 1 | -6/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -17/+4 |
| | |||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 1 | -0/+9 |
| | |||||
* | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | show jemalloc | Aleksey Kladov | 2019-01-27 | 1 | -1/+27 |
| | |||||
* | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 1 | -5/+13 |
| | |||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -2/+2 |
| | |||||
* | print one size for symbols | Aleksey Kladov | 2019-01-25 | 1 | -9/+3 |
| | |||||
* | more stats | Aleksey Kladov | 2019-01-25 | 1 | -33/+121 |
| | |||||
* | better stats | Aleksey Kladov | 2019-01-25 | 1 | -2/+48 |
| | |||||
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+15 |