about summary refs log tree commit diff
path: root/src/test/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
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
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+5
2020-11-02Address some code reviewsYuki Okushi-7/+2
2020-11-02Separate complex multispan into some notesYuki Okushi-4/+11
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-2/+4
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-13/+13
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-4/+4
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-2/+2
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-3/+3
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-2/+3
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15small tweaksEsteban Küber-5/+1
2020-06-15Register new eror codeEsteban Küber-0/+1
2020-06-15Use note for requirement source spanEsteban Küber-1/+5
2020-06-15review comments: wordingEsteban Küber-1/+1
2020-06-15Tweak wording and add error codeEsteban Küber-3/+3
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-1/+1
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-8/+5
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-1/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-1/+1
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-4/+4
2020-04-23Moving more build-pass tests to check-passVal Markovic-4/+4
2020-04-22Tweak wordingEsteban Küber-1/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+5
2020-04-19Do not show DefId in diagnosticsYuki Okushi-2/+24
2020-04-17Avoid emitting stderr for nowYuki Okushi-24/+2
2020-04-17Add test for issue-67893Yuki Okushi-0/+45
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-4/+1
2020-04-13Incorporate feedback into diagnosticsTyler Mandry-1/+1
2020-04-13Improve span labelTyler Mandry-1/+1