aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/parent_module.rs
Commit message (Collapse)AuthorAgeFilesLines
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-5/+5
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-32/+8
|
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-2/+2
| | | | | | 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.
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+155