aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/navigation_target.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the new Resolver API for goto defFlorian Diebold2019-02-011-5/+6
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-0/+10
|
* fix todoAleksey Kladov2019-01-251-35/+10
|
* add ability to get strcut field sourceAleksey Kladov2019-01-251-1/+12
|
* ModuleDef is Def-freeAleksey Kladov2019-01-241-1/+0
|
* Migrate trait & type to new idsAleksey Kladov2019-01-241-31/+28
|
* move consts&statics to new idAleksey Kladov2019-01-241-8/+14
|
* adapt ide_api to the new APIAleksey Kladov2019-01-241-4/+7
|
* adapt ide_api to the new APIAleksey Kladov2019-01-241-7/+13
|
* update ide_api to new hirAleksey Kladov2019-01-241-4/+8
|
* Change ids strategyAleksey Kladov2019-01-241-2/+11
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-23/+11
|
* remove Cancelable from static&const APIAleksey Kladov2019-01-151-4/+4
|
* remove Cancelable from adt APIAleksey Kladov2019-01-151-3/+3
|
* remove Cancelable from Module APIAleksey Kladov2019-01-151-4/+4
|
* fix go to parent moduleAleksey Kladov2019-01-131-0/+19
|
* actually produce missing def kindsAleksey Kladov2019-01-111-0/+16
|
* kill NavTarget ptrAleksey Kladov2019-01-111-6/+2
|
* fix testsAleksey Kladov2019-01-111-7/+28
|
* envapsulate navigation target betterAleksey Kladov2019-01-111-24/+88
|
* simplifyAleksey Kladov2019-01-111-5/+2
|
* reshuffle nonesAleksey Kladov2019-01-111-21/+10
|
* refactor nav targetAleksey Kladov2019-01-111-20/+29
|
* Make from_syntax privateAleksey Kladov2019-01-111-13/+10
|
* move nav to a separate fileAleksey Kladov2019-01-111-0/+86