Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
HEAD
6baabc7
Merge branch 'upstream/master'
by Tamir Duberstein
· 2 weeks ago
main
master
3988fce
Bump regex from 1.4.6 to 1.5.5
by dependabot[bot]
· 4 weeks ago
9ca5f85
Bump version.
by Emilio Cobos Álvarez
· 4 weeks ago
v0.60.1
0e45961
Update test expectations.
by Emilio Cobos Álvarez
· 4 weeks ago
59babdd
tests: Make some other tests auto-update with BINDGEN_OVERWRITE_EXPECTED=1
by Emilio Cobos Álvarez
· 4 weeks ago
ae1b386
codegen: tests: Put each individual field test in a function.
by Emilio Cobos Álvarez
· 4 weeks ago
3551811
v0.60.0
by Emilio Cobos Álvarez
· 4 weeks ago
v0.60.0
566d226
options: Implement --version manually and print clang version on --version --verbose
by Emilio Cobos Álvarez
· 4 weeks ago
aba2c29
Skip input headers in Linguist statistics
by Darren Kulp
· 4 weeks ago
3b99dd5
Skip generated files in Linguist statistics
by Darren Kulp
· 4 weeks ago
11f3b37
Fix some clippy warnings
by Darren Kulp
· 4 weeks ago
24252f0
Invoke clippy better for tests
by Darren Kulp
· 4 weeks ago
aa103a6
ir: Centralize must_use checks and simplify codegen.
by Emilio Cobos Álvarez
· 4 weeks ago
3a8a60c
Look for `must_use` on typdefs in function return
by Ian Chamberlain
· 4 weeks ago
2cf7ba9
deps: Update `which` crate to 4.2.2
by Darren Kulp
· 4 weeks ago
4d18f76
upgrade clang-sys from 1.2.0 to 1.3.3
by Nick Desaulniers
· 5 weeks ago
5a01c55
Fix "dereferencing a null pointer" in C layout tests
by Gavin Li
· 7 weeks ago
92487d4
Fix NoneType error
by alexdevteam
· 8 weeks ago
bbffd83
provide information how to link to shared objects
by jakobgerhardt
· 8 weeks ago
7766ab7
Update GitHub Actions actions/checkout@v2 to v3
by David Tolnay
· 8 weeks ago
4b085b4
Derive from any other trait only when deriving from Copy
by Michal Rostecki
· 8 weeks ago
ee6ff69
Fix panic!() argument (quote it)
by Henryk Paluch
· 3 months ago
841fd4c
Use common type alias for anonymous enums in consts mode
by Alan Wu
· 3 months ago
c27578f
codegen: Fix minor clippy warning.
by Emilio Cobos Álvarez
· 4 months ago
9689aec
add attributes to dynamic functions
by Emil Gardström
· 4 months ago
310f7f8
disable test_clang_env_args on windows
by Emil Gardström
· 4 months ago
26fed09
disable some tests on windows
by Emil Gardström
· 4 months ago
4a5ae08
disable layout tests for `derive-custom` and `convert-cpp-comment-to-rust` test
by Emil Gardström
· 4 months ago
d90a41a
escape `\` in paths for tests modules
by Emil Gardström
· 4 months ago
b387d23
docs: Drop references to Clang 4
by Darren Kulp
· 4 months ago
0223cab
tests: Remove testing_only_libclang_4 and expectations
by Darren Kulp
· 4 months ago
e3a6b8c
ir: Make TargetInfo::new infallible
by Darren Kulp
· 4 months ago
6323715
clang: Stop accommodating libclang 4.0
by Darren Kulp
· 4 months ago
d6714c6
tests: Stop testing libclang 4.0
by Darren Kulp
· 4 months ago
638729f
tests: Enable a test with a const template param
by Darren Kulp
· 4 months ago
91b5371
codegen: Simplify abi support condition.
by Emilio Cobos Álvarez
· 4 months ago
1b66dcf
Added support for `vectorcall` ABI
by David Cole
· 4 months ago
6a169f2
Fix macOS test expectations
by Sebastian Imlay
· 4 months ago
f34e410
BINDGEN_EXTRA_CLANG_ARGS for dump_preprocessed_input.
by Nicklas Boman
· 5 months ago
cd78b65
codegen: Use raw pointers rather than references in vtable functions.
by Emilio Cobos Álvarez
· 5 months ago
68d2b0e
Put vtable generation behind a flag for now.
by Emilio Cobos Álvarez
· 5 months ago
e180d14
Add --allowlist-file option
by David Drysdale
· 5 months ago
ddfa28f
docs: Update CONTRIBUTING.md for clang versions
by Darren Kulp
· 5 months ago
f985aa5
book: Update Clang references from 3.9 -> 4.0
by Darren Kulp
· 5 months ago
8be556a
tests: Remove clang-3.9 expectations
by Darren Kulp
· 5 months ago
c4532e0
parser: Simplify handle_function_macro for clang 4.0+
by Darren Kulp
· 5 months ago
69ee6fb
parser: Simplify parse_macro for clang 4.0+
by Darren Kulp
· 5 months ago
fdb762a
clang: Stop accommodating libclang 3.9
by Darren Kulp
· 5 months ago
5f5f6fa
ci: Stop testing libclang 3.9
by Darren Kulp
· 5 months ago
b3e6a98
Allow fully-qualified derives
by Jake Merdich
· 5 months ago
71fe5fd
Fix an erroneous +x bit on a source code file.
by Adrian Taylor
· 5 months ago
ca78ae9
Bump MSRV to 1.54
by Mateusz Mikuła
· 5 months ago
3bc4044
Upgrade Clap to version 3
by Mateusz Mikuła
· 5 months ago
be6d07a
Mark all vtable functions as `unsafe extern "C"`
by Justin Moore
· 5 months ago
0587ff9
On second thought, don't generate virtual destructors
by Dr. Chat
· 5 months ago
f578b0b
Mark all vtable functions as `pub`
by Dr. Chat
· 5 months ago
6047923
Account for virtual destructors
by Dr. Chat
· 5 months ago
acfc9ac
Pass the vtable's base class as the first parameter
by Dr. Chat
· 5 months ago
e755ea4
Extremely basic Vtable generation
by Dr. Chat
· 5 months ago
e24afad
Change into PathBuf
by MikuroXina
· 6 months ago
0d95ea1
Derive some traits
by MikuroXina
· 6 months ago
fc5ac7b
More detailed error
by MikuroXina
· 6 months ago
24cfccd
Remove deprecation and Replace
by MikuroXina
· 6 months ago
5685440
Add non_exhaustive
by MikuroXina
· 6 months ago
c9495fa
Remove 'error: ' part
by MikuroXina
· 6 months ago
b5e39bc
Merge into new one
by MikuroXina
· 6 months ago
66cc459
Replace generate with gen in test
by MikuroXina
· 6 months ago
c971696
Impl Error trait for BindgenError
by MikuroXina
· 6 months ago
c8f1166
Add BindgenError
by MikuroXina
· 6 months ago
ada0ac5
codegen: Don't automatically derive Debug and Copy for non-rust enums.
by Emilio Cobos Álvarez
· 6 months ago
bcbd72d
Handle difference between clang and rust targets on RISC-V.
by Triss Healy
· 7 months ago
1d25049
Add args
by MikuroXina
· 7 months ago
949e610
Fix warnings on tests
by MikuroXina
· 7 months ago
421e0ee
Add note about RVO in cpp.md
by Aapo Alasuutari
· 7 months ago
b1af6a4
Remove fields never read
by MikuroXina
· 7 months ago
8903264
Bump version.
by Emilio Cobos Álvarez
· 7 months ago
v0.59.2
7bd2329
Add --blocklist-file option (#2097)
by David Drysdale
· 7 months ago
04f5c07
Drop 'static for pub const strings for rustc>1.17
by Alberto Planas
· 7 months ago
302b484
Typo fix: "in side" -> "inside"
by follower
· 7 months ago
0a24ab3
allow custom derives on enums
by Eric Seppanen
· 7 months ago
2aed6b0
context: Escape the try keyword properly
by Fionera
· 8 months ago
9b2f8f7
Merge branch 'upstream/master'
by Theodore Dubois
· 8 months ago
da3f3a3
Avoid case of a self-referential type alias.
by Adrian Taylor
· 8 months ago
5785340
Don't generate 2^64 byte padding fields on unions
by Theodore Dubois
· 8 months ago
9738fb9
Avoid transmute
by MikuroXina
· 8 months ago
f91e1a6
Fix separator and treating expression
by MikuroXina
· 8 months ago
b4cd6e4
Fix repetetion
by MikuroXina
· 8 months ago
e73e190
Fix log args
by Mikuroさいな
· 8 months ago
be33143
Remove trailing semis
by Mikuroさいな
· 8 months ago
70446e5
Shorten patterns
by MikuroXina
· 8 months ago
f21f6f3
Bring back comment
by MikuroXina
· 8 months ago
74115f4
Extract as is_reached_limit
by MikuroXina
· 8 months ago
a311cac
Add clippy in rustfmt job
by MikuroXina
· 8 months ago
1e6db4c
Fix warnings
by MikuroXina
· 8 months ago
82462a3
Bump cexpr to 0.6
by Anthony Ramine
· 9 months ago
2284f60
Merge branch 'upstream/master' with latest upstream commits.
by Adam Perry
· 10 months ago
b71e73b
Detect and avoid cycles when resolving items.
by Patrick Walton
· 10 months ago
cf6edbd
Add tests
by Christian Vetter
· 10 months ago
098b416
Use annotations on enumerations: This enables users to add additional derives, or prevent deriving traits
by Christian Vetter
· 10 months ago
0f64106
Also implement must-use-type for enums.
by Karel Peeters
· 11 months ago
Next »