about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/generic
AgeCommit message (Expand)AuthorLines
2021-10-08clippy::complexity fixesMatthias Krüger-1/+1
2021-09-29Fix truncate of 'bound params stack' by using the correct lengthAudun Halland-1/+1
2021-09-29Deriving: Include bound generic params for extracted type parameters in where...Audun Halland-10/+40
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-2/+0
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+0
2021-08-18Remove box syntax from rustc_builtin_macrosest31-5/+10
2021-07-21Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwcoGuillaume Gomez-7/+3
2021-07-17Use LocalExpnId where possible.Camille GILLOT-1/+1
2021-07-17avoid temporary vectorsMatthias Krüger-7/+3
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