about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/fluent.rs
AgeCommit message (Expand)AuthorLines
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-336/+0
2023-04-09Inline format_argsNilstrieb-1/+1
2023-04-09Some simple `clippy::perf` fixesNilstrieb-1/+1
2023-03-31Don't emit the OS error in a noteest31-3/+6
2023-03-31Use std::fs::read_to_file in fluent_messages macroest31-11/+3
2023-03-29Check for escape sequences in Fluent resourcesclubby789-0/+12
2023-02-22errors: generate typed identifiers in each crateDavid Wood-229/+220
2023-01-27Detect references to non-existant messages in Fluent resourcesclubby789-2/+32
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
2022-10-23Generate fluent message constant in a flat module for all cratesNilstrieb-34/+31
2022-08-22fluent: point to path containing error instead of module nameXiretza-5/+5
2022-08-22fluent: mandate slug names to be prefixed by crate nameXiretza-5/+17
2022-08-12Change fluent_messages macro to expect _ slugs instead of - slugsest31-5/+27
2022-07-20clippy::perf fixesMatthias Krüger-3/+3
2022-07-15macros: support adding warnings to diagsDavid Wood-2/+4
2022-07-08Use dashes instead of underscores in fluent namesMichael Goulet-2/+6
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-0/+11
2022-05-30errors: simplify referring to fluent attributesDavid Wood-7/+13
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-0/+254