summaryrefslogtreecommitdiff
path: root/tests/headers/class.hpp
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-07-16Let Rust derive everything but Default for large arrays in 1.47 and laterIan P. Cooke
2017-10-23Fix mistakenly derive hash for struct that contains IncompleteArrayFieldZhiting Zhu
2017-08-21Class related tests for can derive EqZhiting Zhu
2017-08-14Class related tests for derive PartialEqZhiting Zhu
2017-08-09Class related tests for derive HashZhiting Zhu
2017-01-30Force copy for incomplete arrays.Emilio Cobos Álvarez
2017-01-29more test cases for zero length array and incomplete arrayFlier Lu
2017-01-28treat incomplete array as zero length arrayFlier Lu
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
2016-09-27Take pointer constness into account, to fix generation of const methods.Emilio Cobos Álvarez
2016-04-16tests: Annotate and add more testsEmilio Cobos Álvarez
2016-04-02Don't generate derive(Clone), make a manual impl instead using copyEmilio Cobos Álvarez
2016-03-16SM hacks squashMichael Wu