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

[nll] change how MIR represents places #53247

Closed
wants to merge 33 commits into from
Closed

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    357bc2c View commit details
    Browse the repository at this point in the history
  2. Intern Place elems

    csmoe committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    34329c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9f156 View commit details
    Browse the repository at this point in the history
  4. Try read Place

    csmoe committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    85a87a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    a5c428b View commit details
    Browse the repository at this point in the history
  2. Clean up old Place in rustc_mir

    csmoe committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    6002649 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Intern PlaceElem with iterator

    csmoe committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b1dbe6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a7e57 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Rewrite places_conflict

    csmoe committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    e684ea3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

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

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    56773a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36b5cac View commit details
    Browse the repository at this point in the history
  3. rewrite builder so that it terminates

    The idea is to update the `result` (and `result_ty` as we go)
    nikomatsakis committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2cd7680 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    ec40255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b65566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6520ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea2e88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    244fbb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73e86a2 View commit details
    Browse the repository at this point in the history
  7. Introduce has_no_projection

    csmoe committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5aae53e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ec03b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2af0dd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

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

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    e912a26 View commit details
    Browse the repository at this point in the history
  2. Separate inner closure to fn

    csmoe committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    13a9c20 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

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

Commits on Sep 6, 2018

  1. mutability_errors: rustfmt

    csmoe committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    6f8aa3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da7205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c47b2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8616672 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba7feb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    552a935 View commit details
    Browse the repository at this point in the history