rust/compiler/rustc_session/src
Matthias Krüger f106496b82
Rollup merge of #128806 - estebank:color-config, r=jieyouxu
Split `ColorConfig` off of `HumanReadableErrorType`

The previous setup tied two unrelated things together. Splitting these two is a better model.

Identified by https://github.com/rust-lang/rust/pull/126597/files#r1667800754
2024-08-09 00:03:36 +02:00
..
config Disallow setting built-in cfgs via set the command-line 2024-08-07 14:08:34 +02:00
code_stats.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
config.rs Split ColorConfig off of HumanReadableErrorType 2024-08-08 14:41:33 +00:00
cstore.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
filesearch.rs linker: Pass fewer search directories to the linker 2024-08-03 14:20:18 +03:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00
options.rs Add -Zerror-metrics=PATH to save diagnostic metadata to disk 2024-08-07 11:16:55 -07:00
output.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
parse.rs Make Span optional in BufferedEarlyLint 2024-08-07 14:08:34 +02:00
search_paths.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
session.rs review comments 2024-08-08 14:58:52 +00:00
utils.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
version.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00