rust/compiler/rustc_errors/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
..
json Split ColorConfig off of HumanReadableErrorType 2024-08-08 14:41:33 +00:00
markdown Reformat use declarations. 2024-07-29 08:26:52 +10:00
annotate_snippet_emitter_writer.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
codes.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
diagnostic.rs Maintain highlighting in note and help even when they have a span 2024-08-06 17:54:37 +00:00
diagnostic_impls.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
emitter.rs Rollup merge of #128806 - estebank:color-config, r=jieyouxu 2024-08-09 00:03:36 +02:00
error.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs review comments 2024-08-08 14:58:52 +00:00
lib.rs Do not underline suggestions for code that is already there 2024-08-01 18:53:42 +00:00
lock.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
registry.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
snippet.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
translation.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00