about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1/+1
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-2/+2
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-1/+0
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-1/+4
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-1/+0
2020-07-01Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011Manish Goregaokar-3/+3
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-0/+28
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-3/+3
2020-06-28Update testsDylan MacKenzie-12/+2
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-0/+28
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-8/+11
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-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-0/+41
2020-06-12Rollup merge of #73225 - tmandry:issue-73050, r=oli-obkDylan DPC-0/+12
2020-06-10Allow inference regions when relating constsTyler Mandry-0/+12
2020-06-08Add regression test for #73137Dylan MacKenzie-0/+42
2020-06-08Revert #71956Dylan MacKenzie-1/+1
2020-06-05Rollup merge of #72260 - csmoe:issue-69276, r=estebankDylan DPC-2/+3
2020-06-04resolve error code e0760csmoe-2/+2
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-05-26Don't bail out of trait selection when predicate references an errorAaron Hill-0/+50
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-0/+41
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-0/+40
2020-05-22bless issue-72442csmoe-1/+16
2020-05-22add mcve for issue 72442csmoe-0/+25
2020-05-22Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma...bors-1/+1
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-0/+32
2020-05-19Update tests with new generator sizesDylan MacKenzie-1/+1
2020-05-19Merge branch 'master' into issue-69276csmoe-6/+69
2020-05-18bless suggestion on spell outcsmoe-10/+3
2020-05-16suggest on Self return typecsmoe-12/+0
2020-05-15implement type_implments_trait querycsmoe-6/+39
2020-05-12add ui test for issue-69276csmoe-0/+20
2020-05-11bless ui testscsmoe-2/+20
2020-05-10add test case for issue-61076csmoe-0/+12
2020-05-08checking on either interior or upvarcsmoe-1/+1
2020-05-06bless issue-70818 test casecsmoe-3/+28
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-18/+9
2020-05-05record upvar into GeneratorInteriorTypeCausecsmoe-2/+4
2020-05-04add testcase for issue-70818csmoe-0/+5
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-2/+2
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-4/+4