-
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
Deduplicate some code between miri and const prop #64419
Merged
Merged
Commits on Sep 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc17936 - Browse repository at this point
Copy the full SHA bc17936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c7c4d - Browse repository at this point
Copy the full SHA 86c7c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc4cc2 - Browse repository at this point
Copy the full SHA ecc4cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c219bb - Browse repository at this point
Copy the full SHA 1c219bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 644d4f3 - Browse repository at this point
Copy the full SHA 644d4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11eb91f - Browse repository at this point
Copy the full SHA 11eb91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec928c - Browse repository at this point
Copy the full SHA 9ec928cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c8ce8 - Browse repository at this point
Copy the full SHA c0c8ce8View commit details -
Don't run the ConstProp MIR pass on generators
This can cause cycles as `ConstProp` uses `layout_of` which, for generators, uses `optimized_mir` which runs `ConstProp`.
Configuration menu - View commit details
-
Copy full SHA for fadfd92 - Browse repository at this point
Copy the full SHA fadfd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d2b7a - Browse repository at this point
Copy the full SHA 15d2b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9333514 - Browse repository at this point
Copy the full SHA 9333514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e58e2e - Browse repository at this point
Copy the full SHA 4e58e2eView commit details -
This allows us to avoid changing things directly in the miri engine just for const prop.
Configuration menu - View commit details
-
Copy full SHA for dcc6c28 - Browse repository at this point
Copy the full SHA dcc6c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99f255 - Browse repository at this point
Copy the full SHA a99f255View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2d6c4 - Browse repository at this point
Copy the full SHA ba2d6c4View 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.