rust/compiler/rustc_session/src
Vadim Petrochenkov 379ae12a1d expand: Remove ParseSess::missing_fragment_specifiers
It was used for deduplicating some errors for legacy code which are mostly deduplicated even without that, but at cost of global mutable state, which is not a good tradeoff.
2022-04-09 15:44:19 +03: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 expand: Remove ParseSess::missing_fragment_specifiers 2022-04-09 15:44:19 +03:00
search_paths.rs Make SearchPathFile::file_name_str non-optional. 2022-02-02 13:16:25 +11:00
session.rs session: opt for enabling directionality markers 2022-04-05 07:01:03 +01:00
utils.rs ast_lowering: Stop wrapping ident matchers into groups 2022-04-02 00:09:34 +03:00