about summary refs log tree commit diff
path: root/tests/ui-fulldeps/internal-lints/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-5/+3
2024-08-10Add more test cases for untranslatable_diagnostic lintPavel Grigorenko-0/+7
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-7/+7
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-8/+0
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-2/+2
2024-03-11Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.Nicholas Nethercote-2/+8
2024-03-11Rename `DecorateLint` as `LintDiagnostic`.Nicholas Nethercote-7/+7
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-10/+10
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-9/+9
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-3/+30
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-3/+3
2024-03-05Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.Nicholas Nethercote-0/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-7/+7
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+10
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-8/+3
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-8/+8
2023-12-18Fix up some `ui-fulldeps` tests.Nicholas Nethercote-10/+10
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-3/+5
2023-02-22errors: generate typed identifiers in each crateDavid Wood-7/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+89