| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514 | Matthias Krüger | -13/+13 |
| 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 | -13/+13 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -1/+1 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -15/+2 |
| 2022-12-21 | Update track_caller tests; run fmt | Bryan Garza | -5/+2 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -22/+20 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -26/+27 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -36/+21 |
| 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 | -38/+21 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -38/+49 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -2/+3 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+2 |
| 2022-12-08 | Move paren expr and loop HIR lowering | Gary Guo | -28/+37 |
| 2022-12-08 | Support `#[track_caller]` on async closures | Gary Guo | -10/+12 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -17/+34 |
| 2022-12-07 | Rollup merge of #105343 - nbdd0121:hir, r=fee1-dead | Matthias Krüger | -106/+45 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -17/+34 |
| 2022-12-06 | Fix an outdated comment mentioning parameter that doesn't exist anymore | Maybe Waffle | -4/+2 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -21/+36 |
| 2022-12-06 | Simplify attribute handling in rustc_ast_lowering | Gary Guo | -106/+45 |
| 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 |