index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
/
impl_debug.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2021-10-27
Fix warnings
MikuroXina
2021-07-16
Let Rust derive everything but Default for large arrays in 1.47 and later
Ian P. Cooke
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-03-21
Unify derive logic
Jethro Beekman
2018-11-30
Update quote and proc-macro.
Bastien Orivel
2018-09-25
Indicate the anonymous lifetime in Formatter.
jkozlowski
2018-09-19
Teach the blob code to generate i128 / u128 if available.
Emilio Cobos Álvarez
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-08-28
Debug implementation: Don't use format! or String when core is enabled
chrysn
2018-08-28
Debug implementation: use core if selected
chrysn
2018-08-14
address review comments
gnzlbg
2018-08-14
map vector types to arrays and pass them by value
gnzlbg
2017-10-30
Need mangle name of fields in struct for impl debug
Zhiting Zhu
2017-10-05
Use bitfield getter_name in impl_debug.
Sergey Pepyakin
2017-10-04
Remove early anonymous bitfield filtering and consolidate name method
Oliver Geller
2017-09-22
Rename derive_debug → impl_debug.
Sergey Pepyakin