about summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-4/+4
2020-04-23Moving more build-pass tests to check-passVal Markovic-4/+4
2020-04-22Tweak wordingEsteban Küber-1/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+5
2020-04-19Do not show DefId in diagnosticsYuki Okushi-2/+24
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-4/+1
2020-04-13Incorporate feedback into diagnosticsTyler Mandry-1/+1
2020-04-13Improve span labelTyler Mandry-1/+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-1/+1
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+53
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-04-06add nested regression testNiko Matsakis-0/+30
2020-04-05Remove a stack frame from .await callsSteven Fackler-4/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-10/+6
2020-03-24save/restore `pessimistic_yield` when entering bodiesNiko Matsakis-0/+23
2020-03-23Update testsJohn Kåre Alsaker-32/+12
2020-03-17Make async/await lowering use resume argumentsJonas Schievink-2/+2
2020-03-12update testsMark Mansi-4/+4
2020-02-22update some testsMark Mansi-4/+4
2020-02-14Update testsMatthew Jasper-10/+1
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-3/+3
2020-02-05Fix testEsteban Küber-0/+2
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-5/+3
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-1/+5
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-3/+3
2020-01-25Auto merge of #68269 - csmoe:temp, r=estebankbors-0/+42
2020-01-23Make pointers to statics internalMatthew Jasper-0/+33
2020-01-19update test ui for raw-ptr borrow inside generatorcsmoe-0/+42
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-1/+1
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-1/+4
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-7/+10
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-4/+1
2019-12-22test falloutMark Rousskov-1/+1
2019-12-06review commentsEsteban Küber-0/+28
2019-12-01Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasperMazdak Farrokhzad-2/+2
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-0/+24
2019-11-29improve lifetime errors with implicit trait object lifetimesMark Mansi-2/+2
2019-11-29Ignore wasm for panic testsDavid Haig-0/+6
2019-11-28Moved tests and fixed merge conflictDavid Haig-0/+117
2019-11-27Add async fn test for #66695Matthew Jasper-0/+24
2019-11-24Rollup merge of #64856 - jonhoo:format-temporaries, r=sfacklerMazdak Farrokhzad-0/+22
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-4/+64
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-0/+1
2019-11-13update suggestion ui testcsmoe-4/+45
2019-11-11add ui test for issue-62097csmoe-0/+19
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-0/+1