| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | Migrate ast_lowering::expr to SessionDiagnostic | Jean CASPAR | -76/+18 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -26/+24 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -1/+3 |
| 2022-08-11 | Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot | Matthias Krüger | -3/+1 |
| 2022-08-11 | Avoid lowering a `MacArgs::Eq` twice. | Nicholas Nethercote | -3/+1 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -2/+4 |
| 2022-08-04 | with_lifetime_binder is now lower_lifetime_binder and doesn't need a closure | Santiago Pastorino | -32/+31 |
| 2022-08-04 | Completely remove captures flag | Santiago Pastorino | -21/+7 |
| 2022-08-04 | Add captures flag to capture or not while lowering | Santiago Pastorino | -7/+21 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -14/+21 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -19/+29 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+24 |
| 2022-07-06 | Remove `sess` field from LoweringContext. | Camille GILLOT | -13/+20 |
| 2022-06-21 | Use CreateParameter mode for closures too. | Camille GILLOT | -23/+34 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -12/+5 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -20/+20 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -8/+1 |
| 2022-06-14 | Do not modify the resolver outputs. | Camille GILLOT | -2/+2 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -3/+3 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -20/+20 |
| 2022-06-01 | Remove #[rustc_box] attr during lowering | est31 | -3/+6 |
| 2022-06-01 | Add #[rustc_box] | est31 | -1/+13 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -2/+8 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -2/+8 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -3/+3 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -0/+37 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -3/+3 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+39 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -1/+0 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -0/+37 |
| 2022-03-30 | async: Give predictable, reserved name to binding generated from .await expre... | Michael Woerister | -13/+16 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -3/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -10/+16 |
| 2022-01-23 | Rollup merge of #93103 - estebank:await-span, r=nagisa | Matthias Krüger | -10/+10 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -6/+1 |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -10/+10 |
| 2022-01-18 | Formally implement let chains | Caio | -6/+12 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -33/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -33/+0 |
| 2022-01-10 | Use pre-interned symbols in a couple of places | bjorn3 | -6/+8 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -1/+1 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -5/+9 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -19/+0 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -19/+0 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -7/+17 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -11/+40 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -2/+3 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -5/+9 |