about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/mod.rs
AgeCommit message (Expand)AuthorLines
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-2/+2
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-1/+1
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-18Remove box syntax from rustc_builtin_macrosest31-2/+2
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-3/+3
2021-01-01first pass at default values for const genericsJulian Knodt-1/+2
2020-11-26Properly handle attributes on statementsAaron Hill-1/+0
2020-11-24Handle `Annotatable::Stmt` in some builtin macrosAaron Hill-1/+21
2020-11-19expand: Mark some dead code in derive expansion as unreachableVadim Petrochenkov-7/+1
2020-10-11Remove unnecessary unsafe block around calls to discriminant_valueTomasz Miąsko-1/+8
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+173