| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -1/+1 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+5 |
| 2022-07-30 | Rollup merge of #99900 - lcnr:hash-stable-fun, r=cjgillot | Dylan DPC | -1/+6 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -1/+6 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -0/+23 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -7/+0 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -0/+4 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+1 |
| 2022-07-07 | Move EarlyBinder calls in rustc_typeck::outlives a bit further up | Jack Huey | -0/+4 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -0/+13 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+3 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -7/+7 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -11/+11 |
| 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 |