summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
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-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
2024-02-08Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errorsbors-0/+4
2024-02-07Stop using `hir_ty_to_ty` in rustc_privacyOli Scherer-82/+2
2024-02-07Update testsr0cky-17/+37
2024-02-06Rollup merge of #120632 - trevyn:issue-109195, r=oli-obkMatthias Krüger-0/+89
2024-02-05Create helper `maybe_report_similar_assoc_fn`trevyn-14/+14
2024-02-06Bless tests, add commentsMichael Goulet-8/+4
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-7/+59
2024-02-04Rollup merge of #120473 - estebank:issue-114329, r=TaKO8KiMatthias Krüger-0/+46
2024-02-04fix ui testsDeadbeef-0/+4
2024-02-03For E0223, suggest methods that look similar to the pathtrevyn-0/+89
2024-02-01review comment: change wordingEsteban Küber-9/+9
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-27/+27
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-23/+23
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-5/+5
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-20/+2