Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | align lower module query names | Aleksey Kladov | 2019-03-02 | 1 | -10/+3 |
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -1/+1 |
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -2/+2 |
* | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 1 | -7/+2 |
* | Import the prelude | Florian Diebold | 2019-02-13 | 1 | -1/+6 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -21/+10 |
* | Make extern crates in the root module add to the extern prelude | Florian Diebold | 2019-02-04 | 1 | -0/+3 |
* | Lower extern crates to imports | Florian Diebold | 2019-02-04 | 1 | -3/+16 |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 1 | -1/+3 |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -7/+7 |
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -4/+1 |
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -64/+21 |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -5/+19 |
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -3/+5 |
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -4/+11 |
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -2/+9 |
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -3/+10 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -52/+22 |
* | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 |
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 1 | -68/+92 |
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -8/+5 |
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -5/+5 |
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -167/+15 |
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -20/+193 |
* | simplify | Aleksey Kladov | 2019-01-19 | 1 | -32/+52 |
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 1 | -0/+200 |