summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-10-27Recover from incorrectly ordered/duplicated function keywordsclubby789-6/+13
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-7/+7
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-7/+7
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-0/+51
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-4/+24
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-0/+51
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-37/+10
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-3/+10
2023-10-22Auto merge of #116256 - apekros:issue-114912, r=cjgillotbors-0/+33
2023-10-21fix spans for removing `.await` on `for` expressionsLukas Markeffsky-1/+19
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-26/+26
2023-10-20s/generator/coroutine/Oli Scherer-51/+51
2023-10-20s/Generator/Coroutine/Oli Scherer-17/+17
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-3/+10
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-4/+24
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-584/+94
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-4/+4
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-44/+16
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-0/+16
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+2
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-2/+2
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-6/+6
2023-10-05Auto merge of #116184 - compiler-errors:afit-lint, r=tmandrybors-0/+65
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-10-04Tweak wording of E0562Esteban Küber-2/+2
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-37/+37
2023-10-03Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwcoMatthias Krüger-9/+31
2023-10-03Point to full async fn for futureMichael Goulet-37/+37
2023-10-03Address review nitsMichael Goulet-1/+1
2023-10-03Only reachable traitsMichael Goulet-2/+14
2023-10-03Fill in prose to describe the `async_fn_in_trait` lintTravis Cross-3/+3
2023-10-03Bless testsMichael Goulet-0/+22
2023-10-03Add async_fn_in_trait lintMichael Goulet-0/+31
2023-09-29Only trigger refine lint on reachable traitsMichael Goulet-6/+6
2023-09-29Add test for rust-lang#114912apekros-0/+33
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-1/+1
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-72/+2
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-1/+1
2023-09-26add testMilo-0/+18
2023-09-23Bless tests.Camille GILLOT-300/+205
2023-09-23Revert duplication of tests.Camille GILLOT-1840/+135
2023-09-23Check types live across yields in generators tooMichael Goulet-0/+117
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-3/+3
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-72/+72
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-3/+3
2023-09-22Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obkMatthias Krüger-122/+0
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-72/+72