| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -2/+2 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -10/+10 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -26/+35 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -5/+3 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -5/+9 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -5/+5 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -9/+9 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -0/+5 |
| 2023-01-17 | Rollup merge of #106953 - kylematsuda:early-binder-docs, r=jackh726 | Matthias Krüger | -0/+19 |
| 2023-01-16 | document EarlyBinder::subst_identity and skip_binder | Kyle Matsuda | -0/+19 |
| 2023-01-16 | Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -0/+7 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -0/+15 |
| 2023-01-14 | add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc... | Kyle Matsuda | -0/+4 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -1/+1 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -0/+4 |
| 2022-12-22 | Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2022-12-20 | Some ICE debugging aids | Oli Scherer | -1/+1 |
| 2022-12-20 | use `track_caller` to show where the panic is actually from | Oli Scherer | -0/+4 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -0/+4 |
| 2022-12-16 | Rename ConstS to ConstData | Oli Scherer | -2/+2 |
| 2022-12-13 | Make InternalSubsts rust docs a bit clearer | Santiago Pastorino | -1/+1 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -3/+4 |
| 2022-12-06 | Add GenericParamDef::to_error and InternalSubsts::extend_with_error | Michael Goulet | -0/+16 |
| 2022-11-30 | Remove TyS | Oli Scherer | -2/+2 |
| 2022-11-30 | move WithCachedTypeInfo to rustc_type_ir | Oli Scherer | -1/+2 |
| 2022-11-30 | s/WithStableHash/WithCachedTypeInfo/ | Oli Scherer | -3/+3 |
| 2022-11-26 | Auto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe, r=GuillaumeGomez | bors | -0/+9 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -0/+9 |
| 2022-11-22 | Add size hints to early binder iterator adapters | Michael Goulet | -0/+12 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -9/+69 |
| 2022-11-10 | Support DoubleEndedIterator for subst_iter and subst_iter_copied | Michael Goulet | -9/+69 |
| 2022-11-10 | broken links go brrrrr | Boxy | -1/+1 |
| 2022-11-09 | docs | Boxy | -0/+3 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -0/+23 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -0/+23 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -0/+8 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -6/+0 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -3/+16 |
| 2022-09-29 | Auto merge of #101893 - oli-obk:lift_derive, r=lcnr | bors | -0/+1 |
| 2022-09-20 | Retry with inlining attributes | Oli Scherer | -7/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -8/+69 |
| 2022-09-16 | Revert TypeVisitor changes | Oli Scherer | -1/+7 |
| 2022-09-15 | Merge all `TypeVisitable for &List<T>` impls into one generic one | Oli Scherer | -7/+1 |
| 2022-07-28 | `BoundVarReplacer`: trait object instead of 3 fns | lcnr | -0/+8 |
| 2022-07-22 | Outline `SubstFolder` bug reporting code paths | Tomasz Miąsko | -55/+70 |
| 2022-07-22 | Inline `SubstFolder::tcx` | Tomasz Miąsko | -0/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -4/+2 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -0/+7 |