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
/
src
/
codegen
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2022-10-03
address clippy lints
Christian Poveda
2022-10-02
Enables blocklisting of Objective-C methods
Cameron Mulhern
2022-09-23
move codegen postprocessing to its own module
Christian Poveda
2022-09-23
Map size_t to usize by default and check compatibility (fixes #1901, #1903)
Geoffrey Thomas
2022-09-22
codegen: Implement manuallydrop fields better.
Emilio Cobos Álvarez
2022-09-23
Option to wrap union members in ManuallyDrop (#2185)
Poliorcetics
2022-09-22
check for noreturn attribute
Christian Poveda
2022-09-18
fix `--newtype-global-enum` option
Christian Poveda
2022-09-11
add `--newtype-global-enum` option
Christian Poveda
2022-09-01
address clippy lints
Christian Poveda
2022-08-18
store warnings and emit them later
Christian Poveda
2022-07-16
Add revision suggestion for MSRV >= 1.59.0
onalante-msft
2022-07-16
Extract pointer once for all alignment tests
onalante-msft
2022-07-16
Only insert uninit_decl if check_field_offset is non-empty
onalante-msft
2022-07-16
rustfmt
onalante-msft
2022-07-16
Remove functions, use same uninit for all field tests
onalante-msft
2022-07-16
Place field alignment test functions before statements
onalante-msft
2022-06-06
codegen: tests: Put each individual field test in a function.
Emilio Cobos Álvarez
2022-06-05
Fix some clippy warnings
Darren Kulp
2022-06-05
ir: Centralize must_use checks and simplify codegen.
Emilio Cobos Álvarez
2022-06-05
Look for `must_use` on typdefs in function return
Ian Chamberlain
2022-05-17
Fix "dereferencing a null pointer" in C layout tests
Gavin Li
2022-05-08
Derive from any other trait only when deriving from Copy
Michal Rostecki
2022-04-19
Use common type alias for anonymous enums in consts mode
Alan Wu
2022-03-15
codegen: Fix minor clippy warning.
Emilio Cobos Álvarez
2022-03-15
add attributes to dynamic functions
Emil Gardström
2022-03-15
codegen: Simplify abi support condition.
Emilio Cobos Álvarez
2022-03-15
Added support for `vectorcall` ABI
David Cole
2022-03-15
Fix macOS test expectations
Sebastian Imlay
2022-02-18
codegen: Use raw pointers rather than references in vtable functions.
Emilio Cobos Álvarez
2022-02-18
Put vtable generation behind a flag for now.
Emilio Cobos Álvarez
2022-01-29
Mark all vtable functions as `unsafe extern "C"`
Justin Moore
2022-01-29
On second thought, don't generate virtual destructors
Dr. Chat
2022-01-29
Mark all vtable functions as `pub`
Dr. Chat
2022-01-29
Account for virtual destructors
Dr. Chat
2022-01-29
Pass the vtable's base class as the first parameter
Dr. Chat
2022-01-29
Extremely basic Vtable generation
Dr. Chat
2021-12-29
codegen: Don't automatically derive Debug and Copy for non-rust enums.
Emilio Cobos Álvarez
2021-11-26
Drop 'static for pub const strings for rustc>1.17
Alberto Planas
2021-11-26
allow custom derives on enums
Eric Seppanen
2021-10-27
Fix warnings
MikuroXina
2021-08-24
Use annotations on enumerations: This enables users to add additional derives...
Christian Vetter
2021-07-31
Also implement must-use-type for enums.
Karel Peeters
2021-07-31
Also implement div-style must_use_type annotation.
Karel Peeters
2021-07-31
Implement must_use_type commandline flag and builder option.
Karel Peeters
2021-07-26
codegen: Don't check large_arrays to generate bitfield ctors because they use...
Emilio Cobos Álvarez
2021-07-16
Let Rust derive everything but Default for large arrays in 1.47 and later
Ian P. Cooke
2021-07-16
add custom derives callback
Eric Seppanen
2021-07-16
Allow explicit padding (#2060)
Eric Seppanen
[next]