summaryrefslogtreecommitdiff
path: root/tests/expectations
AgeCommit message (Expand)Author
2022-06-06Update test expectations.Emilio Cobos Álvarez
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 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-18Add --allowlist-file optionDavid Drysdale
2022-02-18tests: Remove clang-3.9 expectationsDarren Kulp
2022-01-29Mark all vtable functions as `unsafe extern "C"`Justin Moore
2022-01-29On second thought, don't generate virtual destructorsDr. Chat
2022-01-29Mark all vtable functions as `pub`Dr. Chat
2022-01-29Account for virtual destructorsDr. Chat
2022-01-29Extremely basic Vtable generationDr. Chat
2021-12-29codegen: Don't automatically derive Debug and Copy for non-rust enums.Emilio Cobos Álvarez
2021-11-26Add --blocklist-file option (#2097)David Drysdale
2021-11-26Drop 'static for pub const strings for rustc>1.17Alberto Planas
2021-10-30context: Escape the try keyword properlyFionera
2021-10-27Avoid case of a self-referential type alias.Adrian Taylor
2021-10-27Don't generate 2^64 byte padding fields on unionsTheodore Dubois
2021-08-24Detect and avoid cycles when resolving items.Patrick Walton
2021-08-24Add testsChristian Vetter
2021-08-24Use annotations on enumerations: This enables users to add additional derives...Christian Vetter
2021-07-31Also implement div-style must_use_type annotation.Karel Peeters
2021-07-31Implement must_use_type commandline flag and builder option.Karel Peeters
2021-07-31Don't assume that an inner class declaration always immediately yields aPatrick Walton
2021-07-31Canonicalize types before looking for their definitions.Patrick Walton
2021-07-26codegen: Don't check large_arrays to generate bitfield ctors because they use...Emilio Cobos Álvarez
2021-07-16Let Rust derive everything but Default for large arrays in 1.47 and laterIan P. Cooke
2021-07-16Allow explicit padding (#2060)Eric Seppanen
2021-06-21comp: Do a better effort of computing packedness before bitfield units.Emilio Cobos Álvarez
2021-05-18Identify forward declarations in params. (#2052)Adrian Taylor
2021-05-11Zero out padding in custom Default trait implementations (#2051)Daniel Xu
2021-04-30Don't generate bindings for deleted member functions. (#2044)Martin Boehme
2021-04-30Add a C naming option (#2045)Boris-Chengbiao Zhou
2021-04-27Translate types that were declared inside functions as opaque types.Patrick Walton
2021-04-24Support emitting Makefile-syntax depfiles like gcc/clang/rustc.Adam Perry
2021-04-11Fix docstring comment for constantsNico Chatzi
2021-04-03codegen: Deal with overloads in method code generation.Emilio Cobos Álvarez
2021-04-03codegen: Don't use a `sym` temporary in dynamic library code.Emilio Cobos Álvarez
2021-04-03Add a flag to ensure all symbols are resolved when a library is loadedDr. Chat