rust/compiler/rustc_expand/src
Vadim Petrochenkov 7353c96be8 rustc: Move features from Session to GlobalCtxt
Removes two pieces of mutable state.
Follow up to #114622.
2023-08-11 16:51:50 +08:00
..
mbe rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
mut_visit
parse Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov 2023-07-28 01:21:27 +00:00
tokenstream
base.rs rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
build.rs Parse generic const items 2023-07-28 22:21:33 +02:00
config.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
errors.rs Fix static string lints 2023-04-25 18:59:55 +01:00
expand.rs rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
lib.rs Add internal_features lint 2023-08-03 14:50:50 +02:00
mbe.rs
module.rs
placeholders.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
proc_macro_server.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
proc_macro.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
tests.rs Remove a bool for color in favor of the WriteColor trait wrapping colored and uncolored printing 2023-07-31 09:34:36 +00:00