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

unions #1444

Merged
merged 14 commits into from
Apr 8, 2016
Merged

unions #1444

merged 14 commits into from
Apr 8, 2016

Commits on Jan 5, 2016

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

Commits on Jan 18, 2016

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

Commits on Jan 19, 2016

  1. Change syntax to "union! U { ... }"

    This provides the clean syntax of a keyword, without breaking any
    existing code, and without attaching expectations based on the semantics
    or syntax of some existing keyword such as "struct" or "enum".
    joshtriplett committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    2e5ef18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4b8af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17feb14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c123950 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98a5809 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

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

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    8026532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f40a6b View commit details
    Browse the repository at this point in the history
  3. Discuss generic union

    joshtriplett committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    b2e0309 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f45683 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

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