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

MIR pass to remove unneeded drops on types not needing drop #76673

Merged
merged 7 commits into from
Sep 23, 2020

Commits on Sep 22, 2020

  1. MIR pass to remove unneeded drops on types not needing drop

    This is heavily dependent on MIR inlining running to actually see the drop statement
    simonvandel committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    290dca1 View commit details
    Browse the repository at this point in the history
  2. Suggestion from review

    Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
    simonvandel and andjo403 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b4bdaa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3338dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f472303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6f51d6 View commit details
    Browse the repository at this point in the history
  6. rebless after rebase

    simonvandel committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ff24163 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

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