summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-78/+21
2025-03-21test(ui): add tuple-struct-where-clause-suggestion ui test for #91520Karol Zwolak-0/+38
2025-03-15Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkovbors-18/+0
2025-03-14Fix typo in hir lowering lint diagYotam Ofek-3/+3
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-18/+0
2025-03-08Rework maybe_suggest_add_generic_impl_traitMichael Goulet-81/+0
2025-03-07Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercoteMatthias Krüger-0/+81
2025-03-06Add ui test: suggest-struct-or-union-add-generic-impl-trait.rsxizheyin-0/+81
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-73/+15
2025-03-01Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errorsMatthias Krüger-1/+6
2025-03-01Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errorsMatthias Krüger-4/+6
2025-03-01Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errorsMatthias Krüger-0/+35
2025-02-28Tweak invalid RTN errorsEsteban Küber-1/+6
2025-02-28Tweak incorrect ABI suggestionEsteban Küber-4/+6
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-29/+0
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-8/+8
2025-02-21More sophisticated span trimmingMichael Goulet-520/+508
2025-02-17suggest swapping equality on e0277makai410-0/+35
2025-02-15Try to recover from path sep error in parseryukang-21/+78
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