about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-04-07Remove useless configs in testsUrgau-3/+1
2024-04-06Account for trait/impl difference when suggesting changing argument from ref ...Esteban Küber-8/+14
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-8/+8
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-0/+34
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-1/+29
2024-03-21Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Kibors-0/+32
2024-03-21Fix bad span for explicit lifetime suggestionShoyu Vanilla-0/+32
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-0/+34
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-247/+15
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-1/+29
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-28/+5
2024-03-17Don't show suggestion if slice pattern is enclosed by any patternslong-long-float-0/+43
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-0/+1
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-2/+2
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-0/+38
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-1/+1
2024-03-13Tweak wordingEsteban Küber-2/+2
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-16/+16
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-16/+16
2024-03-09Rollup merge of #120504 - kornelski:try_with_capacity, r=AmanieuGuillaume Boisseau-2/+2
2024-03-08Stabilize associated type boundsMichael Goulet-28/+5
2024-03-08diagnostics: suggest `Clone` bounds when noop `clone()`Michael Howell-0/+38
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-70/+131
2024-03-07Collect mod item types in parallel, just like wfcheckOli Scherer-4/+58
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-24/+21
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-2/+2
2024-02-29Update UI test checking suggestion message to rename type starting with under...Guillaume Gomez-1/+1
2024-02-25Use generic `NonZero` in tests.Markus Reiter-9/+10
2024-02-22Deduplicate some logic and reword outputEsteban Küber-5/+5
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-5/+5
2024-02-22Make confusable suggestions `verbose`Esteban Küber-7/+23
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-12/+27
2024-02-18Rollup merge of #121100 - estebank:issue-71252, r=compiler-errorsLeón Orell Valerian Liehr-0/+5
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-261/+261
2024-02-16Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwcoGuillaume Gomez-6/+30
2024-02-16Detect when method call on argument could be removed to fulfill failed trait ...Esteban Küber-0/+5
2024-02-16Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebankGuillaume Gomez-11/+4
2024-02-15Remove a suggestion that is redundantMichael Goulet-11/+4
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-2/+2
2024-02-14For E0038, suggest associated type if availabletrevyn-6/+30
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-2/+2
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-35/+322
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-35/+322
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-3/+150
2024-02-10Print kind of coroutine closureMichael Goulet-4/+4
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-3/+150
2024-02-09Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkovMatthias Krüger-82/+2
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-39/+411
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-7/+59