about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/build.rs
AgeCommit message (Expand)AuthorLines
2020-11-26Properly handle attributes on statementsAaron Hill-20/+6
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-1/+1
2020-10-14Remove unused code from remaining compiler cratesest31-97/+0
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-4/+20
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-4/+16
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-1/+7
2020-08-30mv compiler to compiler/mark-0/+649