aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/name_ref_kind.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Refactor a bit to prepare for resolving trait assoc itemsFlorian Diebold2019-09-171-1/+1
* rename AdtDef -> AdtAleksey Kladov2019-09-121-1/+1
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-4/+4
* several highlighting cleanupsAleksey Kladov2019-07-191-1/+1
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-5/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* one macro def should be enoughAleksey Kladov2019-06-081-2/+3
* Improve goto definition for MBEEdwin Cheng2019-06-011-1/+1
* Move NameRef classification logic out of reference_definitionLaurențiu Nicola2019-05-231-0/+95