about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-03-28Specialization involving RPITITs is broken so ignore the diagnostic differenc...Santiago Pastorino-2/+38
2023-03-22Do not feed param_env for RPITITs impl sideSantiago Pastorino-0/+2
2023-03-21Do not suggest bounds restrictions for synthesized RPITITsSantiago Pastorino-4/+35
2023-03-20Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errorsMatthias Krüger-2/+27
2023-03-17Fix generics_of for impl's RPITIT synthesized associated typeSantiago Pastorino-0/+2
2023-03-17Fix impl_trait_ty_to_ty substsSantiago Pastorino-2/+25
2023-03-17Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed testsSantiago Pastorino-15/+288
2023-03-16Install projection from RPITIT to default trait method opaque correctlyMichael Goulet-1/+14
2023-03-15Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-12/+90
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-3/+32
2023-03-14Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errorsMatthias Krüger-10/+145
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-85/+40
2023-03-12Filter out RPITITs in object_safety_violations_for_traitSantiago Pastorino-3/+32
2023-03-12Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-10/+145
2023-03-08Remove `identity_future` indirectionArpad Borsos-85/+40
2023-03-05feat: impl better help for `.poll()` not found on `impl Future`Ezra Shaw-0/+24
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-2/+3
2023-03-01Add regression test for #107280Yuki Okushi-0/+97
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-11/+4
2023-02-27Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti...Matthias Krüger-0/+97
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-2/+2
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-2/+2
2023-02-23Don't project specializable RPITIT projectionMichael Goulet-0/+97
2023-02-22pluralize stuffMichael Goulet-2/+2
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-7/+7
2023-02-18Add testMichael Goulet-0/+77
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-0/+10
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-35/+37
2023-02-09Introduce `ReError`Esteban Küber-1/+0
2023-02-07Add test for Future inflating arg size to 3xArpad Borsos-0/+96
2023-02-05Sort Generator `print-type-sizes` according to their yield pointsArpad Borsos-5/+5
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-2/+2
2023-02-03Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-e...Matthias Krüger-0/+94
2023-02-02Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebankMatthias Krüger-88/+5
2023-02-02Don't cause a cycle when formatting query description that references a FnDefMichael Goulet-2/+2
2023-02-02Bless tests after rebaseBryan Garza-14/+14
2023-02-02Update test to not trigger stack overflowBryan Garza-8/+5
2023-02-02Move ignore-pass to large-arg testBryan Garza-11/+11
2023-02-02Update based on PR commentsBryan Garza-0/+97
2023-01-30Tweak E0271 wordingEsteban Küber-6/+6
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-6/+6
2023-01-30Modify primary span label for E0308Esteban Küber-13/+13
2023-01-27Bless tests.Camille GILLOT-344/+252
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-77/+1801
2023-01-25Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkinMatthias Krüger-0/+6
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-16/+16
2023-01-22Remove confusing 'while checking' note from opaque future type mismatchesMichael Goulet-88/+5
2023-01-20Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiserMatthias Krüger-0/+21
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-0/+6