summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2020-04-03Account for bad placeholder types in where clausesEsteban Küber-2/+140
2020-02-27Account for bounds when denying `_` in type parametersEsteban Küber-1/+13
2020-02-27Revert "Backport only: avoid ICE on bad placeholder type"Esteban Küber-17/+10
2020-02-27Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=...Yuki Okushi-10/+17
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-42/+70
2020-02-20Backport only: avoid ICE on bad placeholder typeEsteban Küber-10/+17
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-14/+14
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+11
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-3/+3
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+1
2020-02-02Slight rewording of diagnostic messageEsteban Küber-1/+1
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-1/+1
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-12/+12
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-1/+1
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-12/+12
2020-01-12Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=CentrilMazdak Farrokhzad-6/+22
2020-01-11Add suggestions when encountering chained comparisonsvarkor-6/+22
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-11/+11
2020-01-09Update testsVadim Petrochenkov-9/+81
2020-01-08Unify output of "variant not found" errorsEsteban Küber-11/+11
2019-12-23more recovery in if-parsingMazdak Farrokhzad-1/+1
2019-12-20use .span_suggestion_short for &&Mazdak Farrokhzad-8/+8
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-54/+72
2019-12-12Unify associated item parsing.Mazdak Farrokhzad-8/+8
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-15/+24
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-27/+9
2019-11-18Surround types with backticks in type errorsEsteban Küber-6/+6
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-18/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-5/+5
2019-11-18Update ui testsGuillaume Gomez-2/+4
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-5/+5
2019-10-30Reduce ammount of errors given unclosed delimiterEsteban Küber-33/+47
2019-10-28Improve the "try using a variant of the expected type" hint.Patryk Wychowaniec-2/+2
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-10/+10
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+16
2019-10-18Clarify diagnostics when using `~` as a unary opYuki Okushi-1/+1
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-3/+3
2019-10-06Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkovbors-13/+13
2019-10-05Remove `for_each_child_stable`Aaron Hill-13/+13
2019-10-03review commentsEsteban Küber-3/+3
2019-10-03review commentsEsteban Küber-3/+3
2019-10-03Prove bad turbofish parser recovery in testEsteban Küber-11/+3
2019-10-03Account for missing turbofish in paths tooEsteban Küber-2/+3
2019-10-03When encountering chained operators use heuristics to recover from bad turbofishEsteban Küber-7/+9
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+1
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-88/+3
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-88/+3
2019-09-02On object safety violation, point at source when possibleEsteban Küber-2/+3
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-1/+1