-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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] Be more permissive when checking access due to Match #53438
Merged
Commits on Sep 24, 2018
-
This allows treating the "fake" match borrows differently from shared borrows.
Configuration menu - View commit details
-
Copy full SHA for ced5c2d - Browse repository at this point
Copy the full SHA ced5c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b55bb2e - Browse repository at this point
Copy the full SHA b55bb2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fad3f - Browse repository at this point
Copy the full SHA a6fad3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46e247b - Browse repository at this point
Copy the full SHA 46e247bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5047cb - Browse repository at this point
Copy the full SHA c5047cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6ed02 - Browse repository at this point
Copy the full SHA 1a6ed02View commit details -
Add a MIR transform to remove fake reads
As we are now creating borrows of places that may not be valid for borrow checking matches, these have to be removed to avoid generating broken code.
Configuration menu - View commit details
-
Copy full SHA for f71f733 - Browse repository at this point
Copy the full SHA f71f733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 531e98a - Browse repository at this point
Copy the full SHA 531e98aView commit details -
Rename places_conflict to borrow_conflicts_with_place
This name better reflects the asymmetry of this function.
Configuration menu - View commit details
-
Copy full SHA for a830732 - Browse repository at this point
Copy the full SHA a830732View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.