| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+20 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -4/+12 |
| 2021-11-22 | Fix comments | Eric Holk | -2/+2 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -5/+21 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -99/+38 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -21/+18 |
| 2021-10-15 | Use more lowered spans in for loop | Cameron Steffen | -12/+14 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -10/+5 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -2/+3 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -4/+7 |
| 2021-09-20 | Make with_hir_id_owner responsible for registering the item. | Camille GILLOT | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+0 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1/+3 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -2/+7 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -1/+2 |
| 2021-09-03 | Replace Vec by Option. | Camille GILLOT | -26/+6 |
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -50/+134 |
| 2021-08-28 | rustc: use more correct span data in for loop desugaring | Michael Howell | -2/+7 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -207/+56 |
| 2021-08-15 | Use correct drop scopes for if expressions | Matthew Jasper | -3/+14 |
| 2021-08-01 | Inline make_if macro | Cameron Steffen | -12/+4 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -5/+14 |
| 2021-07-09 | Update the comment on `lower_expr_try` | Scott McMurray | -7/+8 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -9/+11 |