about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/attr_wrapper.rs
AgeCommit message (Expand)AuthorLines
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-06-06parser: Ensure that all nonterminals have tokens after parsingVadim Petrochenkov-8/+2
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-111/+406
2021-03-26Always preserve `None`-delimited groups in a captured `TokenStream`Aaron Hill-10/+35
2021-03-06rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`Vadim Petrochenkov-3/+7
2021-02-27Combine HasAttrs and HasTokens into AstLikeAaron Hill-2/+2
2021-02-13Address review commentsAaron Hill-0/+185