summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2019-07-02fix ICE with delay-span-bugNiko Matsakis-0/+15
2019-07-02address nitsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/elided.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rsNiko Matsakis-1/+1
2019-07-02introduce more tests covering `async fn` surfaceNiko Matsakis-4/+239
2019-07-02update the async-fn-multiple-lifetimes testNiko Matsakis-23/+4
2019-06-29Always parse 'async unsafe fn' + properly ban in 2015.Mazdak Farrokhzad-13/+59
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
2019-06-27Rollup merge of #62152 - doctorn:async_let_ice, r=cramertjMazdak Farrokhzad-3/+72
2019-06-27Rollup merge of #62106 - cramertj:test-await, r=centrilMazdak Farrokhzad-0/+338
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+124
2019-06-26Add regression test for MIR drop generation in async loopsTaylor Cramer-0/+21
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-3/+72
2019-06-25Add more tests for async/awaitTaylor Cramer-0/+338
2019-06-25rustc: correctly transform memory_index mappings for generators.Eduard-Mihai Burtescu-0/+19
2019-06-18Preserve generator and yield source for error messagesTaylor Cramer-4/+4
2019-06-07tests: Add regression test for #61452.David Wood-0/+37
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-0/+20
2019-05-31Parse 'async unsafe fn' instead of 'unsafe async fn'.Mazdak Farrokhzad-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-3/+3
2019-05-25Add extra arc_wakevarkor-0/+64
2019-05-24Add issues folder in async-awaitvarkor-0/+12
2019-05-24Add drop-order folder in test/ui/async-awaitvarkor-12/+0
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-0/+1670
2019-05-10Extend existing test for nested mut patterns.David Wood-0/+8
2019-05-09Do not modify mutability of simple bindings.David Wood-1/+1
2019-05-09Add regression test for #60674.David Wood-0/+27
2019-05-06Add tests for by-ref bindingTaiki Endo-1/+289
2019-05-05Correct handling of arguments in async fnTaiki Endo-10/+30
2019-05-04Rollup merge of #60527 - davidtwco:issue-60518, r=cramertjMazdak Farrokhzad-0/+12
2019-05-03Fix async fn lowering ICE with APIT.David Wood-0/+12
2019-05-03Propagate mutability from arguments to local bindings in async fnTaiki Endo-0/+10
2019-05-01Unify tests under async-await directory.David Wood-0/+353