Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Add #[repr(align = "N")] #1358

Merged
merged 5 commits into from
May 13, 2016
Merged

Commits on Nov 9, 2015

  1. RFC: Add #[repr(align = "N")]

    Extend the existing `#[repr]` attribute on structs with an `align = "N"` option
    to specify a custom alignment for `struct` types.
    
    [Rendered][link]
    
    [link]: https://github.com/alexcrichton/rfcs/blob/repr-align/text/0000-repr-align.md
    alexcrichton committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    0ed16cd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    1b9be73 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Configuration menu
    Copy the full SHA
    75c895f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    ae4f345 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    a43706c View commit details
    Browse the repository at this point in the history