about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/attr.rs
AgeCommit message (Expand)AuthorLines
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-51/+78
2020-10-19Rewrite `collect_tokens` implementations to use a flattened bufferAaron Hill-1/+14
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+304