summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-03-14Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr"Michael Goulet-12/+12
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-34/+34
2025-02-14Consider add-prefix replacements tooMichael Goulet-39/+26
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-66/+44
2025-02-12Fix diagnostic when using = instead of : in let bindingsyukang-0/+51
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-819/+1069
2025-02-06Label mismatched parameters at the def site for foreign functions.Jason Newcomb-4/+4
2025-02-05Rollup merge of #136536 - DuskyElf:master, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+40
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-22/+4
2025-02-04Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errorsMatthias Krüger-1/+1
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-12/+12
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-0/+40
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-1/+1
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-10/+9
2025-02-04implement inherent str constructorsmay-22/+4
2025-02-03Check Sizedness of return type in WFMichael Goulet-12/+12
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-1/+1
2025-02-03Enable more tests on WindowsBen Kimock-10/+9
2025-02-02Rollup merge of #136414 - estebank:expected-return-type, r=oli-obkMatthias Krüger-2/+2
2025-02-02Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqdMatthias Krüger-3/+3
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-2/+2
2025-01-31Rework "long type names" printing logicEsteban Küber-3/+3
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-10/+10
2025-01-30std::rangePeter Jaszkowiak-1/+1
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-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-10/+10
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