aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
Commit message (Expand)AuthorAgeFilesLines
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+1
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Merge #1815bors[bot]2019-09-271-0/+2
|\
| * Support `$crate` in item and expr place.uHOOCCOOHu2019-09-261-0/+2
* | Add SubstsBuilderFlorian Diebold2019-09-261-1/+0
|/
* Better handle never type and branch merginguHOOCCOOHu2019-09-251-0/+1
* Consider prelude to be `macro_use`uHOOCCOOHu2019-09-051-0/+1
* Fix import strategy of `macro_use` and its testuHOOCCOOHu2019-09-021-0/+1
* implement while let desugaringAleksey Kladov2019-08-071-0/+1
* Handle Chalk conversion for FnDefFlorian Diebold2019-05-111-0/+1
* Merge #982bors[bot]2019-03-171-0/+1
|\
| * Split test case and use tested_by!.Michael Killough2019-03-171-0/+1
* | fix error on wrong pathAleksey Kladov2019-03-171-0/+1
* | move tests over to crate-def-mapAleksey Kladov2019-03-171-1/+1
|/
* Import the preludeFlorian Diebold2019-02-131-0/+1
* Import glob imports from other cratesFlorian Diebold2019-02-101-0/+1
* 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
* move completion item tests closer to the codeAleksey Kladov2019-01-231-1/+3
* generalize marking infrastructureAleksey Kladov2019-01-231-82/+1
* introduce marking infrastructure for maintainable testsAleksey Kladov2019-01-101-0/+82