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

deref patterns: lower deref patterns to MIR #122598

Merged
merged 10 commits into from
Apr 23, 2024

Commits on Apr 20, 2024

  1. Lower deref patterns to MIR

    This handles using deref patterns to choose the correct match arm. This
    does not handle bindings or guards.
    
    Co-authored-by: Deadbeef <ent3rm4n@gmail.com>
    Nadrieril and fee1-dead committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c623319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dabacd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4909b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    377e095 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b55afe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    511bd78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5053180 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    436c612 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    217a4df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    726fb55 View commit details
    Browse the repository at this point in the history