1. 90b801f Update clang-sys dependency by Samson Ootoovak · 3 years, 6 months ago
  2. ba4312f Document that people can request releases by Emilio Cobos Álvarez · 3 years, 7 months ago
  3. 727dc63 Document various changes that will get into the next release. by Emilio Cobos Álvarez · 3 years, 7 months ago
  4. 84b5455 Keep dependencies up-to-date. by Emilio Cobos Álvarez · 3 years, 7 months ago
  5. faeaba6 Document 0.47 dot-release. by Emilio Cobos Álvarez · 3 years, 7 months ago
  6. a467d3e codegen: Allow to not derive Debug on enums. by Emilio Cobos Álvarez · 3 years, 8 months ago
  7. e096149 Bump clang-sys to 1.0.1 by Kyle Mayes · 3 years, 8 months ago
  8. 1565fd4 codegen: Use shorthand struct initialization when possible. by Emilio Cobos Álvarez · 3 years, 9 months ago
  9. 2306356 codegen: Deindent a bit some recently-introduced objective-c code. by Emilio Cobos Álvarez · 3 years, 9 months ago
  10. 4f714ab Fix test for CI by Sebastian Imlay · 3 years, 9 months ago
  11. 4a51c45 Update to fix CI by Sebastian Imlay · 3 years, 9 months ago
  12. 59a4c18 Updates for CI by Sebastian Imlay · 3 years, 9 months ago
  13. 27b0261 Updated CHANGELOG.md by Sebastian Imlay · 3 years, 9 months ago
  14. d4e8465 Updates from PR comments by Sebastian Imlay · 3 years, 9 months ago
  15. 0dff6d6 Fix spacing issue by Sebastian Imlay · 3 years, 9 months ago
  16. c246269 First attempt to fix CI by Sebastian Imlay · 3 years, 9 months ago
  17. 969aa7a ran cargo fmt by Sebastian Imlay · 3 years, 9 months ago
  18. 81d323d Updates base on comments by Sebastian Imlay · 3 years, 9 months ago
  19. 840b738 Initial stuff for changing ownership and adding inheritance by Sebastian Imlay · 3 years, 9 months ago
  20. f4d10c3 Add integration test for name matching by Youmu · 3 years, 9 months ago
  21. f221479 Use path_for_whitelisting instead of canonical_path when matching for enum type specification and template opaque type specification by Youmu · 3 years, 9 months ago
  22. 57db723 codegen: Use shorthand initialization in VTable::new. by Emilio Cobos Álvarez · 3 years, 9 months ago
  23. 91d9600 Allow grepping bindings for multiple patterns. by Adrian Taylor · 3 years, 9 months ago
  24. 4608a11 Added constructor return type for wasm32 target (#1877) by Emilio Cobos Álvarez · 3 years, 9 months ago
  25. d492ac4 v0.55.1 by Emilio Cobos Álvarez · 3 years, 9 months ago v0.55.1
  26. 428189c tests: Improve enum tests to avoid duplication, and add a test for #1880 by Emilio Cobos Álvarez · 3 years, 9 months ago
  27. bef180d codegen: Do generate unnamed enums, as they can be referred to by members. by Emilio Cobos Álvarez · 3 years, 9 months ago
  28. d446a4f Added expectation test files for clang 3.9 and 4 by Audrius · 3 years, 9 months ago
  29. b1cefe2 Optimized condition order, added regression test by Audrius · 3 years, 9 months ago
  30. 0996486 Release v0.55.0 by Emilio Cobos Álvarez · 3 years, 9 months ago v0.55.0
  31. f4d0b7c lib: Fix inferred target when clang target differs from rust target. by Emilio Cobos Álvarez · 3 years, 9 months ago
  32. 6653d0c Document that 0.54.1 has been yanked. by Emilio Cobos Álvarez · 3 years, 9 months ago
  33. 7ed0127 Added constructor return type for wasm32 target by Audrius · 3 years, 9 months ago
  34. 704b9ee Update to clang-sys 1.0.0 by Kyle Mayes · 3 years, 11 months ago
  35. c153553 Bump MSRV to 1.40.0 by Kyle Mayes · 3 years, 10 months ago
  36. 18ed6f4 codegen: Simplify a bit the code in #1847 by Emilio Cobos Álvarez · 3 years, 10 months ago
  37. 4299255 Added Bindgen names to objective-c pointer return types by Sebastian Imlay · 3 years, 10 months ago
  38. 802561e Add --target to the clang args earlier by Mike Hommey · 3 years, 10 months ago
  39. d55b063 context: Don't pass --target=rust-target to clang when building for the host. by Emilio Cobos Álvarez · 3 years, 10 months ago
  40. f91c9b6 Cleanup some `clippy::unused_io_amount` errors by Varphone Wong · 3 years, 10 months ago
  41. 53290e8 Add --default-macro-constant-type by Chih-Hung Hsieh · 3 years, 10 months ago
  42. 1127561 Move `__bindgen_anon_` to constant `DEFAULT_ANON_FIELDS_PREFIX` by Varphone Wong · 3 years, 10 months ago
  43. 8e6a699 Fix “warning: irrefutable if-let pattern” on add to output_vector by Varphone Wong · 3 years, 10 months ago
  44. 4a75b21 Make anon-fields-prefix non-optional by Darren Kulp · 3 years, 10 months ago
  45. dfeff89 Add --anon-fields-prefix option by Varphone Wong · 4 years, 7 months ago
  46. 87b2bc0 Fixed const-ness of multidimensional arrays by Joseph Angelo · 3 years, 10 months ago
  47. 7f7809f codegen: Use shorthand initialization in EnumBuilder. by Emilio Cobos Álvarez · 3 years, 10 months ago
  48. 48808ed tests: Add a test for bool enum with an alias. by Emilio Cobos Álvarez · 3 years, 10 months ago
  49. ff36981 Add --no-debug <regex> flag by Varphone Wong · 3 years, 10 months ago
  50. f56fbce Improves bindings for typed and anonymous enums by Cameron Mulhern · 3 years, 10 months ago
  51. 1f1766d ci: Remove extraneous variable declaration by Darren Kulp · 3 years, 10 months ago
  52. 5a638c0 ci: Explicitly select Ubuntu 16.04 (xenial) by Darren Kulp · 3 years, 10 months ago
  53. ed3ae0f ci: Remove overrides for unsupported LLVM versions by Darren Kulp · 3 years, 10 months ago
  54. 5678a14 ci: Use llvm-5.0.1 to simplify target triple by Darren Kulp · 3 years, 10 months ago
  55. b424c17 Explicitly run four macOS jobs by Darren Kulp · 4 years ago
  56. 5e7f2e9 Refactor before_install script by Darren Kulp · 4 years ago
  57. 94bce16 Change non-fatal errors to warnings by leo60228 · 3 years, 10 months ago
  58. 3e2566d Remove obsoleted `is_loaded` checks by Darren Kulp · 4 years ago
  59. 03dbd1a Remove testing_only_libclang_3_8 and expectations by Darren Kulp · 4 years ago
  60. 4ea1e21 Simplify handle_function_macro for clang 3.9+ by Darren Kulp · 4 years ago
  61. f4f773b Stop accommodating libclang 3.8 by Darren Kulp · 4 years ago
  62. 682a329 Stop testing libclang 3.8 by Darren Kulp · 4 years ago
  63. 7427017 Stop accommodating libclang < 3.8 by Darren Kulp · 4 years ago
  64. 1bfb3ad Avoid needless `std::mem::replace` by Darren Kulp · 3 years, 11 months ago
  65. f94036f Release v0.54.1 by Emilio Cobos Álvarez · 3 years, 11 months ago v0.54.1
  66. 17b6ae8 main: Remove unused use statement. by Emilio Cobos Álvarez · 3 years, 11 months ago
  67. d794a08 tests: Check that command_line_args round-trips. by Emilio Cobos Álvarez · 4 years ago
  68. 243359c lib: Trivially fix various command line arguments that are not properly round-tripping. by Emilio Cobos Álvarez · 4 years ago
  69. 51ff49a tests: Minor simplification of test harness. by Emilio Cobos Álvarez · 4 years ago
  70. eab1137 Introduce expectation test for operator names by Darren Kulp · 4 years ago
  71. d4c3d4c Refine test for C++ operators by Darren Kulp · 4 years ago
  72. a2fa624 lib: Fix msrv build. by Emilio Cobos Álvarez · 4 years ago
  73. d8968fb Properly shell quote flags in test output by Travis Finkenauer · 4 years ago
  74. 394648a Simplify multiple headers test by Travis Finkenauer · 4 years ago
  75. 3151087 Handle multiple headers for command_line_flags() by Travis Finkenauer · 4 years ago
  76. 30ac962 lib: Stop using count() to do for loops. by Emilio Cobos Álvarez · 4 years ago
  77. a492a9e Update some docs that are not changelogs by Darren Kulp · 4 years ago
  78. d4f786f Emit bindgen version in generated header by Darren Kulp · 4 years ago
  79. 3dafdca Disable generated comment in expectations test by Darren Kulp · 4 years ago
  80. 21ca3f1 Add option to disable generated header comment by Darren Kulp · 4 years ago
  81. 0bc7671 Run `cargo +nightly fmt` on expectations by Darren Kulp · 4 years ago
  82. 01b1418 Output clang args after '--' by Travis Finkenauer · 4 years ago
  83. 939959a Respect changes to BINDGEN_EXTRA_CLANG_ARGS by Darren Kulp · 4 years ago
  84. b2ddb9d build: move the rebuild dependencies to somewhere where they don't seem test specific. by Emilio Cobos Álvarez · 4 years ago
  85. 871d472 Rebuild when clang_sys environment changes by Darren Kulp · 4 years ago
  86. d2e0407 Introduce tests for functional macros by Darren Kulp · 4 years ago
  87. 63b05cb Generate func_macro callbacks by Darren Kulp · 4 years ago
  88. db672a3 Introduce func_macro to ParseCallbacks trait by Darren Kulp · 4 years ago
  89. ec6cb2c Introduce is_macro_function_like by Darren Kulp · 4 years ago
  90. c462892 Introduce extent to ClangToken by Darren Kulp · 4 years ago
  91. 2ba27bf Permit IntKind::Custom to represent Paths instead of just Idents (#1800) by Emilio Cobos Álvarez · 4 years ago
  92. ed8d215 Reorder jobs to reduce total runtime by Darren Kulp · 4 years ago
  93. 43d4c4e Remove webhook that 404's by Darren Kulp · 4 years ago
  94. 4ee3484 Remove reference to nonexistent job by Darren Kulp · 4 years ago
  95. 9f7a203 Correct copy-paste error duplicating 5.0 config by Darren Kulp · 4 years ago
  96. ac17fc0 Refined test to verify type of resulting integer by Alan Egerton · 4 years ago
  97. 8ea9451 Added tests by Alan Egerton · 4 years ago
  98. b54182b Permit IntKind::Custom to represent Paths instead of just Idents by Alan Egerton · 4 years ago
  99. 806887f Derive traits for newtype aliases (#1802) by eggyal · 4 years ago
  100. fc461b8 tests: Fix rustfmt check to allow for RUSTFMT env vars. by Emilio Cobos Álvarez · 4 years ago