about summary refs log tree commit diff
path: root/src/test/run-pass/async-await.rs
AgeCommit message (Expand)AuthorLines
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-199/+0
2019-05-07Implement built-in await syntaxTaylor Cramer-18/+18
2019-04-23Stabilize futures_apiTaylor Cramer-1/+1
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-2/+5
2019-04-05Future-proof the Futures APITaylor Cramer-8/+7
2019-04-01Refactor async fn return type loweringTaylor Cramer-4/+16
2019-02-05Move ArcWake in common test file.Matthias Einwag-55/+5
2019-02-03Apply review suggestions and fix testsMatthias Einwag-8/+61
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Rename Box/Arc/Rc::pinned to ::pinTaylor Cramer-1/+1
2018-12-21Stabilize PinTaylor Cramer-1/+1
2018-10-04Call Foo::async_method in the async-await testJonas Schievink-0/+1
2018-09-19Remove spawning from task::ContextTaylor Cramer-17/+5
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-6/+5
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-6/+5
2018-09-06Fixup whitespaceJakub Kozlowski-9/+9
2018-09-06Allow named lifetimes in async functions.Jakub Kozlowski-1/+52
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-1/+1
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-1/+1
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-5/+5
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-2/+3
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-2/+2
2018-06-26add edition compiletest header + fix testsmark-1/+1
2018-06-21Async methodsTaylor Cramer-2/+8
2018-06-21Parse `unsafe async fn` instead of `async unsafe fn`Taylor Cramer-0/+13
2018-06-21async await desugaring and testsTaylor Cramer-0/+133