summary refs log tree commit diff
path: root/compiler/rustc_ast/src/visit.rs
AgeCommit message (Expand)AuthorLines
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-1/+5
2020-11-12Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011bors-1/+1
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-1/+5
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-1/+1
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-8/+8
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-7/+2
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-25/+16
2020-10-16Add check_generic_arg early passSantiago Pastorino-5/+12
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-1/+1
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+913