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