about summary refs log tree commit diff
path: root/tests/ui-fulldeps/session-diagnostic
AgeCommit message (Expand)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-3/+18
2025-08-15Detect missing `derive` on unresolved attribute even when not importedEsteban Küber-0/+6
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-0/+14
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-10-27give a better error for tuple structs in `derive(Diagnostic)`jyn-136/+136
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-3/+3
2024-07-24Do not use question as labelEsteban Küber-41/+41
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-4/+4
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-36/+27
2024-04-21Allow nesting subdiagnosticsXiretza-0/+10
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-17/+17
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-3/+3
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-19/+19
2024-02-21Merge `diagnostic_builder.rs` into `diagnostic.rs`.Nicholas Nethercote-3/+3
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-9/+10
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-21/+33
2024-02-13Bump `proc-macro2`, `syn` and `quote`clubby789-181/+108
2024-02-01A small fix in `enforce_slug_naming.rs`.Nicholas Nethercote-2/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-217/+221
2024-01-06Remove ignore-stage1 that was added when changing error count msgNilstrieb-2/+1
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-4/+4
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-192/+188
2023-11-24Bless ui-fulldepsNilstrieb-2/+3
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-09-22hide rustc line numbers in testRalf Jung-2/+2
2023-09-04Add help to allow lint for the implied by suggestionUrgau-1/+1
2023-07-26Bump syn dependencyOli Scherer-98/+106
2023-07-26Bump syn now that it doesn't affect diagnostics anymoreOli Scherer-90/+89
2023-06-28Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwcobors-0/+23
2023-06-23Add test for invalid variablesclubby789-0/+23
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-19/+19
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-08Make spans a bit betterMichael Goulet-33/+25
2023-05-08Diagnostic args are still args if they're documentedMichael Goulet-0/+90
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-184/+188
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-182/+184
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-2/+2
2023-04-06fix errorsDeadbeef-104/+111
2023-04-06fix and bless ui tests 1/2Deadbeef-270/+269
2023-02-27Allow using `bool` for optional diagnosticsclubby789-40/+59
2023-02-22errors: generate typed identifiers in each crateDavid Wood-524/+533
2023-02-01Forbid #[suggestion_*(...)] on VecsXiretza-2/+51
2023-01-11Support eager subdiagnostics againmejrs-26/+8
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2886