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

Continue refactoring MIR drop generation #64225

Closed

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    72645c3 View commit details
    Browse the repository at this point in the history
  2. Make Scope private to rustc_mir::build::scope::stack

    The logic for finding the correct unwind scopes is going to become more
    complicated, so we want to limit the amount of code that can directly
    access the fields of `Scope`.
    matthewjasper committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    fc7c38f View commit details
    Browse the repository at this point in the history
  3. Get the type of a local from local_decls in schedule_drop

    Passing around a separate type is unnecessary and error-prone.
    matthewjasper committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    4667439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    899d10e View commit details
    Browse the repository at this point in the history