-
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
Implement the new desugaring from try_trait_v2
#84767
Merged
Merged
Commits on May 6, 2021
-
Bootstrapping preparation for the library
Since just `ops::Try` will need to change meaning.
Configuration menu - View commit details
-
Copy full SHA for c10eec3 - Browse repository at this point
Copy the full SHA c10eec3View commit details -
Actually implement the feature in the compiler
Including all the bootstrapping tweaks in the library.
Configuration menu - View commit details
-
Copy full SHA for ca92b5a - Browse repository at this point
Copy the full SHA ca92b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 266a726 - Browse repository at this point
Copy the full SHA 266a726View commit details -
mir-opt & codegen test updates
`SimplifyArm` and such are currently in `-Zunsound-mir-opts` and thus weren't running by default, so having something like them for the new desugar shouldn't be necessary for switching.
Configuration menu - View commit details
-
Copy full SHA for 47b9948 - Browse repository at this point
Copy the full SHA 47b9948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7ceea - Browse repository at this point
Copy the full SHA 4a7ceeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd6081 - Browse repository at this point
Copy the full SHA 5fd6081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d96601 - Browse repository at this point
Copy the full SHA 3d96601View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a6c4a - Browse repository at this point
Copy the full SHA b7a6c4aView commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf0e34c - Browse repository at this point
Copy the full SHA bf0e34cView commit details
Commits on May 18, 2021
-
Mention the issue number for the new mir-opt in the FIXMEs
Thanks for the suggestions, lcnr! Co-authored-by: lcnr <rust@lcnr.de>
Configuration menu - View commit details
-
Copy full SHA for 6f7dea7 - Browse repository at this point
Copy the full SHA 6f7dea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2edee4 - Browse repository at this point
Copy the full SHA e2edee4View 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.