rust/compiler/rustc_session/src
Matthias Krüger 9153451a91
Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelix
errors: share `SilentEmitter` between rustc and rustfmt

Fixes rust-lang/rustfmt#6082.

Shares the `SilentEmitter` between rustc and rustfmt, and gives it a fallback bundle (since it can emit diagnostics in some contexts).
2024-03-05 19:53:18 +01:00
..
config update paths in comments 2024-01-12 00:11:33 +01:00
code_stats.rs rustc_session: Address all rustc::potential_query_instability lints 2023-12-03 15:05:39 +01:00
config.rs Rename DiagnosticArg{,Map,Name,Value} as DiagArg{,Map,Name,Value}. 2024-02-28 08:55:37 +11:00
cstore.rs Move MetadataLoader{,Dyn} to rustc_metadata. 2023-11-30 17:05:54 +11:00
errors.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
filesearch.rs windows bump to 0.52 2024-02-18 16:02:16 +03:00
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
options.rs Limit the number of names and values in check-cfg diagnostics 2024-03-05 07:54:04 +01:00
output.rs Replace unnecessary abort_if_errors. 2024-02-22 08:03:47 +11:00
parse.rs errors: share SilentEmitter between rustc and rustfmt 2024-03-05 10:14:36 +00:00
search_paths.rs Rename EarlyDiagCtxt methods to match DiagCtxt. 2023-12-23 13:23:28 +11:00
session.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
utils.rs Use better heuristic for printing Cargo specific diagnostics 2024-02-17 16:49:01 +01:00
version.rs Simplify the current_rustc_version macro. 2023-11-10 10:54:21 +11:00