about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-await.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-219/+0
2022-07-11compiletest: trim edition before passing as flagDeadbeef-1/+1
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-1/+2
2020-04-22smoke-test for async fn with mir-opt-level=0Ralf Jung-0/+3
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-0/+2
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-08-02Resolve FIXME with async-await testvarkor-3/+1
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `unsafe { async || }`Delan Azabani-2/+2
2019-07-12remove redundant async_closure test in async-await.rsDelan Azabani-7/+1
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `async` in `unsafe`Delan Azabani-0/+13
2019-07-12align async-await.rs and await-macro.rs with one anotherDelan Azabani-1/+9
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-8/+0
2019-06-29Always parse 'async unsafe fn' + properly ban in 2015.Mazdak Farrokhzad-2/+11
2019-05-31Parse 'async unsafe fn' instead of 'unsafe async fn'.Mazdak Farrokhzad-1/+1
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-0/+201