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

Add support for non_exhaustive rustified enums. #1575

Merged
merged 6 commits into from Jun 12, 2019
Merged

Add support for non_exhaustive rustified enums. #1575

merged 6 commits into from Jun 12, 2019

Commits on Jun 10, 2019

  1. Add support for non_exhaustive rustified enums.

    Implements the feature discussed in
    #1554.
    agodnic committed Jun 10, 2019
    Copy the full SHA
    ccc43cd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Rename a couple miscalled identifiers.

    See #1575
    agodnic committed Jun 11, 2019
    Copy the full SHA
    ac78e07 View commit details
    Browse the repository at this point in the history
  2. Add rust target configuration for feature #1554

    Will panic if the feature is being used outside nightly.
    See #1575 (comment)
    agodnic committed Jun 11, 2019
    Copy the full SHA
    b2c478f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    26d7f0a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Copy the full SHA
    7ba2cae View commit details
    Browse the repository at this point in the history
  2. Style fixes.

    See #1575
    agodnic committed Jun 12, 2019
    Copy the full SHA
    2a52230 View commit details
    Browse the repository at this point in the history