| Age | Commit message (Expand) | Author | Lines |
| 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 | -30/+30 |
| 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-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -1/+1 |
| 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 #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 | -7/+6 |
| 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 |
| 2023-03-02 | Rollup merge of #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -2/+4 |
| 2023-03-01 | Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726 | Matthias Krüger | -20/+16 |
| 2023-02-28 | Erase **all** regions when probing for associated types in astconv | Michael Goulet | -2/+4 |
| 2023-02-26 | Small cleanup to one_bound_for_assoc_type | Michael Goulet | -20/+16 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-24 | Replace a `mk_ty` call with `mk_bound`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -5/+7 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -20/+19 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -4/+4 |