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

Specify bit validity and padding of some types #1392

Merged
merged 14 commits into from
Sep 9, 2023

Commits on Aug 11, 2023

  1. Specify bit validity and padding of some types

    Specify the bit validity and padding of the primitive numeric 
    types, bool, char, and pointer and reference types.
    
    Closes rust-lang#1291
    joshlf committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    510e75c View commit details
    Browse the repository at this point in the history
  2. Update type-layout.md

    joshlf committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e2385f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Clarify what T refers to

    joshlf committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d1850ea View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Update type-layout.md

    joshlf committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2e43046 View commit details
    Browse the repository at this point in the history
  2. Update type-layout.md

    joshlf committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2f82b7f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update src/type-layout.md

    Co-authored-by: Ralf Jung <post@ralfj.de>
    joshlf and RalfJung committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    61c6349 View commit details
    Browse the repository at this point in the history
  2. Update type-layout.md

    joshlf committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bbc8063 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update boolean.md

    joshlf committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d3a66eb View commit details
    Browse the repository at this point in the history
  2. Update textual.md

    joshlf committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5795f3a View commit details
    Browse the repository at this point in the history
  3. Update numeric.md

    joshlf committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    80ec146 View commit details
    Browse the repository at this point in the history
  4. Update pointer.md

    joshlf committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8f92a7d View commit details
    Browse the repository at this point in the history
  5. Update type-layout.md

    joshlf committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    746a359 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Apply suggestions from code review

    Co-authored-by: Ralf Jung <post@ralfj.de>
    joshlf and RalfJung committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ea1110b View commit details
    Browse the repository at this point in the history
  2. Update pointer.md

    joshlf committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    13b5af8 View commit details
    Browse the repository at this point in the history