about summary refs log tree commit diff
path: root/compiler/rustc_error_messages/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-06-20Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnayYuki Okushi-1/+0
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-1/+1
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-1/+1
2022-06-14Stabilize `Path::try_exists()` and improve docMartin Habovstiak-1/+0
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+3
2022-05-30errors: simplify referring to fluent attributesDavid Wood-6/+66
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-3/+8
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-11/+29
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-30/+39
2022-04-05errors: support fluent + parallel compilerDavid Wood-3/+18
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-05errors: disable directionality isolation markersDavid Wood-0/+9
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-11/+156
2022-04-05errors: implement fallback diagnostic translationDavid Wood-17/+57
2022-04-05span: move `MultiSpan`David Wood-0/+171