| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-05 | Misc fixes (pattern type lowering, cfi, pretty printing) | Boxy | -18/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+3 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -2/+2 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -58/+44 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -58/+44 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -3/+3 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -2/+5 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+2 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -1/+1 |
| 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 `DelayDm` | León Orell Valerian Liehr | -1/+1 |
| 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 | -6/+2 |
| 2024-05-21 | Uplift binder | Michael Goulet | -14/+5 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -10/+10 |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -27/+27 |
| 2024-05-13 | Apply nits | Michael Goulet | -1/+2 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -15/+23 |
| 2024-05-11 | Apply nits, uplift ExistentialPredicate too | Michael Goulet | -10/+10 |
| 2024-05-11 | Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate` | Michael Goulet | -18/+18 |
| 2024-05-11 | Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate` | Michael Goulet | -14/+14 |
| 2024-05-11 | Uplift `TraitPredicate` | Michael Goulet | -10/+11 |
| 2024-05-10 | Also debug | Michael Goulet | -0/+4 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -8/+26 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -1/+1 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -1/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -2/+2 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -7/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+4 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -5/+5 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -5/+13 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -12/+12 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -12/+12 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -4/+4 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-17 | added pretty_print_const_expr | will | -2/+152 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -6/+6 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -9/+3 |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -8/+18 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -2/+2 |