| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -1/+4 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+1 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -0/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-26 | address review | b-naber | -1/+1 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -0/+28 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+7 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -1/+30 |
| 2022-09-22 | Calculate ProjectionTy::trait_def_id correctly | Michael Goulet | -3/+7 |
| 2022-09-19 | Incorporate feedback | mejrs | -1/+30 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -73/+2 |
| 2022-09-19 | do not implement type traversal for `EarlyBinder` | lcnr | -0/+4 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -10/+10 |
| 2022-09-12 | Rename some variants | Michael Goulet | -3/+3 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+10 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -7/+1 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -1/+4 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -7/+1 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+6 |
| 2022-08-26 | Suggest returning closure as impl Fn | Michael Goulet | -0/+4 |
| 2022-08-17 | Make same_type_modulo_infer a proper TypeRelation | Michael Goulet | -0/+4 |
| 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 |