summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-2/+2
2021-12-13review comment: change wording of suggestionEsteban Kuber-3/+3
2021-12-13review commentsEsteban Kuber-9/+17
2021-12-13tidy fixEsteban Kuber-1/+1
2021-12-13Fix rebase and clippy testsEsteban Kuber-62/+44
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-0/+36
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-105/+119
2021-12-11Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgrbors-5/+71
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-5/+71
2021-12-11Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obkMatthias Krüger-0/+11
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-07Use collect_in_band_defs for async lifetime captures.Camille GILLOT-0/+11
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-4/+71
2021-12-02Code review feedbackEric Holk-4/+9
2021-12-01Pretty print empty blocks as {}David Tolnay-3/+3
2021-11-23Update test outputsMichael Goulet-11/+11
2021-11-22Update stderr filesEric Holk-0/+2
2021-11-22Reintroduce `into_future` in `.await` desugaringEric Holk-4/+64
2021-11-21Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisabors-58/+9
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-55/+6
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-3/+3
2021-11-20Re-bless test outputsMichael Goulet-2/+2
2021-11-20Suggest await on cases involving inferMichael Goulet-1/+54
2021-11-18Print output ty for opaque future tyMichael Goulet-45/+45
2021-11-16Fix await suggestion betterMichael Goulet-1/+97
2021-11-14Move some tests to more reasonable directoriesCaio-0/+29
2021-11-06Move some tests to more reasonable directoriesCaio-0/+26
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-6/+10
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-20/+22
2021-10-24Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crateEsteban Kuber-14/+3
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-15/+53
2021-10-18Remove regionck member constraint handling and leave it to mir borrowckOli Scherer-16/+2
2021-10-15simplify constrain_opaque_typesNiko Matsakis-15/+67
2021-10-15Bless testsCameron Steffen-1/+1
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-2/+2
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-2/+3
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-10/+2
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-10/+12
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-0/+241
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-10/+12