summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2022-10-03address clippy lintsChristian Poveda
2022-10-02Enables blocklisting of Objective-C methodsCameron Mulhern
2022-09-28Don't traverse through special-cased <stdint.h> types.Geoffry Song
2022-09-23Map size_t to usize by default and check compatibility (fixes #1901, #1903)Geoffrey Thomas
2022-09-22features: Bump LATEST_STABLE_RUST after #2267.Emilio Cobos Álvarez
2022-09-22update to rust 1.64Christian Poveda
2022-09-22put tests behind the `nightly` featureChristian Poveda
2022-09-22use `#[feature(core_ffi_c)]` when availableChristian Poveda
2022-09-22test: add test for GH-422Amanjeev Sethi
2022-09-23Add option to deduplicate extern blocks (#2258)Christian Poveda
2022-09-23Option to wrap union members in ManuallyDrop (#2185)Poliorcetics
2022-09-22add the `-- -std=c++11` flagChristian Poveda
2022-09-22handle `__attribute__((noreturn))` attributeChristian Poveda
2022-09-22handle c++ `[[noreturn]]` attributeChristian Poveda
2022-09-22gate `_Noreturn` detection behind `--enable-fucntion-attribute-detection`Christian Poveda
2022-09-22add testsChristian Poveda
2022-09-18fix `--newtype-global-enum` optionChristian Poveda
2022-09-11add `--newtype-global-enum` optionChristian Poveda
2022-09-08fix clippy lintsChristian Poveda
2022-08-25Generate opaque type for template param dependent bit field widthCollin Baker
2022-08-25Sorting the output semantically (#2254)Amanjeev Sethi
2022-08-18remove macro in favor of a methodChristian Poveda
2022-08-18test warning emissionChristian Poveda
2022-08-09Add test coverage for 'await' and 'async' keywordsBryn M. Reeves
2022-07-25ty: Use canonical type to access pointee.Emilio Cobos Álvarez
2022-07-16Extract pointer once for all alignment testsonalante-msft
2022-07-16Regenerate tests targeting libclang 5onalante-msft
2022-07-16Regenerate tests targeting libclang 9onalante-msft
2022-06-06Update test expectations.Emilio Cobos Álvarez
2022-06-06tests: Make some other tests auto-update with BINDGEN_OVERWRITE_EXPECTED=1Emilio Cobos Álvarez
2022-06-05Skip input headers in Linguist statisticsDarren Kulp
2022-06-05Skip generated files in Linguist statisticsDarren Kulp
2022-06-05ir: Centralize must_use checks and simplify codegen.Emilio Cobos Álvarez
2022-06-05Look for `must_use` on typdefs in function returnIan Chamberlain
2022-05-17Fix "dereferencing a null pointer" in C layout testsGavin Li
2022-05-08Derive from any other trait only when deriving from CopyMichal Rostecki
2022-04-19Use common type alias for anonymous enums in consts modeAlan Wu
2022-03-15add attributes to dynamic functionsEmil Gardström
2022-03-15disable test_clang_env_args on windowsEmil Gardström
2022-03-15disable some tests on windowsEmil Gardström
2022-03-15disable layout tests for `derive-custom` and `convert-cpp-comment-to-rust` testEmil Gardström
2022-03-15escape `\` in paths for tests modulesEmil Gardström
2022-03-15tests: Remove testing_only_libclang_4 and expectationsDarren Kulp
2022-03-15tests: Enable a test with a const template paramDarren Kulp
2022-03-15Added support for `vectorcall` ABIDavid Cole
2022-03-15Fix macOS test expectationsSebastian Imlay
2022-02-18codegen: Use raw pointers rather than references in vtable functions.Emilio Cobos Álvarez
2022-02-18Put vtable generation behind a flag for now.Emilio Cobos Álvarez
2022-02-18Add --allowlist-file optionDavid Drysdale