summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2020-01-27Make pointers to statics internalMatthew Jasper-0/+33
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
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-8/+7
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-3/+3
2019-11-02consistent handling of missing sysroot spansRalf Jung-8/+7
2019-11-02Merge branch 'master' into format-temporariesJon Gjengset-13/+61
2019-10-22Add long error explanation for E0728Yuki Okushi-1/+6
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-0/+19
2019-10-11don't assume we can *always* find a return type hint in async fnNiko Matsakis-0/+19
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-10-03Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...bors-10/+12
2019-10-02WIP fix testsNiko Matsakis-10/+12
2019-10-02Do not collect to vec for debug outputShotaro Yamada-1/+1
2019-10-02Fix async/await ICE #64964Shotaro Yamada-0/+22
2019-09-27Place test with async-await and use 2018 editionJon Gjengset-0/+22
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-6/+8
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+4
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-18don't record all intermediate adjustment typesNiko Matsakis-0/+20
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+9
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-19/+19
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-51/+3
2019-08-19adjust test to be check-passNiko Matsakis-13/+4
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-0/+50
2019-08-16bless you nllEduard-Mihai Burtescu-1/+1
2019-08-14Rollup merge of #63509 - estebank:async-span, r=CentrilMazdak Farrokhzad-0/+23
2019-08-13review comment: move testEsteban Küber-0/+23
2019-08-13bless tests with compare-mode=nllNiko Matsakis-0/+35
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