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

codegen: Use target pointer size consistently for layout calculations #1289

Merged
merged 8 commits into from Apr 3, 2018

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    96bba97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473cfc2 View commit details
    Browse the repository at this point in the history
  3. codegen: Don't skip alignment checks if we support repr align.

    Plus fix the check that avoids us generating explicit alignment fields for
    structs aligned to more than pointer-size.
    
    Fixes rust-lang#1291
    emilio committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    fa12451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0fdf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21ff022 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26a1717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5eb2df View commit details
    Browse the repository at this point in the history
  8. Add -x to the CI script.

    emilio committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    de0d850 View commit details
    Browse the repository at this point in the history