aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/parent_module.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-3/+3
| | | | | | SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead.
* 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