aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/goto_implementation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ImplDef -> ImplAleksey Kladov2020-12-171-3/+3
| | | | | | We used to have `Def` suffix for all symbols, but we moved off from that. `FunctionDef` isn't better than `Function`. Looks like we've forgot to change `Impl` though!
* Make macro def krate mandatoryJonas Schievink2020-12-151-0/+2
| | | | Refactors builtin derive support to go through proper name resolution
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-2/+2
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-4/+2
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+229