| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -2/+2 |
| 2023-02-23 | Don't project specializable RPITIT projection | Michael Goulet | -0/+97 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -2/+2 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -7/+7 |
| 2023-02-18 | Add test | Michael Goulet | -0/+77 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -0/+10 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -35/+37 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+0 |
| 2023-02-07 | Add test for Future inflating arg size to 3x | Arpad Borsos | -0/+96 |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -5/+5 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -2/+2 |
| 2023-02-03 | Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-e... | Matthias Krüger | -0/+94 |
| 2023-02-02 | Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebank | Matthias Krüger | -88/+5 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -2/+2 |
| 2023-02-02 | Bless tests after rebase | Bryan Garza | -14/+14 |
| 2023-02-02 | Update test to not trigger stack overflow | Bryan Garza | -8/+5 |
| 2023-02-02 | Move ignore-pass to large-arg test | Bryan Garza | -11/+11 |
| 2023-02-02 | Update based on PR comments | Bryan Garza | -0/+97 |
| 2023-01-30 | Tweak E0271 wording | Esteban Küber | -6/+6 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -6/+6 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -13/+13 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -344/+252 |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -77/+1801 |
| 2023-01-25 | Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin | Matthias Krüger | -0/+6 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -16/+16 |
| 2023-01-22 | Remove confusing 'while checking' note from opaque future type mismatches | Michael Goulet | -88/+5 |
| 2023-01-20 | Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser | Matthias Krüger | -0/+21 |
| 2023-01-19 | Add `rustc_on_unimplemented` on `Sync` for cell types | Nilstrieb | -0/+6 |