| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -3/+3 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -5/+5 |
| 2024-10-22 | do not relate `Abi` and `Safety` | lcnr | -2/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -10/+8 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -2/+2 |
| 2024-07-16 | Remove an unnecessary impl | Oli Scherer | -6/+0 |
| 2024-07-16 | Make `ErrorGuaranteed` discoverable outside types, consts, and lifetimes | Oli Scherer | -2/+17 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -4/+4 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -88/+15 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -7/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -7/+10 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -14/+5 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -9/+29 |
| 2024-06-01 | Yeet PolyFnSig from Interner | Michael Goulet | -12/+0 |
| 2024-05-21 | Uplift binder | Michael Goulet | -32/+0 |
| 2024-05-20 | Uplift TermKind | Michael Goulet | -7/+4 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -12/+0 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -43/+0 |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -35/+1 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+1 |
| 2024-05-11 | Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate` | Michael Goulet | -6/+0 |
| 2024-05-11 | Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate` | Michael Goulet | -12/+0 |
| 2024-05-11 | Uplift `TraitPredicate` | Michael Goulet | -7/+0 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -6/+0 |
| 2024-05-10 | Lift `Lift` | Michael Goulet | -2/+2 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -0/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+40 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -1/+13 |
| 2024-04-02 | Track reason for creating a `ReifyShim` | Matthew Maurer | -0/+1 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -0/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 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 |