rust/compiler/rustc_expand/src
2021-12-07 11:47:21 -05:00
..
mbe Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebank 2021-12-04 02:26:23 +01:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse re-format with new rustfmt 2021-11-30 13:08:41 -05:00
tokenstream Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
base.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
build.rs Detect bare blocks with type ascription that were meant to be a struct literal 2021-09-03 14:43:04 +00:00
config.rs Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
expand.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
lib.rs Apply cfg-bootstrap switch 2021-11-30 10:51:42 -05:00
mbe.rs fix few typos 2021-04-19 15:57:08 +03:00
module.rs Check for macros in built-in attributes that don't support them. 2021-09-25 09:03:15 -07:00
placeholders.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
proc_macro_server.rs Use IntoIterator for array impl everywhere. 2021-12-04 19:40:33 +01:00
proc_macro.rs proc_macro: Add an expand_expr method to TokenStream 2021-11-12 15:41:40 -05:00
tests.rs Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00