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

Fix up autoderef when reborrowing #72280

Merged
merged 7 commits into from
Jun 19, 2020
Merged

Fix up autoderef when reborrowing #72280

merged 7 commits into from
Jun 19, 2020

Commits on Jun 14, 2020

  1. Move convert_place_derefs_to_mutable out from check/method/confirm.rs

    This can live inside FnCtxt rather than ConfirmContext, and would be
    useful for other operations as well.
    nbdd0121 committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    5393a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0793c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    8121d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4710f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e390acd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cedf5d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    2b7d858 View commit details
    Browse the repository at this point in the history