aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/parent_module.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyLukas Wirth2021-05-151-2/+4
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* Return multiple modules in `parent_module`Lukas Wirth2021-03-151-25/+54
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-4/+2
|
* restore accidentally deleted testAleksey Kladov2021-02-091-0/+13
|
* More precise navigation to parentAleksey Kladov2021-02-091-5/+5
|
* Cleanup testsAleksey Kladov2021-02-091-44/+36
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-4/+4
|
* 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