aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
Commit message (Collapse)AuthorAgeFilesLines
* Import the preludeFlorian Diebold2019-02-131-0/+1
|
* Import glob imports from other cratesFlorian Diebold2019-02-101-0/+1
| | | | This is the easy part since we don't have to consider the fixpoint algorithm.
* Add some testsFlorian Diebold2019-02-101-0/+1
|
* Add comment and markFlorian Diebold2019-02-091-0/+1
|
* Add marksFlorian Diebold2019-01-261-0/+2
|
* refactor import resolutionAleksey Kladov2019-01-251-3/+4
| | | | | extract path resolution use enums instead of bools
* move completion item tests closer to the codeAleksey Kladov2019-01-231-1/+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
* generalize marking infrastructureAleksey Kladov2019-01-231-82/+1
|
* introduce marking infrastructure for maintainable testsAleksey Kladov2019-01-101-0/+82
This also fixes a particular edge case in name resolution.