about summary refs log tree commit diff
path: root/compiler/rustc_fluent_macro/src/fluent.rs
AgeCommit message (Expand)AuthorLines
2024-10-19use tracked_path in rustc_fluent_macrousamoi-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-17fluent_macro: fix diagnostics for fluent parse failuresXiretza-17/+0
2024-08-19Update annotate-snippets to 0.11Xiretza-21/+9
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+7
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-12/+12
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-2/+5
2024-01-07annotate-snippets: update to 0.10klensy-7/+3
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-19/+14
2023-10-02Factor out common token generation in `fluent_messages`.Nicholas Nethercote-38/+20
2023-05-26Fix diagnostics with errorsclubby789-12/+9
2023-05-26Validate fluent variable references with `debug_assertions`clubby789-3/+42
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+336