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

Vector destructuring #4091

Closed
wants to merge 13 commits into from
Closed

Vector destructuring #4091

wants to merge 13 commits into from

Commits on Dec 1, 2012

  1. Vector destructuring

    Jakub Wieczorek committed Dec 1, 2012
    Configuration menu
    Copy the full SHA
    1eafb5c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2012

  1. Change the vector pattern to use leading .. for the tail

    Jakub Wieczorek committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    b4b1590 View commit details
    Browse the repository at this point in the history
  2. Add two tests for parse errors

    Jakub Wieczorek committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    db7d221 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2012

  1. Add one more test for determining unreachability

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    ca96325 View commit details
    Browse the repository at this point in the history
  2. Add arm reachability and exhaustiveness detection

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    48b33bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9419319 View commit details
    Browse the repository at this point in the history
  4. Add the right error message to the non-exhaustive-match test

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    9332c76 View commit details
    Browse the repository at this point in the history
  5. Fix the first test case in alt-vec-unreachable.rs

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    a5bb1b7 View commit details
    Browse the repository at this point in the history
  6. Complete the exhaustiveness check

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    05d096f View commit details
    Browse the repository at this point in the history
  7. Add two more cases to non-exhaustive-match

    Jakub Wieczorek committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    f7a0cd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2012

  1. Fix style

    Jakub Wieczorek committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    7bd0698 View commit details
    Browse the repository at this point in the history
  2. Fix the vec pattern visitor

    Jakub Wieczorek committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    df4966b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2012

  1. Mark the right region on the vector tail type

    Jakub Wieczorek committed Dec 7, 2012
    Configuration menu
    Copy the full SHA
    1a49c44 View commit details
    Browse the repository at this point in the history