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

Merge Promoted and Static in mir::Place #59232

Merged
merged 8 commits into from
Mar 26, 2019

Commits on Mar 18, 2019

  1. promoted is still left in 2 places

    Saleem Jaffer committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    7fb1c22 View commit details
    Browse the repository at this point in the history
  2. cleaner code as per review

    Saleem Jaffer committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a837b8a View commit details
    Browse the repository at this point in the history
  3. fixed all compilation errors

    Saleem Jaffer committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    23c87a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. tidy checks

    Saleem Jaffer committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    776407e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. remove visit_static from librustc::mir

    Saleem Jaffer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    8829dda View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. review fixes

    Saleem Jaffer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    cf2f1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. adding mir::StaticKind enum for static and promoted

    Saleem Jaffer committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    752544b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. code review fixes

    Saleem Jaffer committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    fb93f10 View commit details
    Browse the repository at this point in the history