rust/compiler/rustc_builtin_macros/src
Aaron Hill 3815e91ccd
Attach tokens to NtMeta (ast::AttrItem)
An `AttrItem` does not have outer attributes, so we only capture tokens
when parsing a `macro_rules!` matcher
2020-09-10 17:33:06 -04:00
..
deriving Attach TokenStream to ast::Block 2020-09-10 17:33:05 -04:00
format_foreign mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
assert.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cfg.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cfg_accessible.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cmdline_attrs.rs Attach tokens to NtMeta (ast::AttrItem) 2020-09-10 17:33:06 -04:00
compile_error.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
concat.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
concat_idents.rs Attach TokenStream to ast::Ty 2020-09-10 17:33:05 -04:00
env.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
format.rs Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
format_foreign.rs use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
global_allocator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
global_asm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
llvm_asm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
log_syntax.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
proc_macro_harness.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
source_util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
standard_library_imports.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
test.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
test_harness.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
trace_macros.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00