about summary refs log tree commit diff
path: root/tests/ui/on-unimplemented
AgeCommit message (Expand)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-7/+36
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-4/+12
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-5/+7
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-3/+25
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-78/+171
2025-05-02Refactor rustc_on_unimplemented's filter parsermejrs-49/+109
2025-04-29Fix comment describing what the test doesmejrs-6/+3
2025-04-22Improve rustc_on_unimplemented ui testmejrs-53/+86
2025-04-14Remove rustc_on_unimplemented on impl testsmejrs-216/+0
2025-04-14Test that `Self` properly works in filtersmejrs-0/+29
2025-04-14Raise errors on bad rustc_on_unimplemented format strings againmejrs-10/+6
2025-04-14Disable usage on trait impls and aliasesmejrs-11/+7
2025-04-10Write the format string parserand split it from conditions parsermejrs-12/+16
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-8/+8
2025-03-11Implement SliceIndex for ByteStrThalia Archibald-2/+4
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-2/+2
2025-02-21More sophisticated span trimmingMichael Goulet-10/+6
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+10
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+96
2024-11-04Suggest creating unary tuplesmejrs-0/+96
2024-11-02Trim output of E0277 in some casesEsteban Küber-4/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-4/+8
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-2/+2
2024-09-22Don't call const normalize in error reportingMichael Goulet-2/+2
2024-06-12Spell out other trait diagnosticAlex Macleod-18/+18
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-9/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-12Fix failing testShoyu Vanilla-1/+1
2024-02-12Fix failing testShoyu Vanilla-1/+1
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-2/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-58/+11
2024-01-13Bless testsGeorge-lewis-0/+1
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+5
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-2/+2
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+30
2023-08-26More accurately point at argumentsEsteban Küber-4/+8
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-12/+12
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+761