aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres/lower.rs
Commit message (Collapse)AuthorAgeFilesLines
* Import the preludeFlorian Diebold2019-02-131-1/+6
|
* Fix some typosPascal Hertleif2019-02-121-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-21/+10
|
* Make extern crates in the root module add to the extern preludeFlorian Diebold2019-02-041-0/+3
| | | | To accomplish this, separate the extern prelude from the per-module item maps.
* Lower extern crates to importsFlorian Diebold2019-02-041-3/+16
| | | | This is probably not completely correct, but it kind of works.
* Pass aliases to ImportDataFlorian Diebold2019-02-011-1/+3
|
* split HirDatabase apicsmoe2019-02-011-7/+7
|
* remove Option<SourceFileItemId> hackAleksey Kladov2019-01-261-4/+1
|
* rename source_file -> parseAleksey Kladov2019-01-261-1/+1
|
* Migrate trait & type to new idsAleksey Kladov2019-01-241-64/+21
|
* move consts&statics to new idAleksey Kladov2019-01-241-5/+19
|
* remove boilerplateAleksey Kladov2019-01-241-3/+5
|
* 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