summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-0/+4
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-1/+1
2020-01-21Suggest borrowing `Vec<NonCopy>` in for loopEsteban Küber-0/+42
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-4/+13
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-34/+34
2020-01-10Ignore platforms that can't point to stdEsteban Küber-6/+10
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-1/+1
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+5
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-1/+4
2020-01-08review commentsEsteban Küber-2/+2
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-1/+4
2020-01-08Unify output of "variant not found" errorsEsteban Küber-34/+34
2020-01-09Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebankYuki Okushi-0/+13
2020-01-05Add backticks to various diagnosticsvarkor-3/+3
2020-01-04add ui testcjkenn-0/+13
2019-12-31parser::pat: remove .fatal callsMazdak Farrokhzad-1/+2
2019-12-24Account for multiple trait bounds with missing associated typesEsteban Küber-2/+2
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-6/+3
2019-12-21Update tests for GATsMatthew Jasper-10/+3
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