about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-11-18review comments: tweak prefix stringsEsteban Küber-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-68/+68
2019-11-18Update ui testsGuillaume Gomez-0/+1
2019-11-16Suggest calling async closure when neededEsteban Küber-3/+42
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-1/+2
2019-11-16Remove unnecessary noteEsteban Küber-1/+0
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-1/+1
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-3/+5
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-2/+2
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-8/+13
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-2/+2
2019-11-06Suggest missing item from `trait` in `impl`Esteban Küber-0/+61
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-8/+13
2019-11-06Apply review suggestionsTomasz Miąsko-1/+1
2019-11-05Account for typo in turbofish and suggest `::`Esteban Küber-1/+1
2019-11-04Detect `::` -> `:` typo when involving turbofishEsteban Küber-0/+18
2019-11-04Use build-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-28Auto merge of #65421 - estebank:variants, r=petrochenkovbors-0/+2
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-0/+2
2019-10-27Rollup merge of #65566 - estebank:let-expr-as-ty, r=CentrilMazdak Farrokhzad-0/+40
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-7/+13
2019-10-26review comments and tweaksEsteban Küber-5/+3
2019-10-26Remove unnecessary error in testEsteban Küber-14/+4
2019-10-26Use heuristics to suggest assignmentEsteban Küber-0/+52
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+11
2019-10-22Fix rebaseEsteban Küber-7/+13
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-0/+182
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-0/+68
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-0/+114
2019-10-15Fix suggestion to constrain trait for method to be foundEsteban Küber-0/+121
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-0/+127
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-1/+0
2019-10-09Tweak wordingEsteban Küber-6/+6
2019-10-09Note when a mutable trait object is neededEsteban Küber-0/+128
2019-10-08Rollup merge of #65194 - estebank:remove_str, r=petrochenkovMazdak Farrokhzad-4/+4
2019-10-08Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkorMazdak Farrokhzad-0/+65
2019-10-07Use structured suggestion for removal of `as_str()` callEsteban Küber-4/+4
2019-10-07Auto merge of #64739 - guanqun:remove-as-str, r=estebankbors-0/+48
2019-10-05Account for derefs when suggesting assoc functionEsteban Küber-0/+32
2019-10-05When suggesting assoc function with type params, include turbofishEsteban Küber-0/+33
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+44
2019-10-02fix unit testsGuanqun Lu-4/+4
2019-10-02comment fixesGuanqun Lu-4/+4
2019-10-02add test filesGuanqun Lu-0/+48
2019-09-29Rollup merge of #64825 - estebank:match-unit, r=CentrilMazdak Farrokhzad-0/+72
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-0/+6
2019-09-28review commentsEsteban Küber-2/+2
2019-09-28Point at enclosing match when expecting `()` in armEsteban Küber-0/+72
2019-09-28Improve diagnostic for `let A = 0;`Mazdak Farrokhzad-0/+25