summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2022-10-29Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errorsMatthias Krüger-0/+110
2022-10-28Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillotMatthias Krüger-7/+6
2022-10-28Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errorsMatthias Krüger-0/+579
2022-10-28add test for issue 98634Rageking8-0/+110
2022-10-27Update tests based on feedbackBryan Garza-26/+7
2022-10-27Update src/test/ui/async-await/in-trait/async-example.rsBryan Garza-2/+2
2022-10-27Add additional tests for static AFITBryan Garza-0/+169
2022-10-27Update tests based on feedbackBryan Garza-33/+48
2022-10-27Update static AFIT tests based on feedbackBryan Garza-144/+28
2022-10-27Add tests for static async functions in traitsBryan Garza-0/+530
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-7/+6
2022-10-27Rollup merge of #103110 - RalfJung:manual-send, r=thomccMatthias Krüger-1/+1
2022-10-25Name impl trait in region bound suggestionMichael Goulet-1/+1
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-6/+7
2022-10-18Clean up query descriptionsnils-1/+1
2022-10-16remove redundant Send impls for referencesRalf Jung-1/+1
2022-10-15Add testMichael Goulet-0/+15
2022-10-13Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitorYuki Okushi-3/+3
2022-10-12Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakisbors-76/+10
2022-10-13fix small word dupe typosRageking8-3/+3
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+44
2022-10-08Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726Michael Howell-1/+1
2022-10-05do not reverse the expected type and found type for ObligationCauseCode of If...Yiming Lei-1/+1
2022-10-05Bless testsMichael Goulet-76/+10
2022-10-01bless ui testsMaybe Waffle-6/+6
2022-09-30bless testsb-naber-1/+1
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-1/+3
2022-09-26address reviewb-naber-1/+1
2022-09-26bless testsb-naber-1/+1
2022-09-25Only generate closure def id for async fns with bodyMichael Goulet-0/+10
2022-09-24Only record extra lifetime params for async trait fn with no bodyMichael Goulet-46/+0
2022-09-24Resolve async fn signature even without body (in trait)Michael Goulet-0/+92
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-2/+0
2022-09-23Restore ignore tagFlorian Bartels-2/+0
2022-09-23Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errorsMatthias Krüger-5/+72
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-5/+72
2022-09-20Adding needs-unwind to tests involving changing memory size of Futures/ClosuresAndrew Pollack-0/+2
2022-09-20Move some tests to more reasonable directoriesCaio-0/+44
2022-09-17Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul...Matthias Krüger-3/+1
2022-09-15Remove the let_else feature gate from the testsuiteest31-1/+1
2022-09-15enclose else block in terminating scopeDing Xiang Fei-2/+1
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-1/+2
2022-09-14Remove noop from test that expects no noopAndrew Pollack-3/+1
2022-09-13Update partial-drop-partial-reinit.rsEric Holk-7/+45
2022-09-13Update issue-65436-raw-ptr-not-send.rsEric Holk-6/+10
2022-09-13Update issue-70935-complex-spans.rsEric Holk-10/+11
2022-09-13Update issue-68114.rsEric Holk-16/+103
2022-09-13Update issue-64130-4-async-move.rsEric Holk-6/+36
2022-09-13Update async-await-let-else for drop trackingEric Holk-17/+130
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-12/+41