| Age | Commit message (Expand) | Author | Lines |
| 2023-06-24 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-05-23 | Don't ICE on RPITIT when promoting trait preds to associated type bounds | Michael Goulet | -0/+22 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -5/+5 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -5/+5 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -1/+1 |
| 2023-05-08 | Tweak borrow suggestion | Michael Goulet | -4/+6 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -0/+51 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -0/+36 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -185/+32 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -411/+312 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -34/+30 |
| 2023-04-28 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -3/+163 |
| 2023-04-27 | bless tests | The 8472 | -34/+30 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -6/+56 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -1/+1 |
| 2023-04-27 | tweak removal span | Michael Goulet | -7/+5 |
| 2023-04-27 | Tweak await span | Michael Goulet | -184/+262 |
| 2023-04-27 | Remove a bunch of orphaned test files | Michael Goulet | -225/+0 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -0/+2 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -1/+1 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -1/+1 |
| 2023-04-13 | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | -1/+2 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+25 |
| 2023-04-12 | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem... | Andrew Xie | -1/+2 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -4/+2 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+25 |
| 2023-04-03 | Add test | Nilstrieb | -0/+24 |
| 2023-03-28 | Specialization involving RPITITs is broken so ignore the diagnostic differenc... | Santiago Pastorino | -2/+38 |
| 2023-03-22 | Do not feed param_env for RPITITs impl side | Santiago Pastorino | -0/+2 |
| 2023-03-21 | Do not suggest bounds restrictions for synthesized RPITITs | Santiago Pastorino | -4/+35 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -2/+27 |
| 2023-03-17 | Fix generics_of for impl's RPITIT synthesized associated type | Santiago Pastorino | -0/+2 |
| 2023-03-17 | Fix impl_trait_ty_to_ty substs | Santiago Pastorino | -2/+25 |
| 2023-03-17 | Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed tests | Santiago Pastorino | -15/+288 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -1/+14 |
| 2023-03-15 | Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -12/+90 |
| 2023-03-14 | Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errors | Matthias Krüger | -3/+32 |
| 2023-03-14 | Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errors | Matthias Krüger | -10/+145 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -85/+40 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -3/+32 |
| 2023-03-12 | Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -10/+145 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -85/+40 |
| 2023-03-05 | feat: impl better help for `.poll()` not found on `impl Future` | Ezra Shaw | -0/+24 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -2/+3 |
| 2023-03-01 | Add regression test for #107280 | Yuki Okushi | -0/+97 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -11/+4 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -0/+97 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -2/+2 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -2/+2 |