about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
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
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-15Move some tests to more reasonable directoriesCaio-0/+241
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-1/+6
2021-08-31Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-sebors-17/+17
2021-08-30Update test output for stable Rust 2021.Mara Bos-17/+17
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-2/+2
2021-08-16Use note to point at bound introducing requirementEsteban Küber-44/+73
2021-08-11Modify structured suggestion outputEsteban Küber-34/+34
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-3/+18
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-4/+4
2021-08-02Better message for invalid keyword placement in fnAlexis Bourget-3/+18
2021-07-31Tweak opaque type mismatch errorEsteban Küber-33/+42
2021-07-30Use multispan suggestions more oftenEsteban Küber-7/+5
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-15/+1
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+1
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-12/+0
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-5/+45