summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/nonterminal.rs
AgeCommit message (Expand)AuthorLines
2020-12-19implement edition-specific :pat behavior for 2015/18mark-3/+20
2020-12-17Don't allow `const` to begin a nonterminalCamelid-0/+2
2020-11-26Properly handle attributes on statementsAaron Hill-2/+2
2020-10-30Fix even more clippy warningsJoshua Nelson-14/+8
2020-10-22Don't create an empty `LazyTokenStream`Aaron Hill-10/+10
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-1/+1
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-4/+14
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-1/+9
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+9
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-1/+8
2020-09-10Collect tokens when handling `:literal` matcherAaron Hill-1/+9
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-1/+8
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-1/+8
2020-08-30mv compiler to compiler/mark-0/+170