| Age | Commit message (Expand) | Author | Lines |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -149/+13 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+2 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -0/+7 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -1/+1 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -200/+4 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -3/+1 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -5/+31 |
| 2022-05-27 | fix comment | lcnr | -1/+1 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -0/+24 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -1/+1 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -3/+44 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -32/+34 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -32/+34 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -1/+1 |
| 2022-03-30 | get clippy to compile again | lcnr | -4/+1 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -0/+7 |
| 2022-03-26 | Fix perf issue for auto trait selection | Guillaume Gomez | -0/+9 |
| 2022-03-20 | fix two comments referring to moved code (rustc_mir_transform::generator) | Audun Halland | -1/+1 |
| 2022-03-15 | Auto merge of #94928 - lcnr:inline-as_substs, r=michaelwoerister | bors | -0/+1 |
| 2022-03-14 | Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiser | Matthias Krüger | -10/+13 |
| 2022-03-14 | inline `tuple_fields` | lcnr | -0/+1 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -7/+7 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -7/+7 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -0/+51 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+9 |
| 2022-03-10 | Move `is_trivially_pure_clone_copy` onto `Ty` instead | Scott McMurray | -0/+51 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+9 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -1/+0 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -5/+4 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -9/+13 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -14/+4 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -2/+22 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -8/+8 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -10/+51 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -66/+66 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -7/+0 |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -0/+2 |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -1/+1 |
| 2022-02-08 | update `ty::TyKind` documentation | lcnr | -19/+67 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+7 |
| 2022-02-02 | Update some comments | Oli Scherer | -0/+1 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-01-28 | fix nit | lcnr | -1/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -7/+3 |
| 2022-01-17 | Update w/ comments | kadmin | -4/+3 |
| 2022-01-17 | Update term for use in more places | kadmin | -1/+1 |