aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/goto_implementation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Finalize Trait grammarAleksey Kladov2020-07-301-2/+2
|
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-1/+1
|
* Rename StructDef -> StructAleksey Kladov2020-07-301-1/+1
|
* Finalize union grammarAleksey Kladov2020-07-301-1/+1
|
* Rename NomialDef -> AdtDefAleksey Kladov2020-07-291-5/+5
|
* Unclutter NavigationTarget APIAleksey Kladov2020-07-171-1/+1
|
* Split `CrateImplDefs` in inherent and trait implsJonas Schievink2020-07-011-0/+4
| | | | | | This makes the intention of inherent vs. trait impls somewhat more clear and also fixes (?) an issue where trait impls with an unresolved trait were added as inherent impls instead (hence the test changes).
* Remove confusing APIAleksey Kladov2020-06-301-1/+1
|
* Rewrite goto implementation testsAleksey Kladov2020-06-301-88/+105
|
* Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-2/+0
|
* Specify actionsAleksey Kladov2020-05-311-1/+1
|
* Generate features docs from sourceAleksey Kladov2020-05-311-0/+210