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