summary refs log tree commit diff
path: root/compiler/rustc_expand/src/expand.rs
AgeCommit message (Expand)AuthorLines
2020-11-12Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011bors-6/+4
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-2/+0
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-6/+4
2020-11-06rustc_expand: use collect_bang helper instead of manual reimplementationest31-3/+3
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-2/+0
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-1/+2
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-1/+2
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-0/+1
2020-10-07Detect blocks that could be struct expr bodiesEsteban Küber-2/+2
2020-10-01Import struct_span_err macro instead of prepending itGuillaume Gomez-2/+2
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-2/+2
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+5
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-0/+1
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-5/+22
2020-09-08Create new E0774 code errorGuillaume Gomez-3/+6
2020-09-01Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkovTyler Mandry-2/+2
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+2
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-2/+2
2020-08-30mv compiler to compiler/mark-0/+1812