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

or-patterns: Push PatKind/PatternKind::Or at top level to HIR & HAIR #64508

Merged
merged 22 commits into from
Sep 25, 2019

Commits on Sep 15, 2019

  1. Configuration menu
    Copy the full SHA
    146cb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f903c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6579d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75fb42a View commit details
    Browse the repository at this point in the history
  5. check_match: misc cleanup.

    Centril committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    89bbef3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c34693 View commit details
    Browse the repository at this point in the history
  7. simplify hir::Pat::walk_.

    Centril committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    9d1c3c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    cc5fe6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca42a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57eeb61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2cfec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7139f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07deb93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dfd706 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38a5ae9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b406f1 View commit details
    Browse the repository at this point in the history
  10. or-patterns: check_match: remove top_pats_hack for `check_for_bindi…

    …ngs_named_same_as_variants`.
    Centril committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6bd8c6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    549756b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56b055a View commit details
    Browse the repository at this point in the history
  13. or-patterns: liveness: is_argument -> is_param.

    Pacify `tidy`. It's also more correct in this context.
    Centril committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    05cc3c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    370fbcc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. or-patterns: middle/dead: remove top_pats_hack.

    Also tweak walkers on `Pat`.
    Centril committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0918dc4 View commit details
    Browse the repository at this point in the history