1. 2048231 Bump cc to the latest version by Paolo Barbolini · 3 days ago main master upstream/main
  2. 3addc3b Upgrade shlex to version 2 by Paolo Barbolini · 3 days ago
  3. c8c9a5a Update `tempfile` dependency to `3.27.0` or later. by Lukasz Anforowicz · 13 days ago
  4. 6b865b8 Add `libcpp` feature by Erick Tryzelaar · 3 weeks ago
  5. 5b1b56d Tighten upper-bound debug_assert in bitfield_unit accessors by David Hotham · 3 weeks ago
  6. 0c5b8d3 Fix shift-overflow in const-generic bitfield accessors by David Hotham · 3 weeks ago
  7. b6ddc45 Fix clippy::collapsible_match in ObjC interface parsing by David Hotham · 3 weeks ago
  8. 937b8d0 Allow zero sized unions to be defined by Dan Robertson · 5 weeks ago
  9. d2a4033 Allow for renaming struct/union fields by Danny Wolf · 5 weeks ago
  10. 092d90e ci: Move forward Rust for Linux version to v7.1-rc1 by Miguel Ojeda · 5 weeks ago
  11. b7b501f Do not use the canonical declaration for enum type building by Dan Robertson · 3 months ago
  12. 5ae4b31 tests by bendn · 3 months ago
  13. a502187 fix unnecessary transmute triggering on bitfield codegen by bendn · 3 months ago
  14. 0408333 refactor: centralize comment generation checks (fixes #445) by naoNao89 · 3 months ago
  15. 44f451d ci: Bump RFL kernel by Emilio Cobos Álvarez · 3 months ago
  16. c2c1151 ci: isolate DYLD_LIBRARY_PATH during git diff checks by Per Larsen · 3 months ago
  17. 0d0a33b features: Add some comments to appease clippy. by Emilio Cobos Álvarez · 3 months ago
  18. 74a5f30 chore: fix some typos in comments by luohewuyang · 5 months ago
  19. 82911a2 Emit const __BindgenUnionField accessors and comply with Rust 2024 unsafe-op-in-unsafe-fn by mematthias · 5 months ago
  20. 23e2b01 handle versions in the formats `1.71.1-beta`, `1.71.1-beta.1`, `1.71.1-nightly` by Bennet Bleßmann · 6 months ago
  21. 5af5428 Add const-generic bitfield accessors for compile-time optimization by Jeremy Fitzhardinge · 6 months ago
  22. 496817f Optimize BitfieldUnit get/set with byte-wise operations by Jeremy Fitzhardinge · 6 months ago
  23. 7c38446 Change `Bindings::write()` to take `impl Write` instead of `&mut dyn Write` by Marijn Suijten · 6 months ago
  24. 953fc76 Simplify some pattern matching by Xiangfei Ding · 6 months ago
  25. ccd5637 Don't require a `Box` wrapper on `Bindings::write()` by Marijn Suijten · 6 months ago
  26. 192fd6a Support nested flexible array members by Jeremy Fitzhardinge · 6 months ago
  27. ac3bc6e Fix clippy lint by Jonathan Schwender · 6 months ago
  28. 1cea695 Prevent default derives for Forward declared types. by Jonathan Schwender · 6 months ago
  29. 5813198 feat(dyngen): preconvert path to `OsStr` when opening the library by Simonas Kazlauskas · 7 months ago
  30. 6fe5302 Remove incorrect `size_t_is_usize` check by Pekka Ristola · 7 months ago
  31. f94b50d Fix `clippy::derivable_impls` lint by Pekka Ristola · 7 months ago
  32. 6bb8512 Fix broken intradoc link on `ParseCallbacks::header_file()` by Marijn Suijten · 7 months ago
  33. 72dc5f8 Dedup code to collect custom field attributes by Jeremy Fitzhardinge · 7 months ago
  34. 312afb7 Add support for custom per-field attributes by Jeremy Fitzhardinge · 7 months ago
  35. 5aa4e33 ci: Move forward Rust for Linux version to v6.18-rc3 by Miguel Ojeda · 7 months ago
  36. 4731d6c Fix packed structs with flexible array members by Jeremy Fitzhardinge · 8 months ago
  37. d23fcd2 report constants and variables in ParseCallbacks::new_item_found by usamoi · 8 months ago
  38. 6d23680 codegen: Deduplicate derive traits added by add_derives() parse callback by Ilya Maykov · 8 months ago
  39. d5fc49c feat: Custom attributes for extern fn blocks by Konrad Koschel · 8 months ago
  40. ac0fa3b Use NonNull for C++ references by Tin Švagelj · 8 months ago
  41. e2460d9 Allow constant expressions that doesn't fit in i64. by Vegard Eriksen · 8 months ago
  42. e604f6b Add tests for f32 literals by Nico Burns · 8 months ago
  43. af3694f Fix generation of f32 NAN, INFINITY, and NEG_INFINITY by Nico Burns · 8 months ago
  44. dbe8ed9 Add undefined behaviour warning to `rustified_non_exhaustive_enum` by Felix Solcher · 8 months ago
  45. 50ec3ee codegen: Support new-type-alias constants by Matthew Maurer · 9 months ago
  46. 1cf0a1f codegen: Fix typedefs inside constified modules. by Emilio Cobos Álvarez · 9 months ago
  47. cc2b361 chore: inline format args by Yuri Astrakhan · 9 months ago
  48. 9366e0a codegen: Guarantee opaque type layout across all architectures. by Emilio Cobos Álvarez · 9 months ago
  49. 159c833 codegen: Appease nightly clippy too. by Emilio Cobos Álvarez · 9 months ago
  50. fc747b7 codegen: Bump minimum stable target. by Emilio Cobos Álvarez · 9 months ago
  51. 2426dd6 clang: Push the fix for #3277 into Type::declaration. by Emilio Cobos Álvarez · 9 months ago
  52. 5fa4a1f Get the type's definition in CompInfo::from_ty by Hans Wennborg · 9 months ago
  53. 6b6af6b chore: minor cleanup by Yuri Astrakhan · 9 months ago
  54. b03b222 ci: Move forward Rust for Linux version to v6.17-rc2 by Miguel Ojeda · 10 months ago
  55. 4f3fb8f Update CHANGELOG.md by Per Larsen · 10 months ago
  56. 45931da Fix typo in option handling for rustified non-exhaustive enums by Per Larsen · 10 months ago
  57. 00d91a1 Test --rustified-non-exhaustive-enum flag by Per Larsen · 10 months ago
  58. 4be63a7 Small fixes and clarifications to user guide by Miikka Salminen · 10 months ago
  59. 0b6f8f6 Configure an assign section to allow rustbot to assign PRs by Miikka Salminen · 10 months ago
  60. 5f7aa4b Fix typos in the descriptions of a few flags by Per Larsen · 10 months ago
  61. de9627f Add references to issue by Niklas Dusenlund · 11 months ago
  62. 93b9566 ignore failed test by Niklas Dusenlund · 11 months ago
  63. a236cea Add linux aarch64 target to test and release by Niklas Dusenlund · 11 months ago
  64. bf87357 Allow itertools 0.14, bump Cargo.lock to it by Paolo Barbolini · 11 months ago
  65. bd011d4 comp: Fix alignment of bitfields in some edge cases. by Emilio Cobos Álvarez · 11 months ago
  66. f015c10 Clippy formatting fixes. by Adrian Taylor · 11 months ago
  67. a34c91f Include source location in callback. by Adrian Taylor · 11 months ago
  68. aa725f9 Deduplicate logic to call discovery callback. by Adrian Taylor · 11 months ago
  69. e23f0a7 Fix `clippy::uninlined_format_args` in log macros by Josh Stone · 11 months ago
  70. 88c7bd1 cargo update by Josh Stone · 11 months ago
  71. 1f02556 feat: add Debug,Clone,Eq traits to callback objects by Yuri Astrakhan · 12 months ago
  72. bba0875 ci: use ubuntu-22.04 for local linux builds by Niklas Dusenlund · 12 months ago
  73. cc9bc70 chore: Do a clippy pass. by Emilio Cobos Álvarez · 12 months ago
  74. 6e13d4f ci: Move forward Rust for Linux version to v6.16-rc1 by Miguel Ojeda · 12 months ago
  75. 187bcce apply same rule to C and C-unwind in names_will_be_identical_after_mangling by usamoi · 12 months ago
  76. eae5b66 chore: Update dist. by Emilio Cobos Álvarez · 12 months ago
  77. 3a8bedf chore: Release by Emilio Cobos Álvarez · 12 months ago
  78. e7f0b9d Update changelog. by Emilio Cobos Álvarez · 12 months ago
  79. 2882af2 Refactor item_name method to use ItemInfo struct by Kevin Phoenix · 12 months ago
  80. e2940cd chore: Fix some warnings with latest stable. by Emilio Cobos Álvarez · 12 months ago
  81. 5d7f684 codegen: Avoid crashing on variadic unions without layout information. by Emilio Cobos Álvarez · 12 months ago
  82. 2613129 Remove unused which-rustfmt feature by Foxie Flakey · 12 months ago
  83. fef1561 Fix rustfmt errors by Isaac Gelado · 12 months ago
  84. 965a13c Add test by Isaac Gelado · 12 months ago
  85. b9c6984 Use callbacks properly by Isaac Gelado · 12 months ago
  86. 803d73e Use parse_callbacks from options by Isaac Gelado · 12 months ago
  87. 0a6cf08 Add callback to modify contents of macro by Isaac Gelado · 12 months ago
  88. 8282a90 ci: Move forward Rust for Linux version to v6.15-rc4 by Miguel Ojeda · 12 months ago
  89. c6fdf9b doc: enhance desc of cpp section by chiichen · 12 months ago
  90. 5155cfe Generate bindings compatible with current rustc version by default by David Tolnay · 12 months ago
  91. 058c8f2 ci/release: Ubuntu 20.04 being sunset by Niklas Dusenlund · 12 months ago
  92. 763c8b9 Resolved unenclosed backticks for with_derive_custom_enum, with_attribute_custon_enum by David Cosby · 1 year ago
  93. 97ab915 fix all clippy lints by Yuri Astrakhan · 1 year, 2 months ago
  94. 8777ea8 fix clippy issues by Yuri Astrakhan · 1 year, 2 months ago
  95. 9315a49 another minor clippy lint by Yuri Astrakhan · 1 year, 2 months ago
  96. 3b48e6b remove stable rust installation by Yuri Astrakhan · 1 year, 2 months ago
  97. bc00cd0 remove check-cfg, separate clippy from nightly by Yuri Astrakhan · 1 year, 2 months ago
  98. 5fcf09f chore: fix new clippy lints, enforce in CI by Yuri Astrakhan · 1 year, 2 months ago
  99. e098882 ci: use stable toolchain again by Miguel Ojeda · 1 year, 2 months ago
  100. adeba9e ci: move forward Rust for Linux version to v6.14 by Miguel Ojeda · 1 year, 2 months ago