aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/goto_defenition.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_analysis -> ra_ide_apiAleksey Kladov2019-01-081-139/+0
|
* move node at offset to aglo alreadyAleksey Kladov2019-01-081-3/+4
|
* migrate ra_analysis to new rowanAleksey Kladov2019-01-081-2/+2
|
* fix ra_analysis to work with the new APIAleksey Kladov2019-01-061-2/+2
|
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-1/+1
| | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface.
* kill approximatelly_resolve_symbolAleksey Kladov2019-01-051-1/+1
|
* inline goto_defention testsAleksey Kladov2019-01-051-0/+58
|
* move goto_defenition to a separate fileAleksey Kladov2019-01-051-0/+80
|
* kill accidentally added fileAleksey Kladov2019-01-051-73/+0
|
* split import assistAleksey Kladov2019-01-051-0/+73