about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
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-5/+8
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-0/+70
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-19Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakisMazdak Farrokhzad-0/+16
2019-09-18don't record all intermediate adjustment typesNiko Matsakis-0/+20
2019-09-17Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol...lqd-0/+16
2019-09-17apply nits from centrilNiko Matsakis-7/+8
2019-09-16add regression test for issue-64391Niko Matsakis-0/+14
2019-09-16add test for drop order of temporary in tail return expressionNiko Matsakis-0/+94
2019-09-10Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m...Mazdak Farrokhzad-12/+43
2019-09-10lowering: extend temporary lifetimes around awaitDavid Wood-12/+43
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-7/+20
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-12/+12
2019-09-05Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...Mazdak Farrokhzad-2/+34
2019-08-31Check impl trait substs when checking for recursive typesMatthew Jasper-0/+32
2019-08-31Slightly clean up the error for recursive `async fn`Matthew Jasper-2/+2
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-20/+12
2019-08-27Changing error messages and renaming tests #63127Kevin Per-1/+1
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-4/+4
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-4/+12
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-140/+138
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-161/+11
2019-08-19Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebankMazdak Farrokhzad-0/+31
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-19Fix suggestion from move async to async move.Giles Cope-0/+31
2019-08-18Auto merge of #63659 - gilescope:async-in-closure, r=Centrilbors-10/+9
2019-08-18Better error message for break in async blocks.Giles Cope-10/+9
2019-08-16bless you nllEduard-Mihai Burtescu-1/+1
2019-08-16Rollup merge of #63539 - Centril:2015.await, r=oli-obkMazdak Farrokhzad-0/+88
2019-08-14Rollup merge of #63509 - estebank:async-span, r=CentrilMazdak Farrokhzad-0/+23
2019-08-14Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r...Mazdak Farrokhzad-0/+34
2019-08-14Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-...Mazdak Farrokhzad-0/+147
2019-08-14typeck: add tests for suggesting -> 2018 on wrong <expr>.awaitMazdak Farrokhzad-0/+88
2019-08-13review comment: move testEsteban Küber-0/+23
2019-08-13bless tests with compare-mode=nllNiko Matsakis-0/+35
2019-08-12clear in-scope lifetimes for nested items in HIR loweringNiko Matsakis-0/+17
2019-08-12add edition to regression testNiko Matsakis-0/+1
2019-08-12revamp how we handle elision in async fnNiko Matsakis-0/+112
2019-08-12use `ParamName` to track in-scope lifetimes instead of IdentNiko Matsakis-0/+16
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-0/+36
2019-08-09fix testsEsteban Küber-3/+3
2019-08-09Rollup merge of #63387 - Centril:async-block-control-flow-tests, r=cramertjMazdak Farrokhzad-0/+146
2019-08-09Test interaction btw async blocks and ?, return, break.Mazdak Farrokhzad-0/+146
2019-08-08Rollup merge of #63331 - gorup:conditionalinit, r=cramertjMazdak Farrokhzad-0/+43
2019-08-06Test conditional initialization validation in async fnsRyan Gorup-0/+43