aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
Commit message (Collapse)AuthorAgeFilesLines
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-0/+1
|
* Added local macro gotoLenard Pratt2019-05-041-0/+1
|
* Allow goto-definition to work for named fields in struct initializerVille Penttinen2019-02-271-0/+1
| | | | | Now goto definition should work when done on a named field in a struct initializer.
* fix regression in self-referential completionAleksey Kladov2019-02-111-0/+1
|
* fix panic in call infoAleksey Kladov2019-01-261-0/+1
| | | | | closes #317 closes #675
* add ability to get strcut field sourceAleksey Kladov2019-01-251-1/+5
|
* write path resolution code only onceAleksey Kladov2019-01-251-3/+1
|
* move completion item tests closer to the codeAleksey Kladov2019-01-231-0/+3
this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already