aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/impls.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* sort navigations to make tests stableAleksey Kladov2019-03-141-1/+2
|
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-161-4/+4
| | | | | | | This makes it more like the other code model types. Also make Module::definition_source/declaration_source return HirFileIds, to make them more like the other source functions.
* Fix some typosPascal Hertleif2019-02-121-2/+2
|
* reformat the worldAleksey Kladov2019-02-081-19/+5
|
* move changes to a separate fileAleksey Kladov2019-02-081-1/+1
|
* Go To Implementation for Traitkjeremy2019-01-311-6/+78
|
* Resolve cratekjeremy2019-01-301-2/+1
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-0/+121