summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-12-12Don't suggest wrong snippet in closureYuki Okushi-0/+34
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-2/+2
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-106/+19
2019-11-25Tweak move error due to non-CopyEsteban Küber-106/+19
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-0/+45
2019-11-23Rework raw ident suggestionsEsteban Küber-0/+45
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-86/+118
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-128/+78
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-3/+42
2019-11-18Surround types with backticks in type errorsEsteban Küber-37/+37
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-53/+3
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