| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -0/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -1/+1 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+5 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -0/+6 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+3 |
| 2023-04-26 | Remove unused `TypeFoldable`/`TypeVisitable` impls. | Nicholas Nethercote | -1/+1 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+5 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -4/+15 |
| 2023-04-22 | Print ty placeholders pretty | Michael Goulet | -1/+15 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -4/+15 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -4/+4 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -4/+2 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -4/+11 |
| 2023-03-23 | Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er... | Matthias Krüger | -1/+5 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -2/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -1/+2 |
| 2023-03-23 | make param bound vars visibly bound vars | Boxy | -1/+5 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -13/+13 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -1/+4 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -4/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -2/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -9/+9 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -1/+1 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -2/+2 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -2/+2 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -1/+0 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+1 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+1 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -2/+2 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+2 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -5/+18 |
| 2023-02-02 | Tweak misleading comment | Michael Goulet | -1/+1 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -5/+18 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -2/+4 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -2/+4 |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -3/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -0/+4 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -3/+8 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+23 |