about summary refs log tree commit diff
path: root/tests/ui/ufcs
AgeCommit message (Expand)AuthorLines
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+8
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-2/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-9/+9
2025-04-27bless testsWaffle Lapkin-2/+0
2025-03-05Use final path segment for diagnosticMichael Goulet-2/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-14/+23
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-6/+6
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-6/+6
2024-09-22Don't call const normalize in error reportingMichael Goulet-4/+4
2024-09-07Bless tests due to new method suggestions.Tim (Theemathas) Chirananthavat-1/+1
2024-07-22Revert suggestion verbosity changeEsteban Küber-6/+3
2024-07-22Change suggestion message wordingEsteban Küber-1/+1
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-3/+6
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-4/+5
2024-06-21bless testsDeadbeef-13/+13
2024-06-12Spell out other trait diagnosticAlex Macleod-8/+8
2024-05-23Do not suggest unresolvable builder methodsGurinder Singh-1/+1
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-3/+3
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-1/+1
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-4/+4
2024-03-01try_with_capacity for Vec, VecDeque, StringKornel-2/+2
2024-02-22Fix rebaseEsteban Küber-4/+5
2024-02-20testMichael Goulet-0/+26
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-3/+23
2024-02-04fix ui testsDeadbeef-13/+13
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-1/+1
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-17/+17
2023-12-10remove redundant importssurechen-2/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-14/+14
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-7/+25
2023-08-26More accurately point at argumentsEsteban Küber-4/+2
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-4/+4
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet-95/+139
2023-04-02Move some UI tests into subdirectoriesjyn-0/+154
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-5/+5
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+14
2023-01-13Emit a hint for bad call return types due to generic argumentsRobin Schroer-0/+14
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-1/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+589