summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-01-01Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebankStuart Cook-0/+4
2024-12-31Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebankTrevor Gross-47/+59
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-3/+3
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-3/+3
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-0/+5
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-0/+343
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-2/+2
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-25/+10
2024-12-13Suggest using deref in patternsuellenberg-0/+343
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-2/+2
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-18/+11
2024-12-13Stabilize async closuresMichael Goulet-18/+11
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-9/+2
2024-12-12Tweak multispan renderingEsteban Küber-16/+8
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-2/+2
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-8/+1
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-2/+2
2024-12-07Tweak wordingEsteban Küber-2/+2
2024-12-07Do not talk about "trait `<Foo = Bar>`"Esteban Küber-2/+2
2024-12-07Account for `impl Trait` in "add bound" suggestion messageEsteban Küber-4/+4
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-21/+21
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-37/+37
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-46/+46
2024-12-04Do not emit empty suggestionEsteban Küber-0/+76
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-20/+3
2024-11-27Update tests to use new proc-macro headerEric Huss-14/+3
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-17/+3
2024-11-25`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`dianne-47/+59
2024-11-23Dont create trait object if it has errors in itMichael Goulet-17/+3
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-21E0277: suggest dereferencing function arguments in more casesdianne-0/+4
2024-11-21Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwUMatthias Krüger-0/+4
2024-11-17Make suggestion verboseEsteban Küber-4/+5
2024-11-17Point at `const` definition when used instead of a binding in a `let` statementEsteban Küber-2/+4
2024-11-11Provide placeholder generic arguments for traits in "no method found for type...dianne-0/+93
2024-11-08use verbose for path separator suggestionMichael Goulet-1/+6
2024-11-06Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-deadbors-0/+28
2024-11-05Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebankMatthias Krüger-0/+36
2024-11-05suggest swapping the equalitymakai410-0/+28
2024-11-02Suggest fixing typos and let bindings at the same timeuellenberg-0/+36
2024-11-02Use extract_callable_info, generalize it to async closureMichael Goulet-0/+4
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-13/+15
2024-11-02Trim output of E0277 in some casesEsteban Küber-1/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-2/+4
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-27/+27
2024-10-19Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxuMatthias Krüger-3/+3
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-4/+4
2024-10-19Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkovMatthias Krüger-0/+16
2024-10-19Warn on redundant `--cfg` directive when revisions are usedclubby789-3/+3
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-4/+4