rust/compiler/rustc_errors/src
Jacob Pratt 2206d935f7
Rollup merge of #149209 - lto_refactors8, r=jackh726
Move LTO to OngoingCodegen::join

This will make it easier to in the future move all this code to link_binary.

Follow up to https://github.com/rust-lang/rust/pull/147810
Part of https://github.com/rust-lang/compiler-team/issues/908
2026-01-21 02:04:01 -05:00
..
json stabilize annotate-snippet as default formatter 2025-12-16 11:20:27 +00:00
markdown feat: added syntax highlighting for code blocks in rustc --explain 2026-01-19 17:44:24 +05:30
annotate_snippet_emitter_writer.rs remove fixme & update stderr files 2025-12-16 13:23:48 +00:00
codes.rs remove duplicated columns from rustc_error_code::error_codes! 2025-09-27 12:29:54 +02:00
decorate_diag.rs Refactor lint buffering to avoid requiring a giant enum 2025-08-22 01:59:56 -07:00
diagnostic.rs Remove all usages of #[rustc_lint_diagnostics] 2026-01-19 17:39:54 +01:00
diagnostic_impls.rs Move IntoDiagArg earlier in the dependency chains 2025-08-20 15:01:13 -07:00
emitter.rs stabilize annotate-snippet as default formatter 2025-12-16 11:20:27 +00:00
error.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs stabilize annotate-snippet as default formatter 2025-12-16 11:20:27 +00:00
lib.rs Rollup merge of #149209 - lto_refactors8, r=jackh726 2026-01-21 02:04:01 -05:00
lock.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
registry.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
snippet.rs Use abs_diff where applicable 2025-03-27 18:29:06 +00:00
styled_buffer.rs use let chains in ast, borrowck, codegen, const_eval 2025-07-28 06:08:48 +05:00
tests.rs Extract Translator struct 2025-06-19 13:02:04 -05:00
timings.rs Add codegen timing section 2025-06-23 08:50:17 +02:00
translation.rs Remove DiagMessage::Translated in favour of DiagMessage::Str 2026-01-18 18:30:11 +01:00