rust/compiler/rustc_expand/src
Nicholas Nethercote 19d28a4f28 Change msg: impl Into<String> for bug diagnostics.
To `msg: impl Into<DiagnosticMessage>`, like all the other diagnostics.
For consistency.
2023-12-15 09:42:14 +11:00
..
mbe Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Change msg: impl Into<String> for bug diagnostics. 2023-12-15 09:42:14 +11:00
build.rs Auto merge of #118420 - compiler-errors:async-gen, r=eholk 2023-12-08 19:13:57 +00:00
config.rs Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki 2023-12-11 11:40:36 +01:00
errors.rs Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
expand.rs Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors 2023-12-08 17:08:52 +00:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
placeholders.rs Parse a pattern with no arm 2023-12-03 12:25:46 +01:00
proc_macro.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
proc_macro_server.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tests.rs Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:14:09 -08:00