rust/src/librustc_expand
Dylan DPC fc51170af5
Rollup merge of #69057 - Centril:clean-expand, r=petrochenkov
expand: misc cleanups and simplifications

Some work I did while trying to understand expand for the purposes of https://github.com/rust-lang/rust/issues/64197.

r? @petrochenkov
2020-02-13 21:28:05 +01:00
..
mbe Change condition ordering in parse_tt. 2020-02-06 16:42:58 +11:00
mut_visit fix fallout in tests 2020-02-01 18:59:49 +01:00
parse fix fallout in tests 2020-02-01 18:59:49 +01:00
tokenstream
base.rs Run RustFmt 2020-02-11 19:49:01 +10:00
build.rs IsAsync -> enum Async { Yes { span: Span, .. }, No } 2020-02-13 10:39:24 +01:00
Cargo.toml syntax::print -> new crate rustc_ast_pretty 2020-02-01 18:59:49 +01:00
expand.rs Rollup merge of #69057 - Centril:clean-expand, r=petrochenkov 2020-02-13 21:28:05 +01:00
lib.rs Avoid instantiating many Parser structs in generic_extension. 2020-02-06 16:42:53 +11:00
mbe.rs
placeholders.rs Use P for NtTraitItem, NtImplItem, and NtForeignItem. 2020-01-30 11:18:56 +11:00
proc_macro_server.rs syntax::print -> new crate rustc_ast_pretty 2020-02-01 18:59:49 +01:00
proc_macro.rs
tests.rs fix fallout in tests 2020-02-01 18:59:49 +01:00