about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/placeholders.rs
AgeCommit message (Expand)AuthorLines
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+4
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+6
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-4/+8
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-2/+6
2020-08-30mv compiler to compiler/mark-0/+345