summaryrefslogtreecommitdiff
path: root/tests/ui/ufcs
AgeCommit message (Expand)Author
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber
2024-06-21bless testsDeadbeef
2024-06-12Spell out other trait diagnosticAlex Macleod
2024-05-23Do not suggest unresolvable builder methodsGurinder Singh
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel
2024-02-22Fix rebaseEsteban Küber
2024-02-20testMichael Goulet
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer
2024-02-04fix ui testsDeadbeef
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer
2023-12-10remove redundant importssurechen
2023-12-07recurse into refs when comparing tys for diagnosticsjyn
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer
2023-08-26More accurately point at argumentsEsteban Küber
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet
2023-04-02Move some UI tests into subdirectoriesjyn
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger
2023-01-13Emit a hint for bad call return types due to generic argumentsRobin Schroer
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber
2023-01-11Move /src/test to /testsAlbert Larsan