aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move the helpers into ide_dbKirill Bulatov2020-11-281-0/+1
|
* Rename `parse_macro` to `parse_macro_expansion`Jonas Schievink2020-11-241-1/+1
| | | | This does not parse macros, it expands a macro and parses the *result*
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-0/+3
|
* Make call_info a part of ide_dbIgor Aleksanov2020-10-241-0/+1
|
* Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-241-0/+2
|
* 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