aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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