about summary refs log tree commit diff
path: root/tests/ui/diagnostic_namespace/do_not_recommend
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-4/+4
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-4/+4
2025-04-24norm nested aliases before evaluating the parent goallcnr-5/+8
2025-04-10Deeply normalize obligations in BestObligationMichael Goulet-7/+8
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-02-18Add reference annotations for the `do_not_recommend` attributeEric Huss-50/+59
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-13/+3
2024-12-18Also warn against `#[diagnostic::do_not_recommend]` on plain implsGeorg Semmler-2/+18
2024-12-18Stabilize `#[diagnostic::do_not_recommend]`Georg Semmler-227/+49
2024-12-18Check `#[diagnostic::do_not_recommend]` for argumentsGeorg Semmler-0/+68
2024-12-18Improve testing coverage for `#[diagnostic::do_not_recommend]`Georg Semmler-14/+230
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+12
2024-11-04Suggest creating unary tuplesmejrs-0/+12
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-2/+4
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-4/+1
2024-08-09Add testMichael Goulet-0/+42
2024-07-11Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion...Georg Semmler-0/+61
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-1/+4
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-1/+1
2024-05-29Refactor `#[diagnostic::do_not_recommend]` supportGeorg Semmler-0/+57
2024-05-28eagerly normalize when adding goalslcnr-4/+21
2024-05-21Move `#[do_not_recommend]` to the `#[diagnostic]` namespaceGeorg Semmler-3/+148
2024-05-19Actually use the `#[do_not_recommend]` attribute if presentGeorg Semmler-14/+150
2024-05-04Implement do_not_recommend in the new solverMichael Goulet-0/+58