about summary refs log tree commit diff
path: root/tests/ui/diagnostic_namespace/on_unimplemented
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-10/+10
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-12/+16
2025-06-09Introduce ParseMode::diagnostic and fix multiline spansmejrs-28/+95
2025-06-09change FormatString::parse to only return the first errormejrs-28/+12
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-46/+77
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-0/+49
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-6/+8
2025-04-29Move `on impl position` test to proper directorymejrs-0/+49
2025-04-10Write the format string parserand split it from conditions parsermejrs-68/+68
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2024-11-18Add reference annotations for diagnostic attributesEric Huss-120/+136
2024-11-15Move diagnostic::on_unimplemented test to the directory with all the other testsEric Huss-0/+51
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-4/+4
2024-03-21Make `#[diagnostic::on_unimplemented]` format string parsing more robustGeorg Semmler-0/+238
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-121/+87
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-05Add a test that emitting diagnostics does not require the crate to useGeorg Semmler-0/+39
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-9/+425
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-11-17Add some additional warnings for duplicated diagnostic itemsGeorg Semmler-4/+118
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+66
2023-10-20Fix a span for one of the test casesGeorg Semmler-29/+15
2023-10-19Improve the warning messages for the `#[diagnostic::on_unimplemented]`Georg Semmler-17/+74
2023-10-11Handle several `#[diagnostic::on_unimplemented]` attributes correctlyGeorg Semmler-0/+74
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+6
2023-09-12`#[diagnostic::on_unimplemented]` without filtersGeorg Semmler-0/+201