-
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
MIR cleanups and predecessor cache #34149
Merged
Merged
Commits on Jun 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e9003c5 - Browse repository at this point
Copy the full SHA e9003c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1eb67 - Browse repository at this point
Copy the full SHA bc1eb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3af9fa - Browse repository at this point
Copy the full SHA e3af9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6405527 - Browse repository at this point
Copy the full SHA 6405527View commit details -
introduce an
unreachable
terminatorUse it instead of a `panic` for inexhaustive matches and correct the comment. I think we trust our match-generation algorithm enough to generate these blocks, and not generating an `unreachable` means that LLVM won't optimize `match void() {}` to an `unreachable`.
Configuration menu - View commit details
-
Copy full SHA for 798be90 - Browse repository at this point
Copy the full SHA 798be90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee00e6 - Browse repository at this point
Copy the full SHA 2ee00e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065a264 - Browse repository at this point
Copy the full SHA 065a264View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b1ba6 - Browse repository at this point
Copy the full SHA f5b1ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4fdef - Browse repository at this point
Copy the full SHA ce4fdefView 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.