about summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2019-08-12revamp how we handle elision in async fnNiko Matsakis-0/+112
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+15
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02Update syntax in existing testsvarkor-3/+4
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+15
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-10/+10
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-18/+27
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-10/+10
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-18/+27
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-9/+9
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
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-03rustc: async fn drop order lowering in HIRDavid Wood-0/+20
2019-05-29Update ui test suite to use dynmemoryruins-2/+2
2019-05-24Add issues folder in async-awaitvarkor-0/+303