about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mut_visit
AgeCommit message (Expand)AuthorLines
2024-05-06Move some tests from `rustc_expand` to `rustc_parse`.Nicholas Nethercote-72/+0
2021-10-18rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constantVadim Petrochenkov-3/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-3/+3
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-4/+4
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-3/+0
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-0/+3
2020-08-30mv compiler to compiler/mark-0/+73