summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-05-12typeck: port "no resolve overridden impl substs"David Wood-0/+2
2022-05-12typeck: port "manual implementations"David Wood-0/+5
2022-05-12typeck: port "missing type params"David Wood-0/+22
2022-05-12typeck: simplify error type using `()` fieldDavid Wood-3/+1
2022-05-10Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errorsbors-0/+1
2022-05-09Point to the empty trait alias.Camille GILLOT-0/+1
2022-05-06typeck: port "explicit generic args w/ impl trait"David Wood-0/+8
2022-05-06typeck: port "unconstrained opaque type" diagDavid Wood-0/+3
2022-04-29macros: subdiagnostic deriveDavid Wood-0/+8
2022-04-26separate messages by a newlineChristian Poveda-0/+1
2022-04-25migrate ambiguous plus diagnosticChristian Poveda-0/+3
2022-04-19Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPCDylan DPC-8/+2
2022-04-16Update compiler/rustc_error_messages/src/lib.rsIsak Nyberg-1/+1
2022-04-14Refactor loop into iterator; simplify negation logic.Isak Nyberg-8/+2
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