aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/references/name_definition.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-15/+15
|
* Introduce hir::GenericParamAleksey Kladov2019-11-111-2/+3
| | | | Unlike existing hir::GenericParams, this is a global ID.
* Add hir::LocalAleksey Kladov2019-11-111-35/+3
|
* some fixes, add docsEkaterina Babshukova2019-10-221-1/+4
|
* use Lazy, some fixesEkaterina Babshukova2019-10-221-9/+11
|
* remove `unreachable!()`Ekaterina Babshukova2019-10-221-2/+6
|
* replace trait by a bunch of functionsEkaterina Babshukova2019-10-221-0/+104