aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-1/+1
| | | | | | This seems like a better factoring logically; ideally, clients shouldn't touch `set_` methods of the database directly. Additionally, I think this should remove the unfortunate duplication in fixture code.
* Remove periodic gc stubAleksey Kladov2020-09-291-13/+2
|
* Introduce LabelAleksey Kladov2020-08-181-0/+1
|
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-0/+139