1
Fork 0
rust/compiler/rustc_session/src
David Wood c45f29595d span: move MultiSpan
`MultiSpan` contains labels, which are more complicated with the
introduction of diagnostic translation and will use types from
`rustc_errors` - however, `rustc_errors` depends on `rustc_span` so
`rustc_span` cannot use types like `DiagnosticMessage` without
dependency cycles. Introduce a new `rustc_error_messages` crate that can
contain `DiagnosticMessage` and `MultiSpan`.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-05 07:01:00 +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 Cleanup after some refactoring in rustc_target 2022-04-03 21:29:57 +02: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 Prettify rustc_session fmt with capturing args (nfc) 2022-03-24 22:38:13 -07:00
output.rs Use a let-chain in _session::output (nfc) 2022-03-24 22:38:32 -07:00
parse.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
search_paths.rs Make SearchPathFile::file_name_str non-optional. 2022-02-02 13:16:25 +11:00
session.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
utils.rs ast_lowering: Stop wrapping ident matchers into groups 2022-04-02 00:09:34 +03:00