| Age | Commit message (Expand) | Author | Lines |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -22/+38 |
| 2022-12-05 | Add fixme note | Gary Guo | -0/+2 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+8 |
| 2022-12-03 | Auto merge of #105133 - oli-obk:promoted_def_ids, r=cjgillot | bors | -6/+19 |
| 2022-12-02 | Fix async track caller for assoc fn and trait impl fn | Gary Guo | -2/+2 |
| 2022-12-02 | Use proper HirId for async track_caller attribute check | Gary Guo | -20/+34 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -1/+2 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -1/+1 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -74/+10 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -27/+15 |
| 2022-12-01 | Fill in `def_span` when creating def ids. | Oli Scherer | -6/+19 |
| 2022-12-01 | Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov | bors | -10/+7 |
| 2022-11-29 | Make TyCtxtFeed::def_id private. | Camille GILLOT | -1/+1 |
| 2022-11-29 | Only allow feeding a value to newly created definitions. | Camille GILLOT | -1/+1 |
| 2022-11-29 | Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk | bors | -1/+1 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -10/+7 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+8 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -3/+3 |
| 2022-11-28 | Factor out a repeated expression in `lower_attr_args`. | Nicholas Nethercote | -9/+4 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -75/+60 |
| 2022-11-26 | Verify that HIR parenting and Def parenting match. | Camille GILLOT | -1/+1 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -8/+4 |
| 2022-11-24 | nested-match mutability (proposed by the reviewer) | Maybe Waffle | -6/+4 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -2/+1 |
| 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 |