about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-01-28Tweak `&mut self` suggestion spanEsteban Küber-2/+2
2025-01-27Make a previously unreachable UI test reachableLeón Orell Valerian Liehr-0/+53
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-19/+22
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-0/+48
2025-01-24Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi...Matthias Krüger-89/+186
2025-01-24Reword "crate not found" resolve messageEsteban Küber-19/+22
2025-01-23Give E0223 similar-item suggestion test more descriptive name.Zachary S-12/+13
2025-01-23tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename许杰友 Jieyou Xu (Joe)-0/+48
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-51/+61
2025-01-22Also check for associated fns on primitives in E0223 similar-path check.Zachary S-13/+57
2025-01-22Add test that multiple impls works with E0223 similar-name suggestion.Zachary S-7/+59
2025-01-17Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxuMatthias Krüger-0/+63
2025-01-16Fix suggestion to convert dereference of raw pointer to refSamuel Tardieu-0/+63
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-5/+48
2025-01-16Implement `use` associated items of traitsFrank King-5/+48
2025-01-12Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgrbors-39/+39
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-39/+39
2025-01-11improve clunky grammar in borrowck diagnosticYotam Ofek-2/+2
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-5/+7
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