aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/name.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add fn signature queryFlorian Diebold2019-01-061-0/+4
|
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-2/+8
| | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface.
* Resolve the Self typeFlorian Diebold2019-01-041-1/+4
|
* nameify structs&enumsAleksey Kladov2018-12-281-4/+12
|
* dont leak Name details in testingAleksey Kladov2018-12-271-7/+7
|
* introduce known namesAleksey Kladov2018-12-271-3/+44
|
* introduce hir::NameAleksey Kladov2018-12-271-0/+56