about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/attr
AgeCommit message (Expand)AuthorLines
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-2/+4
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-2/+4
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-2/+8
2020-10-14Remove unused code from rustc_astest31-9/+0
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-1/+1
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-8/+8
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-7/+2
2020-08-30mv compiler to compiler/mark-0/+684