about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2022-11-15Use `needs-unwind` instead of ignoring WASM/emscriptenBryan Garza-5/+3
2022-11-12Add test for projections in async-in-trait.Camille GILLOT-59/+2
2022-11-12Make impl_trait_projections a feature gate.Camille GILLOT-6/+56
2022-11-12Bless ui tests.Camille GILLOT-2/+16
2022-11-11Ignore wasm and emscripten targets for testBryan Garza-2/+5
2022-11-11Visit opaque types during type collection too.Camille GILLOT-15/+2
2022-11-09Allow and add `track_caller` to generatorsBryan Garza-2/+2
2022-11-01Don't remap early-bound RPITIT regions that originate from implMichael Goulet-0/+32
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-11wip: trying to enable #[track_caller] on async fnEric Holk-0/+1
2022-10-10Add a test case for #[track_caller] on async fnEric Holk-0/+74
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