summary refs log tree commit diff
path: root/compiler/rustc_expand/src/base.rs
AgeCommit message (Expand)AuthorLines
2020-12-03Fix some clippy lintsJoshua Nelson-6/+4
2020-11-26Properly handle attributes on statementsAaron Hill-2/+0
2020-11-24Invoke attributes on the statement for statement itemsAaron Hill-0/+9
2020-11-19resolve/expand: Misc cleanupVadim Petrochenkov-1/+3
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-2/+5
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-1/+1
2020-10-14Remove unused code from remaining compiler cratesest31-14/+0
2020-09-28expand: Minor fn ptr call cleanupVadim Petrochenkov-3/+3
2020-09-28expand: Stop un-interpolating `NtIdent`s before passing them to built-in macrosVadim Petrochenkov-25/+2
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-0/+2
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+1227