aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/status.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-071-9/+6
| | | | This improves compile times quite a bit
* Remove special casing for library symbolsAleksey Kladov2020-06-181-5/+10
| | | | | | | | We might as well handle them internally, via queries. I am not sure, but it looks like the current LibraryData setup might even predate salsa? It's not really needed and creates a bunch of complexity.
* Doc more featuresAleksey Kladov2020-05-311-2/+9
|
* cleanup importsAleksey Kladov2020-02-061-5/+5
|
* Move symbol_indexAleksey Kladov2020-02-061-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+136