aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/goto_definition.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Use ImplItems instead of just FunctionJeremy Kolb2019-03-041-5/+16
* Make goto definition/hover resolve constructorskjeremy2019-03-041-4/+25
* remove second way to get the bodyAleksey Kladov2019-03-021-1/+1
* rename syntax_mapping as wellAleksey Kladov2019-03-021-9/+8
* rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-3/+3
* Allow goto-definition to work for named fields in struct initializerVille Penttinen2019-02-271-0/+44
* Add support for hovering over the name of an itemVille Penttinen2019-02-271-1/+1
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-2/+2
* Remove unnecessary to_nav_targetVille Penttinen2019-02-231-16/+12
* Fix goto def not working when cursor was over the name of a defVille Penttinen2019-02-231-3/+124
* Fix some typosPascal Hertleif2019-02-121-4/+4
* reformat the worldAleksey Kladov2019-02-081-28/+12
* 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
* 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