about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/placeholders.rs
AgeCommit message (Expand)AuthorLines
2020-11-26Properly handle attributes on statementsAaron Hill-7/+4
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-4/+0
2020-11-07typo and formattingo752d-10/+9
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-1/+37
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