| Age | Commit message (Expand) | Author | Lines |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -1/+0 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -1/+0 |
| 2024-06-06 | Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnr | Jubilee | -2/+36 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -2/+36 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+9 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -32/+19 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -2/+2 |
| 2024-06-01 | Yeet PolyFnSig from Interner | Michael Goulet | -1/+0 |
| 2024-05-28 | Rollup merge of #125598 - compiler-errors:proof-tree-builder, r=lcnr | Matthias Krüger | -0/+7 |
| 2024-05-28 | Make ProofTreeBuilder actually generic over interner | Michael Goulet | -0/+7 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -0/+1 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -4/+4 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -12/+7 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -7/+7 |
| 2024-05-26 | Use EarlyBinder in rustc_type_ir, simplify imports | Michael Goulet | -2/+2 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -2/+2 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -1/+2 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -7/+7 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -12/+7 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -10/+0 |
| 2024-05-21 | Uplift binder | Michael Goulet | -5/+8 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -1/+0 |
| 2024-05-19 | Make search graph generic over interner | Michael Goulet | -0/+4 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -2/+7 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -3/+7 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -0/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -16/+9 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -16/+9 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -0/+1 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -4/+22 |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -9/+67 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -0/+1 |
| 2024-05-11 | Apply nits, uplift ExistentialPredicate too | Michael Goulet | -0/+1 |
| 2024-05-11 | Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate` | Michael Goulet | -2/+2 |
| 2024-05-11 | Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate` | Michael Goulet | -3/+11 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+13 |
| 2024-05-10 | Lift `Lift` | Michael Goulet | -26/+6 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -1/+1 |
| 2024-05-10 | Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -2/+2 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -2/+2 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -1/+1 |
| 2024-05-09 | Make `#![feature]` suggestion MaybeIncorrect | Alex Macleod | -1/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -13/+16 |