about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2020-05-22add mcve for issue 72442csmoe-0/+25
2020-05-22Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma...bors-1/+1
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-0/+32
2020-05-19Update tests with new generator sizesDylan MacKenzie-1/+1
2020-05-19Merge branch 'master' into issue-69276csmoe-6/+69
2020-05-18bless suggestion on spell outcsmoe-10/+3
2020-05-16suggest on Self return typecsmoe-12/+0
2020-05-15implement type_implments_trait querycsmoe-6/+39
2020-05-12add ui test for issue-69276csmoe-0/+20
2020-05-11bless ui testscsmoe-2/+20
2020-05-10add test case for issue-61076csmoe-0/+12
2020-05-08checking on either interior or upvarcsmoe-1/+1
2020-05-06bless issue-70818 test casecsmoe-3/+28
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-18/+9
2020-05-05record upvar into GeneratorInteriorTypeCausecsmoe-2/+4
2020-05-04add testcase for issue-70818csmoe-0/+5
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-2/+2
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-4/+4
2020-04-28Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievinkbors-0/+15
2020-04-23Moving more build-pass tests to check-passVal Markovic-4/+4
2020-04-22smoke-test for async fn with mir-opt-level=0Ralf Jung-0/+15
2020-04-22Tweak wordingEsteban Küber-1/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+5
2020-04-22Rollup merge of #71203 - csmoe:issue-71137, r=csmoeDylan DPC-0/+44
2020-04-22add test for correct await spancsmoe-0/+44
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-0/+43
2020-04-20Check that main/start is not asyncSebastian Malton-0/+43
2020-04-19Do not show DefId in diagnosticsYuki Okushi-2/+24
2020-04-17Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-SimulacrumDylan DPC-0/+23
2020-04-16Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=...Dylan DPC-0/+1
2020-04-17Avoid emitting stderr for nowYuki Okushi-24/+2
2020-04-17Add test for issue-67893Yuki Okushi-0/+45
2020-04-16reserve variable for empty root regionNiko Matsakis-2/+2
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-8/+2
2020-04-13Update test after rebaseTyler Mandry-3/+3
2020-04-13Incorporate feedback into diagnosticsTyler Mandry-19/+19
2020-04-13Don't double-annotate the same SpanTyler Mandry-6/+31
2020-04-13Use clearer message when obligation is caused by await exprTyler Mandry-6/+3
2020-04-13Don't annotate type when type is opaqueTyler Mandry-3/+3
2020-04-13Improve span labelTyler Mandry-4/+4
2020-04-13Add test for #68112 (existing output)Tyler Mandry-0/+98
2020-04-12Add long error explanation for E0708 #61137bishtpawan-0/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-10Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddybMazdak Farrokhzad-9/+9
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+53
2020-04-08Small tweaks to required bound spanEsteban Küber-9/+9
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-11/+42
2020-04-06add nested regression testNiko Matsakis-0/+30
2020-04-05Remove a stack frame from .await callsSteven Fackler-8/+2
2020-04-03Rollup merge of #70640 - jonas-schievink:async-ice, r=cramertjMazdak Farrokhzad-0/+56