summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
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-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
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-10/+6
2020-04-01Hide `task_context` when lowering bodyJonas Schievink-0/+56
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-4/+5
2020-03-24Add test for #66312Tyler Mandry-0/+26
2020-03-24save/restore `pessimistic_yield` when entering bodiesNiko Matsakis-0/+23
2020-03-23Update testsJohn Kåre Alsaker-73/+148
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-2/+15
2020-03-18Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandryMazdak Farrokhzad-17/+17
2020-03-17Test that async/await compiles with `#![no_std]`Jonas Schievink-0/+13
2020-03-17Make async/await lowering use resume argumentsJonas Schievink-2/+2
2020-03-15Rollup merge of #70011 - petrochenkov:asyncice, r=CentrilMazdak Farrokhzad-0/+13
2020-03-15def_collector: Fully visit async functionsVadim Petrochenkov-0/+13
2020-03-14Use smaller discriminants for generatorsJonas Schievink-17/+17
2020-03-12update testsMark Mansi-4/+4
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-2/+2
2020-03-09Rollup merge of #69842 - JohnTitor:more-tests, r=CentrilMazdak Farrokhzad-0/+17
2020-03-09Add test for issue-54239Yuki Okushi-0/+17
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-4/+1
2020-03-06Further tweak spans in ast validation errorsEsteban Küber-2/+2
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-4/+4
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-0/+5
2020-02-22update some testsMark Mansi-4/+4
2020-02-14Fix tests after rebaseMatthew Jasper-1/+12
2020-02-14Update testsMatthew Jasper-10/+1
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-6/+6
2020-02-13parser: move `ban_async_in_2015` to `fn` parsing & improve it.Mazdak Farrokhzad-0/+36