rust/compiler/rustc_expand/src
2023-12-11 16:44:33 +01: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 remove redundant imports 2023-12-10 10:56:22 +08:00
build.rs Auto merge of #118420 - compiler-errors:async-gen, r=eholk 2023-12-08 19:13:57 +00:00
config.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
errors.rs Detect attempts to expand a macro to a match arm again 2023-12-03 12:25:46 +01: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_server.rs Add support for --env on tracked_env::var 2023-12-11 16:44:33 +01:00
proc_macro.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
tests.rs Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:14:09 -08:00