summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/generic
AgeCommit message (Expand)AuthorLines
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-2/+13
2021-03-26Use iter::zip in compiler/Josh Stone-5/+3
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-02-02Auto merge of #81405 - bugadani:ast, r=cjgillotbors-5/+5
2021-02-02Bump rustfmt versionMark Rousskov-1/+1
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-5/+5
2020-12-24use matches!() macro in more placesMatthias Krüger-7/+5
2020-12-22Add some intra-doc links to compiler docsJoshua Nelson-1/+4
2020-12-11fix clippy::unnecessary_filter_mapMatthias Krüger-4/+1
2020-11-19expand: Mark some dead code in derive expansion as unreachableVadim Petrochenkov-13/+2
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-10-11Remove unnecessary unsafe block around calls to discriminant_valueTomasz Miąsko-14/+8
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-3/+10
2020-08-30mv compiler to compiler/mark-0/+2037