summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-08Add regresion test for #95307Yuki Okushi-0/+43
2022-06-03Fully stabilize NLLJack Huey-89/+14
2022-05-29Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT-13/+10
2022-05-25bless existing test with compare-mode=nll and remove testb-naber-7/+6
2022-05-22Use revisions for NLL in async-awaitJack Huey-20/+52
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-3/+15
2022-04-04diagnostics: use correct span for const genericsMichael Howell-4/+4
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-1/+1
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-4/+17
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-17/+4
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-4/+2
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-1/+1
2021-12-13review comment: change wording of suggestionEsteban Kuber-1/+1
2021-12-13review commentsEsteban Kuber-3/+7
2021-12-13Fix rebase and clippy testsEsteban Kuber-26/+16
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-33/+41
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-5/+71
2021-12-10Tweak wordingEsteban Kuber-3/+3
2021-12-10rebase and update nll testEsteban Kuber-2/+8
2021-12-10Update nll testEsteban Kuber-0/+15
2021-12-10Add filtering based on involved required lifetimeEsteban Kuber-6/+1
2021-12-10Clean up visual output logicEsteban Kuber-11/+14
2021-12-10Point at capture points for non-`'static` reference crossing a `yield` pointEsteban Kuber-5/+52
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-12-05Pretty print async block without redundant spaceDavid Tolnay-5/+5
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-3/+3
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-0/+2
2021-12-02Code review feedbackEric Holk-0/+1
2021-12-01Pretty print empty blocks as {}David Tolnay-3/+3
2021-11-23Update test outputsMichael Goulet-1/+1
2021-11-22Update stderr filesEric Holk-0/+1
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-11-18Print output ty for opaque future tyMichael Goulet-1/+1
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-2/+2
2021-10-24Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crateEsteban Kuber-14/+3
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-2/+8
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-1/+1
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-1/+2
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-10/+2
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-1/+6
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+10
2021-08-11Modify structured suggestion outputEsteban Küber-4/+4
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1