about summary refs log tree commit diff
path: root/src/test/ui/async-await/drop-order
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1222/+0
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2020-04-22smoke-test for async fn with mir-opt-level=0Ralf Jung-0/+9
2019-09-17apply nits from centrilNiko Matsakis-7/+8
2019-09-16add test for drop order of temporary in tail return expressionNiko Matsakis-0/+94
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-3/+7
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-4/+4
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-10/+0
2019-08-06test drop order for locals when a future is dropped part-way through executionDavid Laban-0/+176
2019-08-06fixup! test drop order for parameters when a future is dropped part-way throu...David Laban-1/+1
2019-08-05test drop order for parameters when a future is dropped part-way through exec...David Laban-0/+307
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-2/+2
2019-05-24Add drop-order folder in test/ui/async-awaitvarkor-0/+641