-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make CTFE able to check for UB... #78407
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
68ff5f0
Stop optimizing promoteds
552f391
Make `encode_optimized_mir` always perform its action and instead req…
dadf937
Remove mir encode calls that didn't actually encode anything
248b4db
Limit trait item mir encoding to items with default bodies
8e4fe66
Require the `encode_promoted_mir` caller to know whether MIR for this…
cccd40f
Keep an unoptimized duplicate of `const fn` around
1f5fb3e
Differentiate between the availability of ctfe MIR and runtime MIR
oli-obk eb4e94b
Simplify the `optimize_mir` query
oli-obk db90150
Polymorphization should look at the runtime MIR of `const fn`
oli-obk 680c402
Comment nit
oli-obk 7202054
Document all the things
oli-obk f6d54aa
Adjust imports
oli-obk caeb3d5
Move MIR body loading to a machine function
oli-obk 9eaec13
Small comment adjustments
oli-obk a76dae4
Fix wording of query description
oli-obk 3af7989
No doc comments on expressions
oli-obk 409195d
Update stderr files after rebase
oli-obk 65ee418
Do not run const prop on the `mir_for_ctfe` of `const fn`
oli-obk 41a732d
Remove a FIXME and explain the decision
oli-obk e90b521
--emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `con…
oli-obk 53e3a23
Coverage computation needs access to the MIR, too
oli-obk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.