about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast_like.rs
AgeCommit message (Expand)AuthorLines
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-320/+0
2022-03-28Remove `Nonterminal::NtTT`.Nicholas Nethercote-3/+1
2022-01-07expand: Refactor `InvocationCollector` visitor for better code reuseVadim Petrochenkov-2/+37
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-2/+2
2021-06-06parser: Ensure that all nonterminals have tokens after parsingVadim Petrochenkov-1/+2
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-7/+95
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-3/+2
2021-03-06rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`Vadim Petrochenkov-54/+34
2021-02-27Combine HasAttrs and HasTokens into AstLikeAaron Hill-0/+219