| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -26/+35 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -8/+49 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -26/+35 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+2 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -2/+10 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -3/+3 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -5/+38 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -5/+29 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -40/+40 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -0/+10 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -2/+0 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -5/+21 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -5/+52 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -11/+6 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -2/+2 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+2 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -8/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-13 | Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjay | Matthias Krüger | -14/+6 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -31/+37 |
| 2023-04-11 | Erase lifetimes above ty::INNERMOST when probing ambiguous types | Michael Goulet | -14/+6 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -1/+1 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -3/+3 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -4/+4 |
| 2023-04-06 | Get rid of elaborate_trait_ref{s} too | Michael Goulet | -3/+3 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -2/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -8/+16 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -9/+19 |
| 2023-03-28 | Compute bound vars correctly | Michael Goulet | -16/+55 |
| 2023-03-28 | RTN | Michael Goulet | -50/+103 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -6/+3 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Rollup merge of #109423 - fmease:iat-selection-erase-regions-in-self-ty, r=co... | Matthias Krüger | -31/+51 |
| 2023-03-21 | iat selection: erase regions in self type | León Orell Valerian Liehr | -31/+51 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -4/+3 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -1/+1 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-03-18 | Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkin | Matthias Krüger | -3/+6 |
| 2023-03-17 | Fix impl_trait_ty_to_ty substs | Santiago Pastorino | -2/+6 |
| 2023-03-17 | Erase escaping late-bound regions when probing for ambiguous associated types | Michael Goulet | -3/+14 |
| 2023-03-16 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -3/+6 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -0/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -1/+9 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -51/+81 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -1/+1 |
| 2023-03-06 | Map to new synthesized assoc ty for RPITITs in astconv | Santiago Pastorino | -1/+9 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |