1. 2c5840f Add must-use-type to the book. by Karel Peeters · 2 years, 10 months ago
  2. 01a7a4d Also implement div-style must_use_type annotation. by Karel Peeters · 2 years, 10 months ago
  3. 9833b67 Implement must_use_type commandline flag and builder option. by Karel Peeters · 2 years, 10 months ago
  4. d1d2eb6 Don't assume that an inner class declaration always immediately yields a by Patrick Walton · 2 years, 10 months ago
  5. 5464546 Canonicalize types before looking for their definitions. by Patrick Walton · 2 years, 10 months ago
  6. 6b7e3ea Run a full cargo update for good measure by Bastien Orivel · 2 years, 10 months ago
  7. a3f9125 Update which to 4 by Bastien Orivel · 2 years, 10 months ago
  8. fe29f53 Update env_logger to 0.9 by Bastien Orivel · 2 years, 10 months ago
  9. d79922d docs: Fix rustfmt install steps. by Emilio Cobos Álvarez · 2 years, 10 months ago
  10. 9a9438f v0.59.1 by Emilio Cobos Álvarez · 2 years, 10 months ago v0.59.1
  11. 271eeb0 codegen: Don't check large_arrays to generate bitfield ctors because they use the Default trait. by Emilio Cobos Álvarez · 2 years, 10 months ago
  12. 6714007 v0.59.0 by Emilio Cobos Álvarez · 2 years, 10 months ago v0.59.0
  13. e05a451 Bump cexpr to 0.5 by Anthony Ramine · 2 years, 10 months ago
  14. a380678 Let Rust derive everything but Default for large arrays in 1.47 and later by Ian P. Cooke · 2 years, 10 months ago
  15. f65f230 add test for add_derives by Eric Seppanen · 3 years ago
  16. b6109c0 add custom derives callback by Eric Seppanen · 3 years ago
  17. 67538b6 Allow explicit padding (#2060) by Eric Seppanen · 2 years, 10 months ago
  18. 14a8d29 comp: Do a better effort of computing packedness before bitfield units. by Emilio Cobos Álvarez · 2 years, 11 months ago
  19. b60339e Identify forward declarations in params. (#2052) by Adrian Taylor · 3 years ago
  20. e6684dc Zero out padding in custom Default trait implementations (#2051) by Daniel Xu · 3 years ago
  21. 4116b70 Point book docs.rs links to latest version of the crate by Fernando Jimenez Moreno · 3 years ago
  22. 910d2be Don't generate bindings for deleted member functions. (#2044) by Martin Boehme · 3 years, 1 month ago
  23. f26d57d ir: Use early return in c_naming_prefix. by Emilio Cobos Álvarez · 3 years, 1 month ago
  24. 4943058 Add a C naming option (#2045) by Boris-Chengbiao Zhou · 3 years, 1 month ago
  25. 425a146 Fix typo by Hengqi Chen · 3 years, 1 month ago
  26. 05fe83b Update TOC for FAQ page by Hengqi Chen · 3 years, 1 month ago
  27. f597e27 Translate types that were declared inside functions as opaque types. by Patrick Walton · 3 years, 1 month ago
  28. 91ec529 Unblock CI for now. by Emilio Cobos Álvarez · 3 years, 1 month ago
  29. 731c393 Print with_id in debug log from builtin_or_resolved_ty. by Emilio Cobos Álvarez · 3 years, 1 month ago
  30. 2cfc64e Integration test include directory paths for depfiles. by Adam Perry · 3 years, 1 month ago
  31. 1bb548b Support emitting Makefile-syntax depfiles like gcc/clang/rustc. by Adam Perry · 3 years, 1 month ago
  32. c39c47c Add env var EXTRA_CLANG_ARGS_<TARGET> by Thomas Vermeilh · 3 years, 1 month ago
  33. d0d0726 Fix docstring comment for constants by Nico Chatzi · 3 years, 1 month ago
  34. 696455d v0.58.1 by Emilio Cobos Álvarez · 3 years, 1 month ago v0.58.1
  35. af2c8b8 Re-introduce whitelist_recursively (with deprecation notice) by Emilio Cobos Álvarez · 3 years, 1 month ago
  36. bf61569 Document clang installation method on Fedora by Ryan Zoeller · 3 years, 1 month ago
  37. 89baa2c Fix 0.58.0 release date by Corey Farwell · 3 years, 1 month ago
  38. b5e6eb1 Reference aarch64 issue in the changelog. by Corey Farwell · 3 years, 1 month ago
  39. d7ba7d1 v0.58.0 by Emilio Cobos Álvarez · 3 years, 1 month ago v0.58.0
  40. 4faaf9a codegen: Deal with overloads in method code generation. by Emilio Cobos Álvarez · 3 years, 1 month ago
  41. b21086c codegen: Don't use a `sym` temporary in dynamic library code. by Emilio Cobos Álvarez · 3 years, 1 month ago
  42. 2605da8 remove old comment by Dr. Chat · 3 years, 2 months ago
  43. c8c20a6 Deduplicate dyngen code by Dr. Chat · 3 years, 2 months ago
  44. 75eaaa6 Remove `DynamicItems::has_required` by Dr. Chat · 3 years, 2 months ago
  45. 2c5a1ea Add a flag to ensure all symbols are resolved when a library is loaded by Dr. Chat · 3 years, 2 months ago
  46. e0157a6 From Nullablibility to Nullability by Mehmet Oguz Derin · 3 years, 2 months ago
  47. 4fef503 docs: Remove IRC reference. by Emilio Cobos Álvarez · 3 years, 2 months ago
  48. de94b48 Merge pull request #2007 from jethrogb/jb/issue-1454-alt by Emilio Cobos Álvarez · 3 years, 2 months ago
  49. 5a055fd Add from_library for generated dynamic library structs (#2011) by Wang, Chi · 3 years, 2 months ago
  50. 0780f80 Add callback to check derives for blocklisted types by Jethro Beekman · 3 years, 2 months ago
  51. 2a46e29 Use original name when checking allowlist for anonymous enum variants by Jethro Beekman · 3 years, 2 months ago
  52. af98fd4 Add test infrastructure for ParseCallbacks by Jethro Beekman · 3 years, 2 months ago
  53. dedbea5 Add option to translate enum integer types to native Rust integer types by Jethro Beekman · 3 years, 2 months ago
  54. fb931bd Revert "Add flag to ignore type blocklist when computing derive information" by Emilio Cobos Álvarez · 3 years, 2 months ago
  55. 7286c81 Add flag to ignore type blocklist when computing derive information by Jethro Beekman · 3 years, 2 months ago
  56. af87a85 Fix typo in roundtrip test error message by Jethro Beekman · 3 years, 2 months ago
  57. 84c7020 Remove outdated comments by ldm0 · 3 years, 2 months ago
  58. 650732c Upgrade to shlex 1 by Fenhl · 3 years, 3 months ago
  59. 0e25962 Rename whitelist -> allowlist and blacklist -> blocklist by Marcel Hlopko · 3 years, 3 months ago
  60. e59aa92 tests: Guess modern libclang version when we fail to parse a version. by Emilio Cobos Álvarez · 3 years, 3 months ago
  61. e92dcf2 Make clang version parsing logic more robust by Marcel Hlopko · 3 years, 3 months ago
  62. b1c4178 Run tests on AArch64 using Debian multiarch and QEMU by Saleem Rashid · 3 years, 3 months ago
  63. 704c02b Revert "Run tests on AArch64" by Saleem Rashid · 3 years, 3 months ago
  64. 04c653b Fix heading level by Corey Farwell · 3 years, 3 months ago
  65. 8ac787a codegen: Track union layout more accurately. by Emilio Cobos Álvarez · 3 years, 3 months ago
  66. 17476e9 OpenBSD requirements by Aaron Miller · 3 years, 3 months ago
  67. 0f8ceb6 Run tests on AArch64 by Corey Farwell · 3 years, 3 months ago
  68. 43a0565 Fix changelog (run doctoc, plus we're in 2021 already) by Emilio Cobos Álvarez · 3 years, 3 months ago
  69. 5ca2fc7 v0.57.0 by Emilio Cobos Álvarez · 3 years, 3 months ago v0.57.0
  70. c509ef1 Add failing regression test for #1973. by Corey Farwell · 3 years, 3 months ago
  71. e0f06c7 Generate fields as non-pub if they would be access restricted in C++. by Weston Carvalho · 3 years, 4 months ago
  72. 5177889 Use absolute paths for unsaved files passed to clang and prepend -include directives to them. by Andrey Pushkar · 3 years, 10 months ago
  73. 9de0d64 Update mdbook by Eric Huss · 3 years, 4 months ago
  74. 922655f ci: update mdbook. by Emilio Cobos Álvarez · 3 years, 5 months ago
  75. 8945fa6 book: Touch the book to ensure that GH actions deploy works. by Emilio Cobos Álvarez · 3 years, 5 months ago
  76. faf8b3e ci: Move the remaining CI tasks (updating the book) to GitHub actions. by Emilio Cobos Álvarez · 3 years, 5 months ago
  77. fde75f6 ci: Switch most CI to GitHub actions. by Emilio Cobos Álvarez · 3 years, 5 months ago
  78. afa50fa tests: Remove unnecessary system header include that makes macos unhappy by Emilio Cobos Álvarez · 3 years, 5 months ago
  79. a0cd041 integration: Forward some features to bindgen. by Emilio Cobos Álvarez · 3 years, 5 months ago
  80. c5f1c73 Allow log stubs to be unused. by Emilio Cobos Álvarez · 3 years, 5 months ago
  81. 669dc1b comp: Fix bitfields to allow underaligned fields after them to take padding space. by Emilio Cobos Álvarez · 3 years, 5 months ago
  82. 98841b3 context: Escape the dyn keyword properly. by Emilio Cobos Álvarez · 3 years, 5 months ago
  83. 4ce4b93 tests: Add another fit-macro-constant-types test. by Emilio Cobos Álvarez · 3 years, 5 months ago
  84. 5c82186 var: Avoid a bit of duplication with fit_macro_constants. by Emilio Cobos Álvarez · 3 years, 5 months ago
  85. ea4164c Add option to fit macro consts into smaller types by Antoni Simka · 3 years, 5 months ago
  86. 112c691 Remove unsued mutable field logic. by Weston Carvalho · 3 years, 5 months ago
  87. caec44a dyngen: Pass null-terminated byte strings to libloading. by Emilio Cobos Álvarez · 3 years, 5 months ago
  88. 460ae84 cli: Expose module_raw_lines to the CLI. by Emilio Cobos Álvarez · 3 years, 5 months ago
  89. 19142ac struct_layout: Fix field offset computation for packed(n) structs. by Emilio Cobos Álvarez · 3 years, 6 months ago
  90. 6a5726e lib: Use if let on recently-introduced code. by Emilio Cobos Álvarez · 3 years, 6 months ago
  91. 337703b lib: Improve c++ auto-detection. by Emilio Cobos Álvarez · 3 years, 6 months ago
  92. 11ae350 v0.56.0 by Emilio Cobos Álvarez · 3 years, 6 months ago v0.56.0
  93. d808261 Add --no-default <regex> flag by Varphone Wong · 3 years, 6 months ago
  94. 30fb4ec Remove cfg-if dependency. by Emilio Cobos Álvarez · 3 years, 6 months ago
  95. 01cbe44 dyngen: Handle variadic functions. by Emilio Cobos Álvarez · 3 years, 6 months ago
  96. 7792d63 codegen: Minor nits for dynamic function generation. by Emilio Cobos Álvarez · 3 years, 6 months ago
  97. c2b5c46 Add tests for dynamic binding generation by Joe Ellis · 3 years, 7 months ago
  98. fc5fa9a Add dynamic loading support by Joe Ellis · 3 years, 10 months ago
  99. db3d170 tests: Added option to hand check test differences. by Volker Weißmann · 3 years, 6 months ago
  100. 2c72903 Rustfmt to green up CI. by Emilio Cobos Álvarez · 3 years, 6 months ago