| Age | Commit message (Expand) | Author | Lines |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+19 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -5/+5 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -27/+82 |
| 2022-09-26 | address review | b-naber | -3/+4 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -27/+81 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -7/+0 |
| 2022-09-26 | Rollup merge of #102270 - Nilstrieb:delete-useless-benches, r=TaKO8Ki | fee1-dead | -54/+0 |
| 2022-09-25 | Auto merge of #101710 - jyn514:move-dep-kind-node, r=cjgillot | bors | -141/+11 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -1/+3 |
| 2022-09-25 | Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl` | Joshua Nelson | -4/+0 |
| 2022-09-25 | Move some more code from rustc_middle to rustc_query_system | Joshua Nelson | -14/+1 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -66/+12 |
| 2022-09-25 | Move `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -62/+3 |
| 2022-09-25 | Remove benches from `rustc_middle` | Nilstrieb | -54/+0 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -69/+107 |
| 2022-09-24 | fix lifetime error | Ellis Hoag | -2/+8 |
| 2022-09-24 | rebase and update trait names | Ellis Hoag | -5/+3 |
| 2022-09-24 | impl SessionDiagnostic for LayoutError and Spanned<T> | Ellis Hoag | -1/+10 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -69/+107 |
| 2022-09-24 | Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -154/+182 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+7 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -22/+3 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -22/+3 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -88/+165 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -57/+81 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -1/+30 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -1/+30 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+5 |
| 2022-09-22 | Calculate ProjectionTy::trait_def_id correctly | Michael Goulet | -3/+7 |
| 2022-09-22 | Rollup merge of #102133 - b-naber:use-valtrees-in-fast-reject, r=lcnr | Matthias Krüger | -8/+1 |
| 2022-09-22 | Rollup merge of #102128 - oli-obk:const_unification, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -142/+174 |
| 2022-09-22 | Revert "Auto merge of #101862 - cjgillot:lint-regression, r=oli-obk" | Camille GILLOT | -13/+9 |
| 2022-09-22 | use valtrees for comparison | b-naber | -8/+1 |
| 2022-09-22 | address review | b-naber | -5/+5 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -74/+127 |
| 2022-09-22 | Const unification is already infallible, remove the error handling logic | Oli Scherer | -1/+1 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+5 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+2 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -4/+4 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -4/+4 |
| 2022-09-21 | Neither require nor imply lifetime bounds on opaque type for well formedness | Oli Scherer | -1/+3 |
| 2022-09-21 | Fix wrongly refactored Lift impl | Oli Scherer | -1/+4 |
| 2022-09-20 | Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddle | bors | -59/+13 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -54/+6 |
| 2022-09-20 | Rollup merge of #101976 - RalfJung:mir-semantic-phases, r=oli-obk | Michael Howell | -3/+4 |