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_errors
/
src
/
translation.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-19
Extract Translator struct
Cameron Steffen
-14
/
+29
2024-10-07
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
Nicholas Nethercote
-2
/
+1
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+7
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-7
/
+7
2024-02-28
Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.
Nicholas Nethercote
-4
/
+2
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-2
/
+2
2024-01-30
Remove the second lifetime from `DiagnosticArg`.
Nicholas Nethercote
-1
/
+1
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-3
/
+3
2023-02-23
Restore behavior when primary bundle is missing
mejrs
-4
/
+13
2023-02-22
errors: fix translation's run-make test
David Wood
-2
/
+11
2023-01-08
Make translate_message return result and add tests
mejrs
-7
/
+8
2023-01-05
Improve fluent error messages
mejrs
-67
/
+41
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-3
/
+3
2022-11-09
Display help message when fluent arg was referenced incorrectly
Nilstrieb
-9
/
+29
2022-10-10
errors: `DiagnosticMessage::Eager`
David Wood
-1
/
+3
2022-10-10
errors: use `HashMap` to store diagnostic args
David Wood
-9
/
+21
2022-08-30
Use more `into_iter` rather than `drain(..)`
Donough Liu
-1
/
+1
2022-08-15
errors: move translation logic into module
David Wood
-0
/
+103