Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't cache parses twice | Aleksey Kladov | 2019-06-02 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | collect macro queries | Aleksey Kladov | 2019-06-02 | 1 | -0/+3 |
| | |||||
* | collect types and bodies | Aleksey Kladov | 2019-06-01 | 1 | -0/+4 |
| | |||||
* | collect impl source maps | Aleksey Kladov | 2019-06-01 | 1 | -0/+1 |
| | |||||
* | don't cache ast_id_to_node | Aleksey Kladov | 2019-06-01 | 1 | -1/+0 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | specifically profile cancellation | Aleksey Kladov | 2019-05-27 | 1 | -0/+4 |
| | |||||
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | revert eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -6/+1 |
| | | | | This causes massive slowdown :-( | ||||
* | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -0/+6 |
| | |||||
* | add a couple of profiling points | Aleksey Kladov | 2019-04-14 | 1 | -0/+2 |
| | |||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | remove lower module | Aleksey Kladov | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | align lower module query names | Aleksey Kladov | 2019-03-02 | 1 | -2/+1 |
| | |||||
* | dont store body inside source map | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -32/+7 |
| | |||||
* | move changes to a separate file | Aleksey Kladov | 2019-02-08 | 1 | -0/+255 |