rust/compiler/rustc_session/src
David Wood 9bfe0e39e4 errors: lazily load fallback fluent bundle
Loading the fallback bundle in compilation sessions that won't go on to
emit any errors unnecessarily degrades compile time performance, so
lazily create the Fluent bundle when it is first required.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-13 02:44:59 +01:00
..
cgu_reuse_tracker.rs Prettify rustc_session fmt with capturing args (nfc) 2022-03-24 22:38:13 -07:00
code_stats.rs Vigorously refactor _session::code_stats (nfc) 2022-03-24 22:38:16 -07:00
config.rs errors: implement sysroot/testing bundle loading 2022-04-05 07:01:02 +01:00
cstore.rs Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
filesearch.rs Prettify rustc_session fmt with capturing args (nfc) 2022-03-24 22:38:13 -07:00
lib.rs ast_lowering: Stop wrapping ident matchers into groups 2022-04-02 00:09:34 +03:00
options.rs session: opt for enabling directionality markers 2022-04-05 07:01:03 +01:00
output.rs Use a let-chain in _session::output (nfc) 2022-03-24 22:38:32 -07:00
parse.rs errors: lazily load fallback fluent bundle 2022-04-13 02:44:59 +01:00
search_paths.rs Make SearchPathFile::file_name_str non-optional. 2022-02-02 13:16:25 +11:00
session.rs errors: lazily load fallback fluent bundle 2022-04-13 02:44:59 +01:00
utils.rs ast_lowering: Stop wrapping ident matchers into groups 2022-04-02 00:09:34 +03:00