about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2019-08-07Rollup merge of #63310 - gorup:partial-moves, r=cramertjMazdak Farrokhzad-0/+95
2019-08-07Rollup merge of #63294 - alsuren:async-tests, r=cramertjMazdak Farrokhzad-0/+501
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+15
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-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-0/+65
2019-08-05Tests around moving parts of structs and tuples across await pointsRyan Gorup-0/+95
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-0/+65
2019-08-05test drop order for parameters when a future is dropped part-way through exec...David Laban-0/+307
2019-08-04test .await while holding variables of different sizesDavid Laban-0/+18
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-7/+6
2019-08-03Rollup merge of #63208 - tmandry:issue-62658, r=cramertjMazdak Farrokhzad-0/+29
2019-08-02Resolve FIXME with async-await testvarkor-3/+1
2019-08-02Fix fallout after rebasevarkor-230/+0
2019-08-02Replace "existential" by "opaque"varkor-2/+232
2019-08-02Update syntax in existing testsvarkor-3/+4
2019-08-01Round generator sizes to multiple of their alignmentTyler Mandry-0/+29
2019-07-30Adjust tests. wrt. await_macro being removed.Mazdak Farrokhzad-252/+117
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+15
2019-07-28Better recursive async fn error message.Giles Cope-4/+4
2019-07-18Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddybMark Rousskov-1/+1
2019-07-18Self-referencial type renamed to recursive type.Giles Cope-1/+1
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `unsafe { async || }`Delan Azabani-2/+25
2019-07-12remove redundant async_closure test in async-await.rsDelan Azabani-7/+1
2019-07-12test E0133 when calling free/impl `async unsafe fn` in `async fn`Delan Azabani-1/+22
2019-07-12remove unused #![feature(async_closure)]Delan Azabani-1/+1
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `async` in `unsafe`Delan Azabani-0/+26
2019-07-12test E0133 when calling free/impl `async unsafe fn` in safe codeDelan Azabani-0/+35
2019-07-12align async-await.rs and await-macro.rs with one anotherDelan Azabani-3/+20
2019-07-11Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandryMazdak Farrokhzad-0/+299
2019-07-10Ignore async-fn-size-moved-locals test on wasm Andrew Xu-0/+1
2019-07-09Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centrilbors-1/+1
2019-07-09Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakisbors-0/+16
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-1/+1
2019-07-06Add missing aux-build directiveAndrew Xu-1/+1
2019-07-06Move the test async-fn-size-moved-locals to uiAndrew Xu-0/+100
2019-07-06Remove duplicated arc_wake.rsAndrew Xu-0/+61
2019-07-06Move async-await tests from run-pass to uiAndrew Xu-0/+137
2019-07-06Fix test annotationYuki Okushi-1/+1
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-0/+16
2019-07-05Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkorMazdak Farrokhzad-0/+32
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-20/+20
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-65/+205
2019-07-04Break out of the correct number of scopes in loopsMatthew Jasper-0/+16
2019-07-04Improve error span for async type inference errorAaron Hill-0/+32
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-14/+14
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-20/+20
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-65/+205
2019-07-03Normalize projections in opaque typesJonas Schievink-0/+16
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-14/+14