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
/
tests
/
headers
/
class.hpp
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2021-07-16
Let Rust derive everything but Default for large arrays in 1.47 and later
Ian P. Cooke
2017-10-23
Fix mistakenly derive hash for struct that contains IncompleteArrayField
Zhiting Zhu
2017-08-21
Class related tests for can derive Eq
Zhiting Zhu
2017-08-14
Class related tests for derive PartialEq
Zhiting Zhu
2017-08-09
Class related tests for derive Hash
Zhiting Zhu
2017-01-30
Force copy for incomplete arrays.
Emilio Cobos Álvarez
2017-01-29
more test cases for zero length array and incomplete array
Flier Lu
2017-01-28
treat incomplete array as zero length array
Flier Lu
2017-01-23
Unify under the `bindgen` name.
Emilio Cobos Álvarez
2016-11-16
Transition to libbindgen sub-crate
Jeff Waugh
2016-09-27
Take pointer constness into account, to fix generation of const methods.
Emilio Cobos Álvarez
2016-04-16
tests: Annotate and add more tests
Emilio Cobos Álvarez
2016-04-02
Don't generate derive(Clone), make a manual impl instead using copy
Emilio Cobos Álvarez
2016-03-16
SM hacks squash
Michael Wu