about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/cfg_eval.rs
AgeCommit message (Expand)AuthorLines
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-12/+12
2021-03-07rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval`Vadim Petrochenkov-8/+11
2021-03-07cfg_eval: Configure everything through mutable visitor methodsVadim Petrochenkov-70/+27
2021-03-07Move full configuration logic from `rustc_expand` to `rustc_builtin_macros`Vadim Petrochenkov-4/+172
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+29