about summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
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
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+2
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-19Various diagnostics clean ups/tweaksEsteban Küber-1/+5
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-2/+2
2021-05-11improve diagnosts for GATsb-naber-6/+6
2021-03-30Fix tests.Camille GILLOT-1/+1
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+15
2021-02-13spell the real selftypecsmoe-1/+1
2021-02-12spell out nested self typecsmoe-0/+11
2021-02-12add testcase for issue 78600csmoe-0/+12
2021-02-06path trimming: ignore type aliasesDan Aloni-3/+3
2021-02-02Update ui tests (nll)Jesus Rubio-1/+2
2021-01-16Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandryMara Bos-0/+54
2021-01-14Fix error E0373 documentation1000teslas-1/+1
2021-01-14Bless test output1000teslas-1/+0
2021-01-12Update src/test/ui/async-await/issues/issue-78938-async-block.stderr1000teslas-1/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-4/+17
2021-01-10Revise async block error message1000teslas-9/+1
2021-01-10Update issue-78938-async-block.rs1000teslas-1/+1
2021-01-10Fix location of error message explanation1000teslas-5/+5
2021-01-10Explain why borrows can't be held across yield point in async blocks1000teslas-0/+63
2020-12-26update testsBastian Kauschke-5/+4
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-2/+4
2020-11-04Fix issue 78654.Hameer Abbasi-0/+54
2020-11-02Only separate notes if span is multilineYuki Okushi-6/+3