index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
/
src
/
diagnostics
/
fluent.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-336
/
+0
2023-04-09
Inline format_args
Nilstrieb
-1
/
+1
2023-04-09
Some simple `clippy::perf` fixes
Nilstrieb
-1
/
+1
2023-03-31
Don't emit the OS error in a note
est31
-3
/
+6
2023-03-31
Use std::fs::read_to_file in fluent_messages macro
est31
-11
/
+3
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-0
/
+12
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-229
/
+220
2023-01-27
Detect references to non-existant messages in Fluent resources
clubby789
-2
/
+32
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-10-23
Generate fluent message constant in a flat module for all crates
Nilstrieb
-34
/
+31
2022-08-22
fluent: point to path containing error instead of module name
Xiretza
-5
/
+5
2022-08-22
fluent: mandate slug names to be prefixed by crate name
Xiretza
-5
/
+17
2022-08-12
Change fluent_messages macro to expect _ slugs instead of - slugs
est31
-5
/
+27
2022-07-20
clippy::perf fixes
Matthias Krüger
-3
/
+3
2022-07-15
macros: support adding warnings to diags
David Wood
-2
/
+4
2022-07-08
Use dashes instead of underscores in fluent names
Michael Goulet
-2
/
+6
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-0
/
+11
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-7
/
+13
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-0
/
+254