rust/compiler/rustc_expand/src
Esteban Küber 2cca435717 Mention the syntax for use on mod foo; if foo doesn't exist
Newcomers might get confused that `mod` is the only way of defining
scopes, and that it can be used as if it were `use`.

Fix #69492.
2023-10-21 15:56:01 +00:00
..
mbe Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov 2023-07-28 01:21:27 +00:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
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 Rename ACTIVE_FEATURES as UNSTABLE_FEATURES. 2023-10-16 08:17:23 +11:00
errors.rs Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
expand.rs Enable incremental-relative-spans by default. 2023-09-07 20:21:13 +00:00
lib.rs docs: add Rust logo to more compiler crates 2023-10-16 15:38:08 -07:00
mbe.rs Move macro_rules diagnostics to diagnostics module 2022-11-20 13:06:44 +01:00
module.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
placeholders.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
proc_macro_server.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00: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