| Age | Commit message (Expand) | Author | Lines |
| 2019-12-31 | librustc_ast_lowering: move the files. | Mazdak Farrokhzad | -1454/+0 |
| 2019-12-30 | Allocate inside lower_path_extra. | Camille GILLOT | -7/+3 |
| 2019-12-30 | Retire HirVec. | Camille GILLOT | -1/+1 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -16/+16 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -4/+20 |
| 2019-12-27 | Lowering for hir::Ty. | Camille GILLOT | -16/+16 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -1/+1 |
| 2019-12-26 | Remove some type information. | Camille GILLOT | -11/+7 |
| 2019-12-26 | Fewer calls to arena.alloc. | Camille GILLOT | -120/+105 |
| 2019-12-26 | Lowering for hir::Expr. | Camille GILLOT | -149/+229 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -50/+60 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -4/+7 |
| 2019-12-22 | Format the world | Mark Rousskov | -260/+139 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -5/+5 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -12/+6 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -3/+7 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -13/+13 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -18/+5 |
| 2019-11-10 | Merge hir::CaptureClause into ast::CaptureBy. | Camille GILLOT | -10/+1 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -6/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+1 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -1/+1 |
| 2019-10-28 | Output previous stable error messaging when using stable build. | Agustin Fernandez | -5/+14 |
| 2019-10-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -11/+19 |
| 2019-10-02 | WIP tidy hir/lowering/expr.rs | Niko Matsakis | -4/+6 |
| 2019-10-02 | track the kind of async generator we are creating | Niko Matsakis | -8/+14 |
| 2019-10-01 | address review comments | Alex Zatelepin | -15/+13 |
| 2019-10-01 | fix spurious unreachable_code lints for try{} block ok-wrapping | Alex Zatelepin | -12/+31 |
| 2019-09-29 | Rollup merge of #64825 - estebank:match-unit, r=Centril | Mazdak Farrokhzad | -12/+11 |
| 2019-09-28 | Point at enclosing match when expecting `()` in arm | Esteban Küber | -12/+11 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-09-28 | Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank | Mazdak Farrokhzad | -2/+1 |
| 2019-09-27 | lowering: don't .abort_if_errors() | Mazdak Farrokhzad | -2/+1 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -16/+11 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -32/+19 |
| 2019-09-17 | use drop-temps { .. } pseudo-notation | Niko Matsakis | -1/+1 |
| 2019-09-17 | introduce `lower_block_expr` convenience function, and use it | Niko Matsakis | -8/+3 |
| 2019-09-16 | adjust desugaring for async fn to correct drop order | Niko Matsakis | -1/+1 |
| 2019-09-15 | or-patterns: remove hack from lowering. | Mazdak Farrokhzad | -32/+19 |
| 2019-09-10 | lowering: extend temporary lifetimes around await | David Wood | -20/+15 |
| 2019-09-05 | or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`. | Mazdak Farrokhzad | -38/+39 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -2/+2 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -1/+0 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -7/+7 |
| 2019-08-13 | Point at the right enclosing scope when using `await` in non-async fn | Esteban Küber | -1/+4 |
| 2019-08-10 | lowering: move scope & capture_clause stuff -> expr.rs | Mazdak Farrokhzad | -1/+66 |