about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+14
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-7/+7
2023-10-30Sort errorsEsteban Küber-1/+1
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-2/+2
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+2
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-4/+4
2023-10-21Rollup merge of #106601 - estebank:match-semi, r=cjgillotMatthias Krüger-4/+11
2023-10-21Do not report errors from move path builder.Camille GILLOT-4/+4
2023-10-21Rollup merge of #116961 - estebank:issue-60164, r=oli-obkMatthias Krüger-0/+24
2023-10-20s/generator/coroutine/Oli Scherer-5/+5
2023-10-20Typo suggestion to change bindings with leading underscoreEsteban Küber-0/+24
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-6/+6
2023-10-17Unify suggestion wordingEsteban Küber-1/+1
2023-10-11Suggest `;` after bare `match` expression E0308Esteban Küber-4/+11
2023-10-11Use structured suggestion for #113174Esteban Küber-4/+118
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-28/+28
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-169/+90
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-26/+387
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-4/+4
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+13
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+13
2023-10-04Point to where missing return type should goMichael Goulet-5/+22
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-4/+4
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-4/+4
2023-10-03Point to full async fn for futureMichael Goulet-4/+4
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+2
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-2/+2
2023-09-29fix(suggestion): insert projection to associated typesbohan-1/+50
2023-09-25When suggesting `self.x` for `S { x }`, use `S { x: self.x }`Esteban Küber-1/+6
2023-09-24Rollup merge of #116086 - estebank:issue-115992, r=compiler-errorsMatthias Krüger-7/+52
2023-09-23Tweak wording and logicEsteban Küber-6/+6
2023-09-23When encountering method on `Self` that we can't suggest, mention itEsteban Küber-0/+3
2023-09-23More accurate suggestion for `self.` and `Self::`Esteban Küber-3/+45
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-21/+21
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+5
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-9/+0
2023-08-26More accurately point at argumentsEsteban Küber-6/+6
2023-08-26Point at appropriate type parameter in more trait bound errorsEsteban Küber-4/+2
2023-08-17Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errorsJosh Stone-16/+55
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-0/+72
2023-08-17Revert PR #114052 to fix invalid suggestionUrgau-16/+55
2023-08-16Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkovMatthias Krüger-0/+30
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-0/+3
2023-08-16Fix bad suggestion when wrong parentheses around a dyn traityukang-0/+72
2023-08-15Remove extra errorsr0cky-39/+6
2023-08-14Point at return type when it influences non-first `match` armEsteban Küber-0/+3
2023-08-15fix the error checkdirreke-1/+1
2023-08-13Add check before suggest removing parensMu001999-0/+63
2023-08-10Auto merge of #114474 - estebank:missing-semi, r=compiler-errorsbors-1/+152