aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/name_ref_kind.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor name_ref_kind.rsEkaterina Babshukova2019-10-221-98/+0
|
* initial classify_nameEkaterina Babshukova2019-10-221-3/+3
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* 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
| | | | | | * make stuff more type-safe by using `BindPat` instead of just `Pat` * don't add `mut` into binding hash * reset shadow counter when we enter a function
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-5/+5
|
* 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