about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-15/+32
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-30/+39
2022-04-07Suggest replacing typeof(...) with an actual typeMaybe Waffle-0/+1
2022-04-05errors: support fluent + parallel compilerDavid Wood-3/+19
2022-04-05errors: use `impl Into<FluentId>`David Wood-5/+2
2022-04-05session: opt for enabling directionality markersDavid Wood-3/+6
2022-04-05errors: add links to fluent documentationDavid Wood-1/+5
2022-04-05errors: don't try load default locale from sysrootDavid Wood-3/+9
2022-04-05macros: translatable struct attrs and warningsDavid Wood-1/+86
2022-04-05errors: disable directionality isolation markersDavid Wood-0/+9
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-12/+158
2022-04-05errors: implement fallback diagnostic translationDavid Wood-17/+63
2022-04-05span: move `MultiSpan`David Wood-0/+183