| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-12-25 | Rollup merge of #105375 - WaffleLapkin:docfix, r=cjgillot | Matthias Krüger | -4/+2 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -1/+1 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -2/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | Revert "Introduce lowering_arena to avoid creating AST nodes on the fly" | Nilstrieb | -35/+20 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -1/+2 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+2 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -11/+21 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -11/+21 |
| 2022-12-06 | Fix an outdated comment mentioning parameter that doesn't exist anymore | Maybe Waffle | -4/+2 |
| 2022-12-06 | Simplify attribute handling in rustc_ast_lowering | Gary Guo | -1/+1 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -1/+2 |
| 2022-12-01 | Fill in `def_span` when creating def ids. | Oli Scherer | -4/+12 |
| 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-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 | -66/+51 |
| 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 | -1/+0 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -29/+34 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -3/+1 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -36/+17 |
| 2022-11-23 | Rollup merge of #104721 - WaffleLapkin:deref-harder, r=oli-obk | Dylan DPC | -60/+58 |
| 2022-11-22 | `rustc_ast_lowering`: remove `ref` patterns | Maybe Waffle | -60/+58 |
| 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 | -25/+11 |
| 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-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -1/+1 |
| 2022-11-18 | Auto merge of #104330 - CastilloDel:ast_lowering, r=cjgillot | bors | -6/+4 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -1/+9 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -1/+1 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -2/+9 |
| 2022-11-15 | Change LoweringContext.children to Vec | CastilloDel | -5/+4 |
| 2022-11-15 | Remove allow(rustc::potential_query_instability) from rustc_ast_lowering | CastilloDel | -1/+0 |
| 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 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -12/+6 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+3 |
| 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-15 | Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot | bors | -0/+10 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -16/+8 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -9/+18 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |