about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-14/+3
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-1/+1
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-0/+5
2024-09-11Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errorsMatthias Krüger-13/+5
2024-09-07Bless tests due to new method suggestions.Tim (Theemathas) Chirananthavat-1/+1
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-2/+20
2024-08-28Suggest the struct variant pattern syntax on usage of unit variant pattern fo...tunawasabi-0/+5
2024-08-28Don't suggest adding return type for closures with default return typeWafarm-13/+5
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-0/+5
2024-08-17Bless test falloutMichael Goulet-3/+3
2024-08-10Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwUbors-12/+8
2024-08-08Detect `*` operator on `!Sized` expressionEsteban Küber-0/+5
2024-08-06Don't arbitrarily choose one upper bound for hidden captured regionMichael Goulet-7/+2
2024-08-05WF-check struct field types at construction siteNoah Lev-12/+8
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-10/+4
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-1/+1
2024-07-26Peel off explicit (or implicit) deref before suggesting clone on move error i...Michael Goulet-3/+2
2024-07-25Fix a span error when parsing a wrong param of function.surechen-0/+34
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-1/+1
2024-07-24Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obkMatthias Krüger-12/+12
2024-07-24Rollup merge of #127481 - a1phyr:pattern_gat, r=AmanieuMatthias Krüger-13/+13
2024-07-22Revert suggestion verbosity changeEsteban Küber-18/+9
2024-07-22Change suggestion message wordingEsteban Küber-12/+12
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-9/+18
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-18Tweak "field not found" suggestion when giving struct literal for tuple struc...Esteban Küber-22/+22
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-394/+591
2024-07-18Add svg test for incorrect literal type suggestionEsteban Küber-0/+905
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-4/+6
2024-07-17Fix associated item removal suggestionEsteban Küber-4/+6
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-10/+10
2024-07-16Remove invalid help diagnostics for const pointeryukang-0/+16
2024-07-15Remove generic lifetime parameter of trait `Pattern`Benoît du Garreau-13/+13
2024-07-14Use ordinal number in argument errorlong-long-float-10/+10
2024-07-12Make `;` suggestions inlineEsteban Küber-18/+3
2024-07-12Use more accurate span for `:` to `::` suggestionEsteban Küber-3/+3
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-17/+99
2024-07-08Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro...Matthias Krüger-9/+9
2024-07-04blessingsMaybe Waffle-9/+9
2024-07-04Tweak raw-pointer field access and array indexing suggestionsEsteban Küber-6/+8
2024-07-04Tweak slice and as_deref suggestion spanEsteban Küber-22/+45
2024-06-30Add a regression test for #123630Michael Baikov-0/+43
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-06-23not use offset when there is not ends with bracebohan-0/+44
2024-06-22Rollup merge of #126723 - estebank:dot-dot-dot, r=NadrierilGuillaume Gomez-1/+1
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-1/+1
2024-06-18tests: update tests for more conservative return ty mismatch note许杰友 Jieyou Xu (Joe)-1/+0
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-3/+14
2024-06-17Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote许杰友 Jieyou Xu (Joe)-82/+28