summaryrefslogtreecommitdiff
path: root/src/codegen/impl_debug.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
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
2020-04-27Run `cargo fix --edition`Joshua Nelson
2019-09-17Rustfmt.Emilio Cobos Álvarez
2019-03-21Unify derive logicJethro Beekman
2018-11-30Update quote and proc-macro.Bastien Orivel
2018-09-25Indicate the anonymous lifetime in Formatter.jkozlowski
2018-09-19Teach the blob code to generate i128 / u128 if available.Emilio Cobos Álvarez
2018-09-10generate type alias for the `block` typeFlier Lu
2018-08-28Debug implementation: Don't use format! or String when core is enabledchrysn
2018-08-28Debug implementation: use core if selectedchrysn
2018-08-14address review commentsgnzlbg
2018-08-14map vector types to arrays and pass them by valuegnzlbg
2017-10-30Need mangle name of fields in struct for impl debugZhiting Zhu
2017-10-05Use bitfield getter_name in impl_debug.Sergey Pepyakin
2017-10-04Remove early anonymous bitfield filtering and consolidate name methodOliver Geller
2017-09-22Rename derive_debug → impl_debug.Sergey Pepyakin