Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove owner from Body | Aleksey Kladov | 2019-11-12 | 1 | -4/+2 |
* | Move definition of exprs to hir_def | Aleksey Kladov | 2019-11-12 | 1 | -67/+15 |
* | move hygiene to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -2/+5 |
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -6/+2 |
* | refactor $crate handling | Aleksey Kladov | 2019-10-30 | 1 | -1/+3 |
* | remove forward pointer for type_ref | Aleksey Kladov | 2019-10-30 | 1 | -1/+1 |
* | remove forward pointer to Path | Aleksey Kladov | 2019-10-30 | 1 | -2/+4 |
* | remove forward pointer for name | Aleksey Kladov | 2019-10-30 | 1 | -2/+2 |
* | remove not that useful indirection | Aleksey Kladov | 2019-10-29 | 1 | -1/+1 |
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 1 | -6/+5 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -7/+14 |
* | Add `DotDotPat` to AST | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 |
* | Infer box expression | uHOOCCOOHu | 2019-09-11 | 1 | -0/+4 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -2/+3 |
* | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 1 | -7/+9 |
* | slightly simplify expr lowering flow | Aleksey Kladov | 2019-09-03 | 1 | -126/+102 |
* | use recrod terminology for hir::Pat | Aleksey Kladov | 2019-09-03 | 1 | -4/+3 |
* | move expr lowering to lower | Aleksey Kladov | 2019-09-03 | 1 | -0/+653 |