1. 5d1a254 Fix the `check-cfg` workflow (#2676) by Christian Poveda Ruiz · 8 months ago
  2. 89a84f6 Bump rustix from 0.36.7 to 0.36.16 (#2666) by dependabot[bot] · 8 months ago
  3. e41f9dc bump cargo dist, and disable trying to create windows releases (#2660) by Tshepang Mbambo · 8 months ago
  4. 100ab4c [Doc] Add missing entry for allowlist-item. (#2659) by Xing Guo · 8 months ago
  5. 7b95673 Let clap handle all CLI parsing errors (#2656) by Christian Poveda Ruiz · 9 months ago
  6. 795d900 Introduce `ParseCallbacks::header_file` (#2653) by Christian Poveda Ruiz · 9 months ago
  7. b72bf15 Remove windows binary from releases (#2655) by Christian Poveda Ruiz · 9 months ago
  8. 8b884ea Don't escape objective-c method names (#2648) by Christian Poveda Ruiz · 9 months ago
  9. 4f8709f Check pointer size and emit opaque type if required (#2637) by Christian Poveda Ruiz · 9 months ago
  10. a960d97 Fix bindgen-cli support link static libclang (#2644) by baul · 9 months ago
  11. b43ab10 please clippy (#2639) by Tshepang Mbambo · 9 months ago
  12. 35924da make some improvements to contribution guide (#2634) by Tshepang Mbambo · 9 months ago
  13. 1a09f45 Use void in parameterless functions (#2633) by Christian Poveda Ruiz · 9 months ago
  14. 53c01d2 changelog: automatically populate version and date when releasing (#2635) by Tshepang Mbambo · 9 months ago
  15. e4c29ad Fix typo in cfg attribute (#2629) by Christian Poveda Ruiz · 9 months ago
  16. f7e120b remove unnecessary heap allocation (#2628) by XXIV · 9 months ago
  17. 8d75a02 chore: Release by Christian Poveda · 9 months ago v0.68.1
  18. a21e60b Release preparation for v0.68.1 (#2627) by Christian Poveda Ruiz · 9 months ago
  19. ebcf0bc chore: Release by Christian Poveda · 9 months ago v0.68.0
  20. 59102e9 chore: Release by Christian Poveda · 9 months ago
  21. f623bfb Don't release anything by default (#2623) by Christian Poveda Ruiz · 9 months ago
  22. 073fa62 test cli and lib msrv separately (#2625) by Tshepang Mbambo · 9 months ago
  23. b52377a Update CHANGELOG.md (#2622) by Christian Poveda Ruiz · 9 months ago
  24. 1d74af3 Don't delete the lockfile on the msrv workflow (#2621) by Christian Poveda Ruiz · 9 months ago
  25. ef2fb79 make search less surprising (#2613) by Tshepang Mbambo · 9 months ago
  26. ea3f8a7 there been editors not affilicated with Servo (#2615) by Tshepang Mbambo · 9 months ago
  27. 81bba69 we stopped building mdbook from source (#2614) by Tshepang Mbambo · 9 months ago
  28. 5c9f516 cargo-dist (and cargo-release) (#2609) by Tshepang Mbambo · 9 months ago
  29. 820ca42 Add `--allowlist-item` (#2601) by Christian Poveda Ruiz · 10 months ago
  30. bb8db7e Document non-generation of `size_t` definition (#2607) by Christian Poveda Ruiz · 10 months ago
  31. 4dd9afa Avoid exporting `extra_assert` macros (#2606) by Christian Poveda Ruiz · 10 months ago
  32. 9f57c67 Add "experimental" features to docs.rs (#2605) by CGMossa · 10 months ago
  33. 8716994 Make clippy happy (#2602) by Christian Poveda Ruiz · 10 months ago
  34. 6a9a089 Turn collections of `String` into collections of `Box<str>` (#2594) by Christian Poveda Ruiz · 10 months ago
  35. bf5e79b Refactor the `features` module (#2592) by Christian Poveda Ruiz · 11 months ago
  36. d2c188e C unwind is stable (#2591) by Tshepang Mbambo · 11 months ago
  37. 1d2b579 account for system abi (#2586) by Tshepang Mbambo · 11 months ago
  38. 97e29b4 Fix escaping for objective-C identifiers (#2587) by Christian Poveda Ruiz · 11 months ago
  39. 2df02c2 docs: fix/improve readability of regex args explanation (#2585) by Tshepang Mbambo · 11 months ago
  40. 251dec9 Fix `Clone` implementation for `__BindgenUnionField` (#2583) by Christian Poveda Ruiz · 11 months ago
  41. f44a665 make expected-tests diff more pretty (#2577) by Tshepang Mbambo · 11 months ago
  42. ec6a0c7 quickchecking crate cleanup (#2572) by Tshepang Mbambo · 12 months ago
  43. 43741d2 please clippy (#2573) by Tshepang Mbambo · 12 months ago
  44. 5e95130 please clippy (#2570) by Tshepang Mbambo · 12 months ago
  45. 441bc7b codegen: Generate CStr only if possible. by Emilio Cobos Álvarez · 12 months ago
  46. ee980e1 Update prettyplease to format macros better by David Tolnay · 1 year ago
  47. 38a779c Bump versions by Christian Poveda · 1 year ago v0.66.1
  48. 167c0d6 Update CHANGELOG.md by Christian Poveda · 1 year ago
  49. 7ac500c Fix expectation tests for clang 5 by Christian Poveda · 1 year ago
  50. c14e53e clang: Disable source order sorting for now. (#2558) by Emilio Cobos Álvarez · 1 year ago
  51. adba49e clang: Clean up source order sorting. (#2557) by Emilio Cobos Álvarez · 1 year ago
  52. 264075a 0.66.0 release preparation (#2555) by Christian Poveda Ruiz · 1 year ago v0.66.0
  53. 2665f1c Improve the `blocklist_*` and `allowlist_*` documentation. (#2554) by Christian Poveda Ruiz · 1 year ago
  54. bbeddb6 Use `syn::Type` instead of raw `TokenStream`. (#2549) by Markus Reiter · 1 year ago
  55. 38a2c93 some doc fixes (#2552) by Tshepang Mbambo · 1 year ago
  56. 9042f42 rustfmt cleanup (#2553) by Tshepang Mbambo · 1 year ago
  57. df439e9 fix and simplify language (#2528) by Tshepang Mbambo · 1 year ago
  58. 81b3ce7 it's a redirect (#2530) by Tshepang Mbambo · 1 year ago
  59. d56f53d Add target mappings for riscv32imc and riscv32imac (#2551) by Conner · 1 year ago
  60. 2261681 avoid implicit Cargo features (#2539) by Tshepang Mbambo · 1 year ago
  61. 83f729f Parse code by source order. (#2543) by Markus Reiter · 1 year ago
  62. bfc5b7f Wrap `va_list` function as variadic function (#2502) by Urgau · 1 year ago
  63. 4faa366 Field visibility callback (#2525) by jethrogb · 1 year ago
  64. 05ebcac remove obsolete comment (#2538) by Tshepang Mbambo · 1 year ago
  65. 26d672e Restore prettyplease feature gate to bindgen library crate (#2537) by Ryan Lopopolo · 1 year ago
  66. df984e2 replace inappropriate markup (#2532) by Tshepang Mbambo · 1 year ago
  67. 12b59bb not needed since 2018 edition (#2531) by Tshepang Mbambo · 1 year ago
  68. e5b839a backticks are not pretty when not rendered (#2529) by Tshepang Mbambo · 1 year ago
  69. 133103f allow quick-edit (#2527) by Tshepang Mbambo · 1 year ago
  70. a710e50 Use `prettyplease` to format expectations (#2536) by Christian Poveda Ruiz · 1 year, 1 month ago
  71. 948d0d4 Include adding a new GH release to new version steps (#2519) by Christian Poveda Ruiz · 1 year, 2 months ago
  72. b0604b4 Document the `bindgen-cli` MSRV (#2516) by Christian Poveda Ruiz · 1 year, 2 months ago
  73. 3ea5d17 Update the bitflags to 2.2.1. (#2512) by Andrew Walbran · 1 year, 2 months ago
  74. 39b6612 Generate docs for `bindgen-cli` (#2511) by Christian Poveda Ruiz · 1 year, 2 months ago
  75. 4563da9 fix typos (#2509) by Niki4tap · 1 year, 2 months ago
  76. ea16c3a Avoid generating docs for dependencies in CI (#2510) by Christian Poveda Ruiz · 1 year, 2 months ago
  77. ae87b33 Add command to generate shell completions (#2507) by Christian Poveda Ruiz · 1 year, 2 months ago
  78. e6a9d70 Add workflow to check features (#2506) by Christian Poveda Ruiz · 1 year, 2 months ago
  79. 24d4be6 Fix Formatter::Prettyplease (#2505) by Artem Vorotnikov · 1 year, 2 months ago
  80. 078fb77 Escape spaces in the depfile output (#2503) by Dana Jansens · 1 year, 2 months ago
  81. 4f9fcbf Do not wrap static variadic functions (#2499) by Christian Poveda Ruiz · 1 year, 2 months ago
  82. 46a08b0 Generate `CStr`s instead of byte arrays. (#2471) by Markus Reiter · 1 year, 2 months ago
  83. a968109 Do not return when calling void functions (#2497) by Christian Poveda Ruiz · 1 year, 2 months ago
  84. 7d24305 Prepare to release 0.65.1 (#2496) by Christian Poveda Ruiz · 1 year, 2 months ago v0.65.1
  85. d9996ab Fix Clippy lints (#2495) by Christian Poveda Ruiz · 1 year, 2 months ago
  86. d0d3448 Improve documentation about regex (#2494) by Christian Poveda Ruiz · 1 year, 2 months ago
  87. fa8dd50 Add `docs` workflow (#2493) by Christian Poveda Ruiz · 1 year, 2 months ago
  88. 2bcff0f Prepare to release 0.65.0 (#2492) by Christian Poveda Ruiz · 1 year, 2 months ago v0.65.0
  89. 54bf9ca Make `prettyplease` non-optional (#2491) by Christian Poveda Ruiz · 1 year, 2 months ago
  90. 5d1c79a bindgen::ParseCallbacks: support tracking env variable usage for cargo (#2400) by Cody Schafer · 1 year, 2 months ago
  91. 1e3e25f Document `efiapi` ABI stabilization (#2490) by Christian Poveda Ruiz · 1 year, 2 months ago
  92. 594eb7b Add support for the "efiapi" ABI. (#2481) by John Bobbo · 1 year, 2 months ago
  93. dcc21c1 Don't generate wrong strings. (#2487) by Markus Reiter · 1 year, 2 months ago
  94. f03d4f4 Typo: Update CHANGELOG.md (#2489) by CGMossa · 1 year, 2 months ago
  95. 281180c Add minimal workflow (#2483) by Christian Poveda Ruiz · 1 year, 2 months ago
  96. be2f59c Fix `unused_code` warnings without `experimental` (#2482) by Christian Poveda Ruiz · 1 year, 2 months ago
  97. 0f1a404 Apply the C-EVOCATIVE guideline to `options!` (#2480) by Christian Poveda Ruiz · 1 year, 2 months ago
  98. c3352ce Move `untagged_union` to its own field (#2479) by Christian Poveda Ruiz · 1 year, 2 months ago
  99. 5df1821 Fixes for diagnostics (#2478) by Christian Poveda Ruiz · 1 year, 2 months ago
  100. 2ab66fd Add the `--emit-diagnostics` flag (#2436) by Christian Poveda Ruiz · 1 year, 2 months ago