summaryrefslogtreecommitdiff
path: root/src/codegen/impl_partialeq.rs
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-10-27Fix warningsMikuroXina
2021-07-16Let Rust derive everything but Default for large arrays in 1.47 and laterIan P. Cooke
2020-04-27Run `cargo fix --edition`Joshua Nelson
2019-09-17Rustfmt.Emilio Cobos Álvarez
2018-11-30Update quote and proc-macro.Bastien Orivel
2018-09-10generate type alias for the `block` typeFlier Lu
2018-08-14address review commentsgnzlbg
2018-08-14map vector types to arrays and pass them by valuegnzlbg
2018-04-03Revert "Revert "Bump quote to 0.4""Bastien Orivel
2018-03-13Add a kill-switch for untagged unions.Emilio Cobos Álvarez
2018-02-14Revert "Bump quote to 0.4"Nick Fitzgerald
2018-01-23Bump quote to 0.4Bastien Orivel
2017-10-05Use bitfield getter_name in impl_partialeqSergey Pepyakin
2017-10-04Remove early anonymous bitfield filtering and consolidate name methodOliver Geller
2017-10-03Assert we only gen partialeq for non rust unionsSergey Pepyakin
2017-10-03Derive partialeq "manually" when possibleSergey Pepyakin