about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+9
2023-08-08Detect missing `;` that parses as function callEsteban Küber-1/+152
2023-08-03fix the span in the suggestion of remove question markbohan-0/+31
2023-07-29Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkinbors-4/+58
2023-07-28Update existing UI testsLeón Orell Valerian Liehr-4/+55
2023-07-27Handle exclusive refs in suggestion to copy/cloneclubby789-1/+55
2023-07-27Refactor `suggest_copied_cloned_or_as_ref`clubby789-3/+3
2023-07-25Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some casesclubby789-1/+30
2023-07-22Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi...Matthias Krüger-1/+1
2023-07-14use maybe_body_owned_by for closureyukang-0/+34
2023-07-10Don't use method span on clone suggestionMichael Goulet-2/+2
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-14/+18
2023-07-10Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este...Matthias Krüger-5/+11
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-9/+9
2023-07-07adjust smart_resolve_partial_mod_path_errorsyukang-0/+11
2023-07-07smart_resolve_partial_mod_path_errors should not suggest parentyukang-5/+0
2023-07-04Auto merge of #113309 - chenyukang:yukang-fix-89640-space, r=Nilstriebbors-0/+16
2023-07-04Detect extra space in keyword for better hintyukang-0/+16
2023-07-04Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebankbors-0/+51
2023-07-02add testcase for 112590yukang-18/+53
2023-07-01Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-...Matthias Krüger-0/+49
2023-06-30Better messages for next in a iterator inside for loopsyukang-0/+49
2023-06-30Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errorsMatthias Krüger-0/+1
2023-06-29add `slice::swap` suggestiony21-0/+1
2023-06-28reword message to be less vagueMichael Goulet-1/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-9/+9
2023-06-25Do not offer any of the suggestions in emit_coerce_suggestions for expr from ...yukang-0/+99
2023-06-22suggest importing for partial mod path in name resolvingyukang-5/+21
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-4/+4
2023-06-08Point at correct exprs for assert_eq type mismatchMichael Goulet-6/+6
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-7/+27
2023-06-08Fix ICE for while loop with assignment condition with LHS place expr许杰友 Jieyou Xu (Joe)-2/+13
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-0/+25
2023-05-27fix: dedup `static_candidates` before reportbohan-0/+32
2023-05-25diagnostics: exclude indirect private deps from trait impl suggestMichael Howell-0/+25
2023-05-19Fix overflow in error emitterBadel2-0/+84
2023-05-16fix(diagnostic): wrap parens for ref impl trait parambohan-0/+30
2023-05-12Note base types of coercionMichael Goulet-38/+4
2023-05-09Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC-2/+20
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-13/+10
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-42/+69
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+57
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-32/+56
2023-05-08Tweak borrow suggestionMichael Goulet-10/+13
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+57
2023-05-08Suggest let for possible binding with tyyukang-2/+20
2023-05-05fix trait definition spans in "make mut" suggestionEzra Shaw-4/+4
2023-05-05tweak spans for `ref mut` suggestionEzra Shaw-9/+6
2023-05-05tweak "make mut" spans (No. 3)Ezra Shaw-2/+2
2023-05-03Rollup merge of #111146 - petrochenkov:decident, r=compiler-errorsManish Goregaokar-2/+4