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

Document NonZeroXxx layout guarantees #94786

Merged
merged 5 commits into from
Apr 5, 2023
Merged

Document NonZeroXxx layout guarantees #94786

merged 5 commits into from
Apr 5, 2023

Commits on Mar 9, 2022

  1. Document NonZeroXxx layout guarantees

    Document that `NonZeroXxx` has the same layout and bit validity as `Xxx` with the exception of `0`.
    joshlf authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b142720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f88cd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update library/core/src/num/nonzero.rs

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    joshlf and joshtriplett authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7d4e9b3 View commit details
    Browse the repository at this point in the history
  2. Fix typo (missing >)

    joshlf authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8323d6a View commit details
    Browse the repository at this point in the history
  3. Add missing trailing )]

    joshlf authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9a3346b View commit details
    Browse the repository at this point in the history