rust/compiler/rustc_errors/src
2024-04-20 15:48:27 +02:00
..
json Make JsonEmitter more like HumanEmitter. 2024-02-29 17:50:26 +11:00
markdown constify a couple thread_local statics 2024-02-12 16:25:39 +01:00
annotate_snippet_emitter_writer.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
codes.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
diagnostic.rs Print note with closure signature on type mismatch 2024-04-20 15:48:27 +02:00
diagnostic_impls.rs Add redundant_lifetime_args lint 2024-04-09 12:15:27 -04:00
emitter.rs diagnostics: fix crash on completely empty included file 2024-03-29 18:22:44 -07:00
error.rs Minor visibility and formatting improvements. 2024-02-29 16:30:09 +11:00
json.rs If suggestion would leave an empty line, delete it 2024-03-01 13:48:20 +00:00
lib.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
lock.rs windows bump to 0.52 2024-02-18 16:02:16 +03:00
registry.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
snippet.rs Rework StringPart. 2024-02-01 19:23:01 +11:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
translation.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00