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

Implement MIR lowering for or-patterns #67668

Merged
merged 13 commits into from
Feb 4, 2020
Merged

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    425e494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eecee76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64eab77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cc4352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a20969c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30058df View commit details
    Browse the repository at this point in the history
  7. Basic run-pass tests for or-patterns

    Add some basic run-pass ui tests for or-patterns.
    dlrobertson authored and matthewjasper committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    0b1ff27 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    c7e6f88 View commit details
    Browse the repository at this point in the history
  2. Make Candidate private

    matthewjasper committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5f90dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e52e2 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    matthewjasper and Centril committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1d90ed6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b9dafb View commit details
    Browse the repository at this point in the history
  6. Avoid scheduling repeated StorageDeads

    Also add some comments
    matthewjasper committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8dbbe4d View commit details
    Browse the repository at this point in the history