aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/goto_definition.rs
Commit message (Expand)AuthorAgeFilesLines
* Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-3/+1
* Support intra_doc linksDaiki Ihara2021-01-081-4/+86
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-72/+72
* Merge #7030bors[bot]2020-12-241-0/+15
|\
| * Support labels in reference searchLukas Wirth2020-12-241-0/+15
* | Store invocation site for eager macrosJonas Schievink2020-12-221-0/+25
|/
* Merge #6921bors[bot]2020-12-201-0/+28
|\
| * Higher-ranked trait bounds for where clausesLukas Wirth2020-12-171-0/+28
* | NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-1/+1
* | Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-2/+2
|/
* Lifetime reference searchLukas Wirth2020-12-161-8/+49
* Support 'go to definition' for selfLukas Wirth2020-11-291-17/+39
* Support goto definition for ADT-SelfParamsLukas Wirth2020-11-281-6/+36
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Clarify the names one more timeAleksey Kladov2020-10-151-2/+2
* More idiomatic classification APIAleksey Kladov2020-10-151-3/+3
* More clarificationsAleksey Kladov2020-10-151-1/+1
* Clarify NameClass names a bitAleksey Kladov2020-10-151-1/+1
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-2/+2
* Get rid of MockAnalysisAleksey Kladov2020-10-021-13/+11
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+989