about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/translation.rs
AgeCommit message (Expand)AuthorLines
2023-02-23Restore behavior when primary bundle is missingmejrs-4/+13
2023-02-22errors: fix translation's run-make testDavid Wood-2/+11
2023-01-08Make translate_message return result and add testsmejrs-7/+8
2023-01-05Improve fluent error messagesmejrs-67/+41
2022-12-01Remove useless borrows and derefsMaybe Waffle-3/+3
2022-11-09Display help message when fluent arg was referenced incorrectlyNilstrieb-9/+29
2022-10-10errors: `DiagnosticMessage::Eager`David Wood-1/+3
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-9/+21
2022-08-30Use more `into_iter` rather than `drain(..)`Donough Liu-1/+1
2022-08-15errors: move translation logic into moduleDavid Wood-0/+103