| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -34/+40 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -13/+23 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -13/+23 |
| 2022-11-23 | Fix rebase | Esteban Küber | -1/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -3/+1 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -2/+2 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -39/+19 |
| 2022-11-23 | Rollup merge of #104721 - WaffleLapkin:deref-harder, r=oli-obk | Dylan DPC | -300/+267 |
| 2022-11-22 | Rollup merge of #104612 - Swatinem:async-ret-y, r=estebank | Manish Goregaokar | -9/+9 |
| 2022-11-22 | `rustc_ast_lowering`: remove `ref` patterns | Maybe Waffle | -300/+267 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -1/+3 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -27/+13 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -12/+6 |
| 2022-11-19 | Create def_id for async fns during lowering | Santiago Pastorino | -1/+3 |
| 2022-11-19 | Lower return type outside async block creation | Arpad Borsos | -9/+9 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -12/+12 |
| 2022-11-18 | Auto merge of #104330 - CastilloDel:ast_lowering, r=cjgillot | bors | -13/+10 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -7/+32 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -8/+22 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -2/+2 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -10/+10 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -4/+19 |
| 2022-11-15 | Update compiler/rustc_ast_lowering/src/item.rs | Daniel del Castillo | -7/+1 |
| 2022-11-15 | Change LoweringContext.children to Vec | CastilloDel | -11/+15 |
| 2022-11-15 | Make clobber_abis use an FxIndexMap | CastilloDel | -2/+2 |
| 2022-11-15 | Remove allow(rustc::potential_query_instability) from rustc_ast_lowering | CastilloDel | -1/+0 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -7/+10 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -1/+3 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -0/+6 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -0/+3 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -12/+6 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+8 |
| 2022-11-10 | Refactor nested for-loops into find() calls | Bryan Garza | -12/+5 |
| 2022-11-09 | Allow and add `track_caller` to generators | Bryan Garza | -23/+37 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -1/+2 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -1/+15 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -24/+24 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -1/+2 |
| 2022-10-25 | adopt to compiler changes | Maybe Waffle | -1/+1 |
| 2022-10-25 | Feature gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -1/+4 |
| 2022-10-25 | Allow `impl Fn() -> impl Trait` in return position | Maybe Waffle | -1/+12 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -51/+51 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -41/+18 |
| 2022-10-19 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -16/+11 |
| 2022-10-19 | Extract orig_opt_local_def_id as a function | Santiago Pastorino | -4/+12 |
| 2022-10-18 | Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwco | Yuki Okushi | -10/+0 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -10/+0 |
| 2022-10-17 | ast_lowering: use derive more | David Wood | -41/+18 |
| 2022-10-15 | Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholk | Dylan DPC | -20/+45 |