summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/fluent.rs
AgeCommit message (Expand)AuthorLines
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