| Age | Commit message (Expand) | Author | Lines |
| 2024-03-13 | coverage: Add `CoverageKind::BlockMarker` | Zalathar | -0/+1 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -48/+27 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+4 |
| 2024-01-15 | Implement TypeVisitable and TypeFoldable for Spanned | Martin Nordholts | -0/+25 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -4/+2 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -1/+0 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -0/+6 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+6 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -1/+2 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -28/+0 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+0 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -38/+0 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -18/+6 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -30/+30 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -30/+30 |
| 2023-10-23 | Naming nits | Michael Goulet | -22/+22 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -13/+10 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -38/+0 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -6/+6 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -1/+1 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -5/+3 |
| 2023-09-21 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -1/+0 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -0/+1 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -96/+25 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -1/+1 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -0/+1 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -0/+8 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+1 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -0/+8 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -1/+0 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+1 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -1/+1 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -2/+1 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -1/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -6/+6 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -17/+17 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -12/+179 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -1/+1 |
| 2023-07-06 | Add a new trait to `Debug` things with an infcx available | Boxy | -12/+179 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+26 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -18/+0 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+1 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -3/+0 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -3/+3 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -9/+0 |
| 2023-06-22 | Expect clause more | Michael Goulet | -4/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -0/+9 |