about summary refs log tree commit diff
path: root/tests/ui-fulldeps/fluent-messages
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-09-17fluent_macro: fix diagnostics for fluent parse failuresXiretza-5/+5
2024-09-17Add test for fluent diagnosticsXiretza-1/+32
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-3/+3
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-3/+3
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-70/+49
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-2/+2
2023-03-31Don't emit the OS error in a noteest31-10/+6
2023-03-29Check for escape sequences in Fluent resourcesclubby789-1/+35
2023-02-22errors: generate typed identifiers in each crateDavid Wood-105/+76
2023-01-27Detect references to non-existant messages in Fluent resourcesclubby789-1/+19
2023-01-11Move /src/test to /testsAlbert Larsan-0/+205