| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Remove `Ord` from `Ty`, `Const`, and `Region` | Oli Scherer | -14/+1 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -4/+7 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -2/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -13/+13 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+9 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-18 | Modify GenericArg and Term structs to use strict provenance rules | Kamalesh Palanisamy | -10/+32 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -7/+0 |
| 2023-11-23 | remove unused pub fn | klensy | -7/+0 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -4/+4 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -5/+0 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -2/+2 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -2/+7 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -0/+5 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -1/+1 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -13/+17 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -0/+1049 |