about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ast_like.rs
AgeCommit message (Expand)AuthorLines
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