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

Referencify bool type #940

Merged
merged 3 commits into from
Feb 8, 2021
Merged

Referencify bool type #940

merged 3 commits into from
Feb 8, 2021

Commits on Jan 23, 2021

  1. Referencify the boolean type chapter.

    I really don't know how to describe layout. I don't know if we should
    call it a property of memory objects, specific values, types, or what.
    I'm calling them objects here...
    
    I gave all the links with a `p-` prefix that so that they can be
    trivially copied and pasted into the other primitive types chapters.
    Havvy committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a1a711e View commit details
    Browse the repository at this point in the history
  2. X-Links: Boolean Edition

    This commit mostly adds links across the reference where things talked
    about the boolean type. I also normalized the language so that it always
    uses "boolean type". Other links were added as appropriate.
    
    This commit also changes a few "x expressions" to "x operands" for if
    and while expressions. The whole books needs this treatment, but while
    I was here, I did it for these sections.
    
    I also changed "`#[repr(C)]`" to "the C representation" in unions so
    that I could actually link to them without breaking linkcheck.
    Havvy committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7c6e0c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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