Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
HEAD
4731d6c
Fix packed structs with flexible array members
by Jeremy Fitzhardinge
· 10 days ago
main
master
upstream/main
d23fcd2
report constants and variables in ParseCallbacks::new_item_found
by usamoi
· 14 days ago
6d23680
codegen: Deduplicate derive traits added by add_derives() parse callback
by Ilya Maykov
· 3 weeks ago
d5fc49c
feat: Custom attributes for extern fn blocks
by Konrad Koschel
· 3 weeks ago
ac0fa3b
Use NonNull for C++ references
by Tin Švagelj
· 4 weeks ago
e2460d9
Allow constant expressions that doesn't fit in i64.
by Vegard Eriksen
· 4 weeks ago
e604f6b
Add tests for f32 literals
by Nico Burns
· 4 weeks ago
af3694f
Fix generation of f32 NAN, INFINITY, and NEG_INFINITY
by Nico Burns
· 4 weeks ago
dbe8ed9
Add undefined behaviour warning to `rustified_non_exhaustive_enum`
by Felix Solcher
· 5 weeks ago
50ec3ee
codegen: Support new-type-alias constants
by Matthew Maurer
· 7 weeks ago
1cf0a1f
codegen: Fix typedefs inside constified modules.
by Emilio Cobos Álvarez
· 9 weeks ago
cc2b361
chore: inline format args
by Yuri Astrakhan
· 9 weeks ago
9366e0a
codegen: Guarantee opaque type layout across all architectures.
by Emilio Cobos Álvarez
· 9 weeks ago
159c833
codegen: Appease nightly clippy too.
by Emilio Cobos Álvarez
· 9 weeks ago
fc747b7
codegen: Bump minimum stable target.
by Emilio Cobos Álvarez
· 9 weeks ago
2426dd6
clang: Push the fix for #3277 into Type::declaration.
by Emilio Cobos Álvarez
· 9 weeks ago
5fa4a1f
Get the type's definition in CompInfo::from_ty
by Hans Wennborg
· 9 weeks ago
6b6af6b
chore: minor cleanup
by Yuri Astrakhan
· 9 weeks ago
b03b222
ci: Move forward Rust for Linux version to v6.17-rc2
by Miguel Ojeda
· 2 months ago
4f3fb8f
Update CHANGELOG.md
by Per Larsen
· 2 months ago
45931da
Fix typo in option handling for rustified non-exhaustive enums
by Per Larsen
· 2 months ago
00d91a1
Test --rustified-non-exhaustive-enum flag
by Per Larsen
· 2 months ago
4be63a7
Small fixes and clarifications to user guide
by Miikka Salminen
· 2 months ago
0b6f8f6
Configure an assign section to allow rustbot to assign PRs
by Miikka Salminen
· 2 months ago
5f7aa4b
Fix typos in the descriptions of a few flags
by Per Larsen
· 3 months ago
de9627f
Add references to issue
by Niklas Dusenlund
· 3 months ago
93b9566
ignore failed test
by Niklas Dusenlund
· 3 months ago
a236cea
Add linux aarch64 target to test and release
by Niklas Dusenlund
· 3 months ago
bf87357
Allow itertools 0.14, bump Cargo.lock to it
by Paolo Barbolini
· 3 months ago
bd011d4
comp: Fix alignment of bitfields in some edge cases.
by Emilio Cobos Álvarez
· 4 months ago
f015c10
Clippy formatting fixes.
by Adrian Taylor
· 4 months ago
a34c91f
Include source location in callback.
by Adrian Taylor
· 4 months ago
aa725f9
Deduplicate logic to call discovery callback.
by Adrian Taylor
· 4 months ago
e23f0a7
Fix `clippy::uninlined_format_args` in log macros
by Josh Stone
· 4 months ago
88c7bd1
cargo update
by Josh Stone
· 4 months ago
1f02556
feat: add Debug,Clone,Eq traits to callback objects
by Yuri Astrakhan
· 5 months ago
bba0875
ci: use ubuntu-22.04 for local linux builds
by Niklas Dusenlund
· 5 months ago
cc9bc70
chore: Do a clippy pass.
by Emilio Cobos Álvarez
· 5 months ago
6e13d4f
ci: Move forward Rust for Linux version to v6.16-rc1
by Miguel Ojeda
· 5 months ago
187bcce
apply same rule to C and C-unwind in names_will_be_identical_after_mangling
by usamoi
· 5 months ago
eae5b66
chore: Update dist.
by Emilio Cobos Álvarez
· 5 months ago
3a8bedf
chore: Release
by Emilio Cobos Álvarez
· 5 months ago
e7f0b9d
Update changelog.
by Emilio Cobos Álvarez
· 5 months ago
2882af2
Refactor item_name method to use ItemInfo struct
by Kevin Phoenix
· 5 months ago
e2940cd
chore: Fix some warnings with latest stable.
by Emilio Cobos Álvarez
· 5 months ago
5d7f684
codegen: Avoid crashing on variadic unions without layout information.
by Emilio Cobos Álvarez
· 5 months ago
2613129
Remove unused which-rustfmt feature
by Foxie Flakey
· 5 months ago
fef1561
Fix rustfmt errors
by Isaac Gelado
· 5 months ago
965a13c
Add test
by Isaac Gelado
· 5 months ago
b9c6984
Use callbacks properly
by Isaac Gelado
· 5 months ago
803d73e
Use parse_callbacks from options
by Isaac Gelado
· 5 months ago
0a6cf08
Add callback to modify contents of macro
by Isaac Gelado
· 5 months ago
8282a90
ci: Move forward Rust for Linux version to v6.15-rc4
by Miguel Ojeda
· 5 months ago
c6fdf9b
doc: enhance desc of cpp section
by chiichen
· 5 months ago
5155cfe
Generate bindings compatible with current rustc version by default
by David Tolnay
· 5 months ago
058c8f2
ci/release: Ubuntu 20.04 being sunset
by Niklas Dusenlund
· 5 months ago
763c8b9
Resolved unenclosed backticks for with_derive_custom_enum, with_attribute_custon_enum
by David Cosby
· 5 months ago
97ab915
fix all clippy lints
by Yuri Astrakhan
· 7 months ago
8777ea8
fix clippy issues
by Yuri Astrakhan
· 7 months ago
9315a49
another minor clippy lint
by Yuri Astrakhan
· 7 months ago
3b48e6b
remove stable rust installation
by Yuri Astrakhan
· 7 months ago
bc00cd0
remove check-cfg, separate clippy from nightly
by Yuri Astrakhan
· 7 months ago
5fcf09f
chore: fix new clippy lints, enforce in CI
by Yuri Astrakhan
· 7 months ago
e098882
ci: use stable toolchain again
by Miguel Ojeda
· 7 months ago
adeba9e
ci: move forward Rust for Linux version to v6.14
by Miguel Ojeda
· 7 months ago
7eb87db
ci: Re-enable rust for linux test.
by Emilio Cobos Álvarez
· 7 months ago
a50a2cf
Fix union layout when it contains 0 sized array.
by Benjamin Lerman
· 7 months ago
8a3b0ec
Refactor enum generation.
by Jonathan Schwender
· 7 months ago
4f78a95
Fix OpenCL vectors that use "ext_vector_type" and add test
by ilcheese2
· 7 months ago
b777e6a
more sophisticated handling of the triple in rust_to_clang_target
by Dusty DeWeese
· 7 months ago
e5480dd
rename *-apple-ios-sim to ...simulator
by Dusty DeWeese
· 7 months ago
19c1f60
Option to represent all C++ operators.
by Adrian Taylor
· 7 months ago
fa2d8c3
Formatting tweaks.
by Adrian Taylor
· 7 months ago
32b6d8a
Discovery callbacks for functions and methods.
by Adrian Taylor
· 7 months ago
0f2c9f2
Further formatting fix.
by Adrian Taylor
· 7 months ago
bd513fa
Formatting fixes.
by Adrian Taylor
· 7 months ago
e16a8de
Options to generate uncallable C++ functions.
by Adrian Taylor
· 7 months ago
bf91987
Mark all format-like macros for Clippy
by Yuri Astrakhan
· 7 months ago
8159966
Disable rust-for-linux test temporarily.
by Emilio Cobos Álvarez
· 7 months ago
20aa65a
Provide option to get real virtual fn receiver.
by Adrian Taylor
· 8 months ago
0df4256
Improve comments and docs relating to char16_t.
by Adrian Taylor
· 8 months ago
61603fc
Add extra tests.
by Adrian Taylor
· 9 months ago
5880594
Report enums in ParseCallbacks.
by Adrian Taylor
· 9 months ago
a10bcfd
Distinguish char16_t.
by Adrian Taylor
· 9 months ago
76920aa
Fix bugs in --clang-macro-fallback
by John Baublitz
· 9 months ago
1be53c6
Remove useless fallback
by Jonathan Schwender
· 9 months ago
efd157f
Remove warning for opaque forward declarations
by Jonathan Schwender
· 9 months ago
115d94a
Fix missed tests
by Nik Konyuchenko
· 9 months ago
ee2a2ac
Add missed unsafe in the raw_set_bit function
by Nik Konyuchenko
· 9 months ago
068d4ce
Fixes #3123
by Nik Konyuchenko
· 9 months ago
03d49b6
Use link_name for dynamic library loading
by Molot2032
· 9 months ago
d95359f
Fix `borrow_as_ptr` lint
by Yuri Astrakhan
· 9 months ago
43071a1
Fix `explicit_into_iter_loop` lint
by Yuri Astrakhan
· 9 months ago
a3f877b
add "gen" to list of matches in 'rust_mangle'
by Lofty Inclination
· 9 months ago
e9bd42c
Fix CI to not run publish all the time
by Yuri Astrakhan
· 9 months ago
9ce9a1c
use `assert_eq|_ne` instead of `assert!`
by Yuri Astrakhan
· 9 months ago
1adcacd
Fix `flat_map_option` lint
by Yuri Astrakhan
· 9 months ago
2974d7c
Fix `checked_conversions` lint
by Yuri Astrakhan
· 9 months ago
2effeef
Fix `inconsistent_struct_constructor` and `ptr_as_ptr` lints
by Yuri Astrakhan
· 9 months ago
493fba9
Fix `trivially_copy_pass_by_ref` lint
by Yuri Astrakhan
· 9 months ago
Next »