Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust-bindgen
Public
Notifications
You must be signed in to change notification settings
Fork
770
Star
5k
Code
Issues
486
Pull requests
49
Discussions
Actions
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security
Insights
Commits
Branch selector
main
User selector
emilio
Datepicker
All time
Commit History
Commits on Aug 31, 2025
codegen: Fix typedefs inside constified modules.
Show description for 1cf0a1f
emilio
committed
1cf0a1f
Copy full SHA for 1cf0a1f
Commits on Aug 27, 2025
codegen: Guarantee opaque type layout across all architectures.
Show description for 9366e0a
emilio
committed
9366e0a
Copy full SHA for 9366e0a
codegen: Appease nightly clippy too.
emilio
committed
159c833
Copy full SHA for 159c833
codegen: Bump minimum stable target.
Show description for fc747b7
emilio
committed
fc747b7
Copy full SHA for fc747b7
clang: Push the fix for #3277 into Type::declaration.
Show description for 2426dd6
emilio
committed
2426dd6
Copy full SHA for 2426dd6
Commits on Jul 11, 2025
comp: Fix alignment of bitfields in some edge cases.
Show description for bd011d4
emilio
and
qinghon
committed
bd011d4
Copy full SHA for bd011d4
Commits on Jun 18, 2025
chore: Do a clippy pass.
emilio
committed
cc9bc70
Copy full SHA for cc9bc70
Commits on Jun 8, 2025
chore: Update dist.
emilio
committed
eae5b66
Copy full SHA for eae5b66
chore: Release
emilio
committed
3a8bedf
Copy full SHA for 3a8bedf
Update changelog.
emilio
committed
e7f0b9d
Copy full SHA for e7f0b9d
chore: Fix some warnings with latest stable.
emilio
committed
e2940cd
Copy full SHA for e2940cd
codegen: Avoid crashing on variadic unions without layout information.
emilio
committed
5d7f684
Copy full SHA for 5d7f684
Commits on Apr 4, 2025
ci: Re-enable rust for linux test.
Show description for 7eb87db
emilio
committed
7eb87db
Copy full SHA for 7eb87db
Disable rust-for-linux test temporarily.
emilio
committed
8159966
Copy full SHA for 8159966
Commits on Sep 25, 2024
Update libc.
Show description for 5eafd91
emilio
committed
5eafd91
Copy full SHA for 5eafd91
Commits on Sep 3, 2024
ir: Dig into atomic types.
Show description for 39232cc
emilio
authored and
pvdrz
committed
39232cc
Copy full SHA for 39232cc
Commits on May 2, 2024
chore: Update changelog before release.
emilio
committed
770abd9
Copy full SHA for 770abd9
Commits on Apr 27, 2024
ci: Try to fix macOS runners by running on macos-12.
emilio
committed
79e970d
Copy full SHA for 79e970d
Commits on Feb 4, 2024
ci: Try to enable merge queue.
emilio
committed
9e004e9
Copy full SHA for 9e004e9
chore: Release
emilio
committed
7c6858d
Copy full SHA for 7c6858d
Update itertools and allow itertools 0.10 too.
Show description for 44ec8b3
emilio
committed
44ec8b3
Copy full SHA for 44ec8b3
chore: Release
emilio
committed
00f0273
Copy full SHA for 00f0273
changelog: Prepare for 0.69.3 release.
emilio
committed
84c0612
Copy full SHA for 84c0612
Commits on Jan 31, 2024
codegen: Fix a nit I commented on #2734.
emilio
committed
66328b2
Copy full SHA for 66328b2
Commits on Jan 15, 2024
ci: Try to keep mac CI on 9.0
emilio
committed
46c06e5
Copy full SHA for 46c06e5
ci: Remove llvm 5, introduce llvm 16
Show description for 9c59ac9
emilio
committed
9c59ac9
Copy full SHA for 9c59ac9
Commits on Jan 13, 2024
Document v0.69.2 release.
Show description for 588a75c
emilio
committed
588a75c
Copy full SHA for 588a75c
Commits on Jun 26, 2023
codegen: Generate CStr only if possible.
Show description for 441bc7b
emilio
committed
441bc7b
Copy full SHA for 441bc7b
Commits on Jun 15, 2023
clang: Disable source order sorting for now. (#2558)
Show description for c14e53e
emilio
and
pvdrz
committed
c14e53e
Copy full SHA for c14e53e
clang: Clean up source order sorting. (#2557)
Show description for adba49e
emilio
authored and
pvdrz
committed
adba49e
Copy full SHA for adba49e
Commits on Jan 6, 2023
codegen: Look through typedefs to detect void return type. (#2379)
Show description for 5875949
emilio
and
pvdrz
authored
5875949
Copy full SHA for 5875949
Commits on Dec 7, 2022
codegen: Do generate field offset checks for classes with multiple bases.
Show description for aa9849b
emilio
committed
aa9849b
Copy full SHA for aa9849b
Commits on Nov 22, 2022
CONTRIBUTING: Add docs for doing a release. (#2358)
emilio
authored
c515919
Copy full SHA for c515919
Commits on Nov 17, 2022
v0.62.0
emilio
committed
c09bd2f
Copy full SHA for c09bd2f
Commits on Nov 9, 2022
ir: Don't crash with built-in unexposed types from libclang.
Show description for c03b376
emilio
committed
c03b376
Copy full SHA for c03b376
Pagination
Previous
Next
You can’t perform that action at this time.