aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/goto_definition.rs
Commit message (Collapse)AuthorAgeFilesLines
* move index_resolve to symbol indexAleksey Kladov2019-02-081-2/+1
|
* Some clippy cleanupskjeremy2019-02-061-1/+5
|
* Make the Resolution variants tuple variantsFlorian Diebold2019-02-011-3/+3
|
* CleanupFlorian Diebold2019-02-011-0/+1
|
* Use the new Resolver API for goto defFlorian Diebold2019-02-011-19/+30
|
* rename source_file -> parseAleksey Kladov2019-01-261-1/+1
|
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-1/+1
|
* fold syntax database into files databaseAleksey Kladov2019-01-261-1/+1
|
* fix todoAleksey Kladov2019-01-251-3/+1
|
* add ability to get strcut field sourceAleksey Kladov2019-01-251-4/+30
|
* update ide_api to new hirAleksey Kladov2019-01-241-4/+2
|
* Change ids strategyAleksey Kladov2019-01-241-2/+2
| | | | | | | 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 Canceled from API implAleksey Kladov2019-01-151-18/+15
|
* remove Cancelable from type inferenceAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from nameresAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from fn_scopesAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from funciton bodyAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-3/+3
|
* remove cancelable from symbolsAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from source bindersAleksey Kladov2019-01-151-4/+3
|
* goto defenition works for type-inferred methodsAleksey Kladov2019-01-131-2/+49
|
* Add an explanatory message when we use the Query fallbackDJMcNab2019-01-131-6/+25
|
* fix testsAleksey Kladov2019-01-111-35/+19
|
* return ref ranges from gotodefAleksey Kladov2019-01-111-4/+6
|
* envapsulate navigation target betterAleksey Kladov2019-01-111-20/+3
|
* Use name resolution for goto definitionFlorian Diebold2019-01-101-0/+43
|
* Fix typo defenition -> definitionMarcus Klaas de Vries2019-01-081-0/+139