-
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
Enable MIR inlining #91743
Merged
bors
merged 12 commits into
rust-lang:master
from
cjgillot:enable_mir_inlining_inline_all
Jul 2, 2022
Merged
Enable MIR inlining #91743
bors
merged 12 commits into
rust-lang:master
from
cjgillot:enable_mir_inlining_inline_all
Jul 2, 2022
Commits on Jun 30, 2022
-
Don't assert polymorphization has taken effect in const eval
Const eval no longer runs MIR optimizations so unless this is getting run as part of a MIR optimization like const-prop, there can be unused type parameters even if polymorphization is enabled.
Configuration menu - View commit details
-
Copy full SHA for 5999f34 - Browse repository at this point
Copy the full SHA 5999f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114c928 - Browse repository at this point
Copy the full SHA 114c928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e45cd4 - Browse repository at this point
Copy the full SHA 2e45cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0161ecd - Browse repository at this point
Copy the full SHA 0161ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4b5c8 - Browse repository at this point
Copy the full SHA ce4b5c8View commit details -
Do not error on the param_env during inlining.
This created unexpected diagnostics while compiling alga: cannot satisfy `<Self as Module>::Ring == _` Turns out that we don't need this diagnostic as we disable inlining when it would trigger an ICE.
Configuration menu - View commit details
-
Copy full SHA for b33c6e1 - Browse repository at this point
Copy the full SHA b33c6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d9092 - Browse repository at this point
Copy the full SHA d1d9092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb549f - Browse repository at this point
Copy the full SHA 6bb549fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a99461 - Browse repository at this point
Copy the full SHA 6a99461View commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f35392 - Browse repository at this point
Copy the full SHA 2f35392View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e1a2b - Browse repository at this point
Copy the full SHA a3e1a2bView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for cbbf06b - Browse repository at this point
Copy the full SHA cbbf06bView 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.