| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-18 | rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constant | Vadim Petrochenkov | -3/+2 | |
| It's a visitor property rather than something that needs to be determined at runtime | ||||
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -3/+3 | |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -4/+4 | |
| Crate root is sufficiently different from `mod` items, at least at syntactic level. Also remove customization point for "`mod` item or crate root" from AST visitors. | ||||
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 | |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -3/+0 | |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -0/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+73 | |
