Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Infer box expression | uHOOCCOOHu | 2019-09-11 | 1 | -1/+5 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -1/+2 |
* | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 1 | -10/+19 |
* | slightly simplify expr lowering flow | Aleksey Kladov | 2019-09-03 | 1 | -1/+32 |
* | use recrod terminology for hir::Pat | Aleksey Kladov | 2019-09-03 | 1 | -2/+2 |
* | move expr lowering to lower | Aleksey Kladov | 2019-09-03 | 1 | -651/+12 |
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -26/+26 |
* | remove useless trait | Aleksey Kladov | 2019-09-02 | 1 | -2/+2 |
* | Convert `BoxPat` to `Missing` in HIR | Dylan MacKenzie | 2019-08-24 | 1 | -0/+1 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -21/+21 |
* | remove ast::*Kind from hir | Aleksey Kladov | 2019-08-19 | 1 | -46/+44 |
* | implement initial type inference for index expressions | Aleksey Kladov | 2019-08-17 | 1 | -1/+13 |
* | normalize ordering ops | Aleksey Kladov | 2019-08-17 | 1 | -10/+20 |
* | Introduce separate hir::BinaryOp | Aleksey Kladov | 2019-08-17 | 1 | -2/+75 |
* | implement while let desugaring | Aleksey Kladov | 2019-08-07 | 1 | -14/+26 |
* | refactor if-let lowering | Aleksey Kladov | 2019-08-07 | 1 | -19/+25 |
* | refactor if lowering | Aleksey Kladov | 2019-08-07 | 1 | -17/+14 |
* | Merge #1562 | bors[bot] | 2019-07-20 | 1 | -0/+8 |
|\ | |||||
| * | add await expr to ast | Unreal Hoang | 2019-07-20 | 1 | -0/+8 |
* | | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
|/ | |||||
* | minor | Aleksey Kladov | 2019-07-19 | 1 | -5/+1 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -22/+24 |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -2/+2 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -4/+4 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+13 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -0/+1 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -6/+6 |
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 1 | -13/+13 |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 1 | -1/+9 |
* | Improve goto definition for MBE | Edwin Cheng | 2019-06-01 | 1 | -1/+1 |
* | allow expanding expressions | Aleksey Kladov | 2019-05-14 | 1 | -7/+4 |
* | store macro kind in HirFileId | Aleksey Kladov | 2019-05-14 | 1 | -4/+7 |
* | simplify | Aleksey Kladov | 2019-05-12 | 1 | -2/+3 |
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -6/+10 |
* | make macro expansion into a proper query | Aleksey Kladov | 2019-05-04 | 1 | -14/+3 |
* | introduce macro_arg intermediate query | Aleksey Kladov | 2019-05-04 | 1 | -19/+14 |
* | Use correct FileId when expanding macros in expressions | Aleksey Kladov | 2019-05-01 | 1 | -15/+38 |
* | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 1 | -49/+55 |
* | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 1 | -88/+113 |
* | Addeded resolver and db | Lenard Pratt | 2019-04-22 | 1 | -60/+79 |
* | move ScopeEntryWithSyntax | Aleksey Kladov | 2019-04-13 | 1 | -2/+2 |
* | make resolver private | Aleksey Kladov | 2019-04-13 | 1 | -2/+6 |
* | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 1 | -2/+2 |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -10/+6 |
* | fix typo | Aleksey Kladov | 2019-04-11 | 1 | -6/+6 |
* | type-safer source-map for bindings | Aleksey Kladov | 2019-04-10 | 1 | -13/+15 |
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 1 | -15/+34 |
* | Added inference of array length | Lenard Pratt | 2019-04-07 | 1 | -2/+13 |