rust-lang / rust-lang/rust-bindgen
Tracking rustc bugs/features/RFCs that affect bindgen
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5.3k
- Forks
- 829
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 15
Description
This is a meta issue tracking rustc bugs and features that impact bindgen.
Appropriate things to list here would be either
- RFCs proposing some feature that bindgen can leverage to emit better bindings, or
- issues detailing rustc bugs we need fixed as a prerequisite to fixing bugs in our emitted bindings, or
- pull requests adding new features that enable us to emit new kinds of bindings we haven't been able to before.
-
Extern types: https://github.com/rust-lang/rust/issues/43467
-
u128/i128https://github.com/rust-lang/rust/issues/35118 -
#[repr(align="N")]https://github.com/rust-lang/rust/issues/33626 -
#[repr(packed="N")]https://github.com/rust-lang/rust/issues/33158 -
Support for
thiscallcalling convention https://github.com/rust-lang/rust/issues/42202 -
Support for the System V AMD64 C++ ABI https://github.com/rust-lang/rust/issues/36167
-
Support for placement new https://github.com/rust-lang/rust/issues/27779
-
#[repr(transparent)]https://github.com/rust-lang/rust/issues/43036 -
const generics https://github.com/rust-lang/rust/issues/44580
- https://github.com/rust-lang-nursery/rust-bindgen/issues/886 Drop logic of the "manual" implementation of traits for arrays which size is more than 32.
- https://github.com/rust-lang-nursery/rust-bindgen/issues/362 Handle non-type template parameters
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the linked rustc issues and the related bindgen issues 1034, 537, 886, and 362 to determine which tracked items are still relevant. Start by checking their current status and update this checklist only when the corresponding rustc capability or bindgen prerequisite has changed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100