summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-12/+1
2020-09-30Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakisbors-2/+2
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-12/+1
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-2/+2
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-119/+118
2020-08-27Auto merge of #72784 - csmoe:issue-61076, r=estebankbors-4/+95
2020-08-26suggest await on unexpected typescsmoe-11/+40
2020-08-25Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebankbors-4/+4
2020-08-25suggest await before methodcsmoe-6/+21
2020-08-25suggest await on field accesscsmoe-40/+33
2020-08-25append more test cases for issue 61076csmoe-4/+58
2020-08-22Use smaller def span for functionsAaron Hill-16/+4
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-4/+4
2020-08-04tweak error messageBastian Kauschke-3/+3
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