aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/lower.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate enums to new idAleksey Kladov2019-01-241-4/+11
|
* new struct idAleksey Kladov2019-01-241-2/+9
|
* Functions use new id schemeAleksey Kladov2019-01-241-3/+10
|
* Change ids strategyAleksey Kladov2019-01-241-52/+22
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* drop obsolete commentAleksey Kladov2019-01-231-1/+0
|
* assign DefIds when loweringAleksey Kladov2019-01-231-68/+92
|
* introduced better typed AstPtrAleksey Kladov2019-01-231-8/+5
|
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-231-5/+5
|
* rename LoweredImport -> ImportIdAleksey Kladov2019-01-191-167/+15
|
* switched to lowerd moduleAleksey Kladov2019-01-191-20/+193
|
* simplifyAleksey Kladov2019-01-191-32/+52
|
* move input module items to the lower moduleAleksey Kladov2019-01-191-0/+200