about summary refs log tree commit diff
path: root/tests/ui/methods/issues
AgeCommit message (Expand)AuthorLines
2025-08-04Tweak auto trait errorsEsteban Küber-1/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-4/+6
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-1/+1
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-0/+24
2024-03-03Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...Esteban Küber-10/+18
2024-02-22Deduplicate some logic and reword outputEsteban Küber-1/+1
2024-02-22Make confusable suggestions `verbose`Esteban Küber-1/+6
2024-02-01review comment: change wordingEsteban Küber-1/+1
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-2/+2
2024-01-24On E0308 involving `dyn Trait`, mention trait objectsEsteban Küber-0/+1
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
2023-08-26More accurately point at argumentsEsteban Küber-2/+2
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-1/+1
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-1/+1
2023-01-30Modify primary span label for E0308Esteban Küber-6/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+395