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
/
test_struct.rs
Age
Commit message (
Expand
)
Author
2016-10-18
Remove old tests that no longer build and run
Nick Fitzgerald
2016-03-17
Fix test_struct::with_anon_struct_pointer
Emilio Cobos Álvarez
2016-03-16
SM hacks squash
Michael Wu
2016-03-11
derive(Debug) on unions.
Yamakaky
2016-03-10
Introduce -no-rust-enums (fixes #276)
Anthony Ramine
2016-03-10
Add #[derive(Debug)] to all structs and enums.
Yamakaky
2016-01-19
use std::os::raw types instead of libc types
Jorge Aparicio
2015-07-29
Add test for 'packed' attribute.
Ilkka Rauta
2015-05-07
Update tests not to require bindgen_plugin and enable testing on travis
Edward Barnard
2015-05-03
Update tests to partially run on 1.0 beta
Edward Barnard
2015-03-30
upstream rust changes: spit out '1usize' instead of '1u'
Jason Fager
2015-03-22
Clean up `allow`s
Tamir Duberstein
2015-01-08
Fix unboxed closures
Aidan Hobson Sayers
2015-01-03
Fix build
Edward Barnard
2015-01-03
Recurse through arrays and pointers to anonymous structs. Closes #150.
Edward Barnard
2015-01-01
Structs containing bitfields are now the correct size and bitfield accessors ...
Edward Barnard
2014-12-31
Adds Default impls for generated composites.
Christopher Chambers
2014-12-31
Fixes a struct test that was previously incorrect.
Christopher Chambers
2015-01-01
Merge branch 'func_proto' of https://github.com/chris-chambers/rust-bindgen
Jyun-Yan You
2014-12-29
Adds support for function prototypes, improves tests.
Christopher Chambers