rust/compiler/rustc_expand/src
Aaron Hill de4bd9f0f8
Attach TokenStream to ast::Block
A `Block` does not have outer attributes, so we only capture tokens when
parsing a `macro_rules!` matcher
2020-09-10 17:33:05 -04:00
..
mbe Rename IsJoint -> Spacing 2020-09-03 17:32:45 +02:00
mut_visit
parse Move lexer unit tests to rustc_lexer 2020-08-30 19:53:36 +02:00
tokenstream
base.rs
build.rs Attach TokenStream to ast::Block 2020-09-10 17:33:05 -04:00
config.rs Syntactically permit unsafety on mods 2020-09-10 06:56:33 -07:00
expand.rs Syntactically permit unsafety on mods 2020-09-10 06:56:33 -07:00
lib.rs Move lexer unit tests to rustc_lexer 2020-08-30 19:53:36 +02:00
mbe.rs
module.rs Syntactically permit unsafety on mods 2020-09-10 06:56:33 -07:00
placeholders.rs Factor out StmtKind::MacCall fields into MacCallStmt struct 2020-08-30 18:38:53 -04:00
proc_macro_server.rs Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" 2020-09-10 02:18:46 +00:00
proc_macro.rs Add -Z proc-macro-backtrace to allow showing proc-macro panics 2020-08-30 22:17:24 -04:00
tests.rs