Skip to content

Tracking rustc bugs/features/RFCs that affect bindgen #849

Open
@fitzgen

Description

@fitzgen
Member

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.

Activity

changed the title [-][meta] Tracking rustc bugs/features/RFCs that affect bindgen[/-] [+]Tracking rustc bugs/features/RFCs that affect bindgen[/+] on Aug 1, 2017
CensoredUsername

CensoredUsername commented on Dec 8, 2017

@CensoredUsername

FYI: the system V AMD64 ABI will be stabilized in rustc 1.24

fitzgen

fitzgen commented on Dec 8, 2017

@fitzgen
MemberAuthor

FYI: the system V AMD4 ABI will be stabilized in rustc 1.24

Thanks for the heads up!

fitzgen

fitzgen commented on Feb 1, 2018

@fitzgen
MemberAuthor

As @upsuper pointed out, it looks like repr(align = "N") is being stabilized: rust-lang/rust#47006

I'm not sure what version it will hit stable in.

pravic

pravic commented on Apr 7, 2018

@pravic

I'm not sure what version it will hit stable in.

From the PR:

(accepted, repr_align, "1.24.0", Some(33626)),

Dr-Emann

Dr-Emann commented on Oct 24, 2018

@Dr-Emann

As of Rust 1.28, #[repr(transparent) is stable.

LegNeato

LegNeato commented on Jan 8, 2019

@LegNeato
Contributor

As of Rust 1.33, #[repr(packed(N))] is stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fitzgen@LegNeato@pravic@Dr-Emann@CensoredUsername

        Issue actions

          Tracking rustc bugs/features/RFCs that affect bindgen · Issue #849 · rust-lang/rust-bindgen