rust/compiler/rustc_errors/src
Matthias Krüger d5af762fe5
Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726
Uplift `TypeAndMut` and `ClosureKind` to `rustc_type_ir`

Uplifts `TypeAndMut` and `ClosureKind`

I know I said I was just going to get rid of `TypeAndMut` (https://github.com/rust-lang/types-team/issues/124) but I think this is much simpler, lol

r? `@jackh726` or `@lcnr`
2023-12-15 06:50:18 +01:00
..
json remove redundant imports 2023-12-10 10:56:22 +08:00
markdown remove redundant imports 2023-12-10 10:56:22 +08:00
annotate_snippet_emitter_writer.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
diagnostic_builder.rs Split Handler::emit_diagnostic in two. 2023-12-15 10:13:12 +11:00
diagnostic_impls.rs Uplift ClosureKind 2023-12-12 23:24:44 +00:00
diagnostic.rs Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillot 2023-12-09 14:05:09 +01:00
emitter.rs Split Handler::emit_diagnostic in two. 2023-12-15 10:13:12 +11:00
error.rs Make translate_message return result and add tests 2023-01-08 23:35:43 +01:00
json.rs Update some more cases of "type" -> "$message_type" 2023-11-20 16:02:59 -08:00
lib.rs Split Handler::emit_diagnostic in two. 2023-12-15 10:13:12 +11:00
lock.rs bump windows crate 0.46 -> 0.48 in workspace 2023-05-09 18:20:13 +03:00
registry.rs refactor: statically guarantee that current error codes are documented 2023-02-26 20:12:36 +13:00
snippet.rs Create AnnotationColumn struct to fix hard tab column numbers in errors 2023-03-28 09:18:55 -04:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
translation.rs Restore behavior when primary bundle is missing 2023-02-23 01:14:10 +01:00