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_partialeq.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
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2018-11-30
Update quote and proc-macro.
Bastien Orivel
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-08-14
address review comments
gnzlbg
2018-08-14
map vector types to arrays and pass them by value
gnzlbg
2018-04-03
Revert "Revert "Bump quote to 0.4""
Bastien Orivel
2018-03-13
Add a kill-switch for untagged unions.
Emilio Cobos Álvarez
2018-02-14
Revert "Bump quote to 0.4"
Nick Fitzgerald
2018-01-23
Bump quote to 0.4
Bastien Orivel
2017-10-05
Use bitfield getter_name in impl_partialeq
Sergey Pepyakin
2017-10-04
Remove early anonymous bitfield filtering and consolidate name method
Oliver Geller
2017-10-03
Assert we only gen partialeq for non rust unions
Sergey Pepyakin
2017-10-03
Derive partialeq "manually" when possible
Sergey Pepyakin