- 6bbde80 update implementation by Jonathan Schwender · 12 days ago main master upstream/main
- 80d5bd0 revert impl change by Jonathan Schwender · 12 days ago
- 995b2b3 Generate doc comment when type alias is hidden by Jonathan Schwender · 12 days ago
- 01a19dc fix deprecated lint names by xtqqczze · 3 weeks ago
- 1a08117 fix: generate a Debug impl for NewType/NewTypeDeref alias wrappers when the inner type only has a manual impl by dhmztr · 3 weeks ago
- 38da539 ci: bump cargo-dist to 0.32.0 by xtqqczze · 3 weeks ago
- 9732dca chore: fix rustfmt TOML by xtqqczze · 3 weeks ago
- 4ffa53d chore(bindgen): bump `syn` to v3 by AudaciousAxiom · 3 weeks ago
- 7918a39 chore(workspace): bump the MSRV to 1.71 by AudaciousAxiom · 3 weeks ago
- dd7f8fc build(deps): bump cc from 1.2.63 to 1.4.0 by xtqqczze · 3 weeks ago
- be5112c build(deps): bump rand from 0.8.5 to 0.8.7 by xtqqczze · 3 weeks ago
- 25b2347 chore(bindgen): remove the dependency on `itertools` by AudaciousAxiom · 5 weeks ago
- 848b275 refactor(bindgen): remove the need for `itertools` by AudaciousAxiom · 5 weeks ago
- 9d26c6e ci: Test LLVM 20, retire LLVM 9 by Emilio Cobos Álvarez · 6 weeks ago
- d0f91f1 misc: Appease clippy. by Emilio Cobos Álvarez · 6 weeks ago
- 9372688 Return NoHeadersProvided error when no input headers are provided by Armoha · 8 weeks ago
- 8028f22 fix #3367: Consolidate extern fn block for fn and static symbols by Alejandro Núñez · 8 weeks ago
- 100717c Restrict newtype constant wrapping to actual type aliases by Armoha · 8 weeks ago
- a0a3037 Add test case for issue #3303 by Armoha · 8 weeks ago
- 8f52063 Avoid IR cycle for compiler-builtin ObjC typedefs shadowing themselves by Mike Hommey · 8 weeks ago
- 4609f3f fix: propagate implicit target to macro fallback by Ronen Ulanovsky · 8 weeks ago
- 7acba9a Update tests by Armoha · 8 weeks ago
- 01d65d9 Fix unnecessary transmute and unsafe warnings on bitfield codegen by Armoha · 8 weeks ago
- 9098393 ci: pin libtinfo5 to a permanent archive URL by Armoha · 8 weeks ago
- 2048231 Bump cc to the latest version by Paolo Barbolini · 3 months ago
- 3addc3b Upgrade shlex to version 2 by Paolo Barbolini · 3 months ago
- c8c9a5a Update `tempfile` dependency to `3.27.0` or later. by Lukasz Anforowicz · 3 months ago
- 6b865b8 Add `libcpp` feature by Erick Tryzelaar · 4 months ago
- 5b1b56d Tighten upper-bound debug_assert in bitfield_unit accessors by David Hotham · 4 months ago
- 0c5b8d3 Fix shift-overflow in const-generic bitfield accessors by David Hotham · 4 months ago
- b6ddc45 Fix clippy::collapsible_match in ObjC interface parsing by David Hotham · 4 months ago
- 937b8d0 Allow zero sized unions to be defined by Dan Robertson · 4 months ago
- d2a4033 Allow for renaming struct/union fields by Danny Wolf · 4 months ago
- 092d90e ci: Move forward Rust for Linux version to v7.1-rc1 by Miguel Ojeda · 4 months ago
- b7b501f Do not use the canonical declaration for enum type building by Dan Robertson · 6 months ago
- 5ae4b31 tests by bendn · 6 months ago
- a502187 fix unnecessary transmute triggering on bitfield codegen by bendn · 6 months ago
- 0408333 refactor: centralize comment generation checks (fixes #445) by naoNao89 · 6 months ago
- 44f451d ci: Bump RFL kernel by Emilio Cobos Álvarez · 6 months ago
- c2c1151 ci: isolate DYLD_LIBRARY_PATH during git diff checks by Per Larsen · 6 months ago
- 0d0a33b features: Add some comments to appease clippy. by Emilio Cobos Álvarez · 6 months ago
- 74a5f30 chore: fix some typos in comments by luohewuyang · 8 months ago
- 82911a2 Emit const __BindgenUnionField accessors and comply with Rust 2024 unsafe-op-in-unsafe-fn by mematthias · 8 months ago
- 23e2b01 handle versions in the formats `1.71.1-beta`, `1.71.1-beta.1`, `1.71.1-nightly` by Bennet Bleßmann · 9 months ago
- 5af5428 Add const-generic bitfield accessors for compile-time optimization by Jeremy Fitzhardinge · 9 months ago
- 496817f Optimize BitfieldUnit get/set with byte-wise operations by Jeremy Fitzhardinge · 9 months ago
- 7c38446 Change `Bindings::write()` to take `impl Write` instead of `&mut dyn Write` by Marijn Suijten · 9 months ago
- 953fc76 Simplify some pattern matching by Xiangfei Ding · 9 months ago
- ccd5637 Don't require a `Box` wrapper on `Bindings::write()` by Marijn Suijten · 9 months ago
- 192fd6a Support nested flexible array members by Jeremy Fitzhardinge · 9 months ago
- ac3bc6e Fix clippy lint by Jonathan Schwender · 9 months ago
- 1cea695 Prevent default derives for Forward declared types. by Jonathan Schwender · 9 months ago
- 5813198 feat(dyngen): preconvert path to `OsStr` when opening the library by Simonas Kazlauskas · 10 months ago
- 6fe5302 Remove incorrect `size_t_is_usize` check by Pekka Ristola · 10 months ago
- f94b50d Fix `clippy::derivable_impls` lint by Pekka Ristola · 10 months ago
- 6bb8512 Fix broken intradoc link on `ParseCallbacks::header_file()` by Marijn Suijten · 10 months ago
- 72dc5f8 Dedup code to collect custom field attributes by Jeremy Fitzhardinge · 10 months ago
- 312afb7 Add support for custom per-field attributes by Jeremy Fitzhardinge · 10 months ago
- 5aa4e33 ci: Move forward Rust for Linux version to v6.18-rc3 by Miguel Ojeda · 10 months ago
- 4731d6c Fix packed structs with flexible array members by Jeremy Fitzhardinge · 11 months ago
- d23fcd2 report constants and variables in ParseCallbacks::new_item_found by usamoi · 11 months ago
- 6d23680 codegen: Deduplicate derive traits added by add_derives() parse callback by Ilya Maykov · 11 months ago
- d5fc49c feat: Custom attributes for extern fn blocks by Konrad Koschel · 11 months ago
- ac0fa3b Use NonNull for C++ references by Tin Švagelj · 11 months ago
- e2460d9 Allow constant expressions that doesn't fit in i64. by Vegard Eriksen · 11 months ago
- e604f6b Add tests for f32 literals by Nico Burns · 11 months ago
- af3694f Fix generation of f32 NAN, INFINITY, and NEG_INFINITY by Nico Burns · 11 months ago
- dbe8ed9 Add undefined behaviour warning to `rustified_non_exhaustive_enum` by Felix Solcher · 11 months ago
- 50ec3ee codegen: Support new-type-alias constants by Matthew Maurer · 12 months ago
- 1cf0a1f codegen: Fix typedefs inside constified modules. by Emilio Cobos Álvarez · 1 year ago
- cc2b361 chore: inline format args by Yuri Astrakhan · 1 year ago
- 9366e0a codegen: Guarantee opaque type layout across all architectures. by Emilio Cobos Álvarez · 1 year ago
- 159c833 codegen: Appease nightly clippy too. by Emilio Cobos Álvarez · 1 year ago
- fc747b7 codegen: Bump minimum stable target. by Emilio Cobos Álvarez · 1 year ago
- 2426dd6 clang: Push the fix for #3277 into Type::declaration. by Emilio Cobos Álvarez · 1 year ago
- 5fa4a1f Get the type's definition in CompInfo::from_ty by Hans Wennborg · 1 year ago
- 6b6af6b chore: minor cleanup by Yuri Astrakhan · 1 year ago
- b03b222 ci: Move forward Rust for Linux version to v6.17-rc2 by Miguel Ojeda · 1 year ago
- 4f3fb8f Update CHANGELOG.md by Per Larsen · 1 year ago
- 45931da Fix typo in option handling for rustified non-exhaustive enums by Per Larsen · 1 year ago
- 00d91a1 Test --rustified-non-exhaustive-enum flag by Per Larsen · 1 year ago
- 4be63a7 Small fixes and clarifications to user guide by Miikka Salminen · 1 year ago
- 0b6f8f6 Configure an assign section to allow rustbot to assign PRs by Miikka Salminen · 1 year ago
- 5f7aa4b Fix typos in the descriptions of a few flags by Per Larsen · 1 year, 1 month ago
- de9627f Add references to issue by Niklas Dusenlund · 1 year, 1 month ago
- 93b9566 ignore failed test by Niklas Dusenlund · 1 year, 1 month ago
- a236cea Add linux aarch64 target to test and release by Niklas Dusenlund · 1 year, 1 month ago
- bf87357 Allow itertools 0.14, bump Cargo.lock to it by Paolo Barbolini · 1 year, 1 month ago
- bd011d4 comp: Fix alignment of bitfields in some edge cases. by Emilio Cobos Álvarez · 1 year, 2 months ago
- f015c10 Clippy formatting fixes. by Adrian Taylor · 1 year, 2 months ago
- a34c91f Include source location in callback. by Adrian Taylor · 1 year, 2 months ago
- aa725f9 Deduplicate logic to call discovery callback. by Adrian Taylor · 1 year, 2 months ago
- e23f0a7 Fix `clippy::uninlined_format_args` in log macros by Josh Stone · 1 year, 2 months ago
- 88c7bd1 cargo update by Josh Stone · 1 year, 2 months ago
- 1f02556 feat: add Debug,Clone,Eq traits to callback objects by Yuri Astrakhan · 1 year, 3 months ago
- bba0875 ci: use ubuntu-22.04 for local linux builds by Niklas Dusenlund · 1 year, 3 months ago
- cc9bc70 chore: Do a clippy pass. by Emilio Cobos Álvarez · 1 year, 3 months ago
- 6e13d4f ci: Move forward Rust for Linux version to v6.16-rc1 by Miguel Ojeda · 1 year, 3 months ago
- 187bcce apply same rule to C and C-unwind in names_will_be_identical_after_mangling by usamoi · 1 year, 3 months ago
- eae5b66 chore: Update dist. by Emilio Cobos Álvarez · 1 year, 3 months ago