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

Clarify guarantees provided by repr(packed) #1163

Merged
merged 3 commits into from
May 2, 2022
Merged

Commits on Feb 9, 2022

  1. Clarify guarantees provided by repr(packed)

    Clarify that `repr(packed)` minimizes inter-field padding and, in the special case of `repr(packed(1))`/`repr(packed)`, guarantees no inter-field padding.
    joshlf authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d46db14 View commit details
    Browse the repository at this point in the history
  2. Update type-layout.md

    joshlf authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4f2cc95 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

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