summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-10-11Don't assume traits used as type are trait objsVulnBandit-129/+74
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-41/+41
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-1/+1
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-34/+34
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-10/+10
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-10/+10
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-34/+34
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-1/+1
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-1/+1
2024-09-23Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwUMatthias Krüger-3/+3
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger-48/+0
2024-09-22Don't call const normalize in error reportingMichael Goulet-3/+3
2024-09-20Implement RTN in resolve_bound_vars and HIR ty loweringMichael Goulet-9/+3
2024-09-20Conditionally allow lowering RTN (..) in pathsMichael Goulet-10/+9
2024-09-19Add str.as_str() for easy dereferencing of Box<str>Kornel-48/+0
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-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