summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-4/+7
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-0/+118
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-2/+52
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/+13
2020-11-02Address some code reviewsYuki Okushi-16/+4
2020-11-02Separate complex multispan into some notesYuki Okushi-25/+30
2020-11-02Avoid complex diagnostics in snippets which contain newlinesYuki Okushi-0/+56
2020-10-28Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obkDylan DPC-9/+49
2020-10-27Add unsized_fn_params featureSantiago Pastorino-1/+1
2020-10-26Suggest calling await on method call and field accessEsteban Küber-9/+49
2020-10-23Add more `.await` suggestions on E0308Esteban Küber-37/+14
2020-10-23Silence unnecessary `await foo?` knock-down errorEsteban Küber-67/+33
2020-10-23Tweak "use `.await`" suggestionEsteban Küber-34/+39
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-4/+7
2020-10-06Fix tests from rebaseMatthew Jasper-34/+2
2020-10-06Remove predicates on associated types from traitsMatthew Jasper-2/+2
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-5/+0
2020-10-05don't refer to async as 'generators'SNCPlay42-0/+68
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