| Age | Commit message (Expand) | Author | Lines |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -30/+0 |
| 2023-07-07 | Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors | Michael Goulet | -0/+83 |
| 2023-07-07 | Don't ICE in resolve_bound_vars when associated return-type bounds are in bad... | Michael Goulet | -0/+31 |
| 2023-07-07 | Avoid calling report_forbidden_specialization for RPITITs | Santiago Pastorino | -0/+83 |
| 2023-07-07 | Remove an AFIT test that isn't an AFIT test | Michael Goulet | -30/+0 |
| 2023-07-06 | Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errors | Michael Goulet | -0/+38 |
| 2023-07-06 | Do not assert >1 RPITITs on collect_return_position_impl_trait_in_trait_tys | Santiago Pastorino | -0/+38 |
| 2023-07-06 | Avoid calling item_name for RPITIT | Santiago Pastorino | -0/+97 |
| 2023-06-29 | Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors | bors | -0/+4 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -0/+4 |
| 2023-06-29 | Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var... | bors | -0/+64 |
| 2023-06-27 | More tests | Michael Goulet | -0/+64 |
| 2023-06-27 | Make associated type bounds in supertrait position implied | Michael Goulet | -0/+39 |
| 2023-06-23 | Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errors | Michael Goulet | -11/+120 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -38/+57 |
| 2023-06-23 | Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -11/+120 |
| 2023-06-20 | update failing ui tests | Ibraheem Ahmed | -38/+57 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -7/+7 |
| 2023-06-09 | Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa... | Matthias Krüger | -0/+2 |
| 2023-06-05 | Don't mention already set fields | Michael Goulet | -0/+2 |
| 2023-06-05 | Emit an error when RTN is used with ty/ct params | Michael Goulet | -0/+49 |
| 2023-06-04 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-05-24 | Move tests | Caio | -0/+19 |
| 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 |