| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -1/+1 |
| 2022-09-12 | Impove diagnostic for .await-ing non-futures | Lukas Markeffsky | -3/+9 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -2/+3 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -31/+32 |
| 2022-09-08 | Rollup merge of #101496 - spastorino:lower_lifetime_binder_api_changes, r=oli... | Dylan DPC | -31/+32 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -4/+7 |
| 2022-09-07 | Allow lower_lifetime_binder receive a closure | Santiago Pastorino | -31/+32 |
| 2022-09-06 | Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow... | Santiago Pastorino | -16/+18 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -3/+3 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -4/+4 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -4/+4 |
| 2022-09-05 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -1/+2 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -2/+3 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -3/+3 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -2/+2 |
| 2022-08-30 | Change fatal diagnostic to an error. | JeanCASPAR | -1/+7 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -2/+2 |
| 2022-08-27 | remove span_fatal from ast_lowering | Jean CASPAR | -3/+3 |
| 2022-08-22 | Migrate all span_err(...) in ast_lowering to SessionDiagnostic | Jean CASPAR | -5/+3 |
| 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 |