aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/name_ref_kind.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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