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

Initial implementation of or-patterns #61708

Merged
merged 2 commits into from
Aug 18, 2019
Merged

Commits on Aug 17, 2019

  1. Initial implementation of or patterns

    varkor authored and dlrobertson committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    1713ac4 View commit details
    Browse the repository at this point in the history
  2. initial implementation of or-pattern parsing

    Initial implementation of parsing or-patterns e.g., `Some(Foo | Bar)`.
    This is a partial implementation of RFC 2535.
    dlrobertson committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    1870537 View commit details
    Browse the repository at this point in the history