-
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
Split core's PanicInfo and std's PanicInfo #115974
Merged
Merged
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3e8153 - Browse repository at this point
Copy the full SHA e3e8153View commit details -
Configuration menu - View commit details
-
Copy full SHA for a519dc8 - Browse repository at this point
Copy the full SHA a519dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dfc6d - Browse repository at this point
Copy the full SHA 16dfc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331b8a3 - Browse repository at this point
Copy the full SHA 331b8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83dd214 - Browse repository at this point
Copy the full SHA 83dd214View commit details -
Remove core::panic::PanicInfo::internal_constructor.
It no longer needs to be public.
Configuration menu - View commit details
-
Copy full SHA for 0266bbf - Browse repository at this point
Copy the full SHA 0266bbfView commit details -
Remove std::panic::PanicInfo::internal_constructor+set_payload.
We can just set the payload immediately in the constructor, and the constructor does not need to be public.
Configuration menu - View commit details
-
Copy full SHA for 0642cb2 - Browse repository at this point
Copy the full SHA 0642cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0087d89 - Browse repository at this point
Copy the full SHA 0087d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e356f3 - Browse repository at this point
Copy the full SHA 4e356f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f7399 - Browse repository at this point
Copy the full SHA 22f7399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1642de3 - Browse repository at this point
Copy the full SHA 1642de3View commit details -
Reorder body of begin_panic for consistency.
In the other functions, we put the struct and impl blocks first, such that the return expression can be at the end of the body as usual.
Configuration menu - View commit details
-
Copy full SHA for bab26b0 - Browse repository at this point
Copy the full SHA bab26b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2d7c4 - Browse repository at this point
Copy the full SHA 6b2d7c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6180a9 - Browse repository at this point
Copy the full SHA b6180a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e56db - Browse repository at this point
Copy the full SHA 64e56dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3854357 - Browse repository at this point
Copy the full SHA 3854357View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fe82f - Browse repository at this point
Copy the full SHA f5fe82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0bc8b - Browse repository at this point
Copy the full SHA ce0bc8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bfe70 - Browse repository at this point
Copy the full SHA 32bfe70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877a26f - Browse repository at this point
Copy the full SHA 877a26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0990d - Browse repository at this point
Copy the full SHA fb0990dView commit details -
Configuration menu - View commit details
-
Copy full SHA for de07c1a - Browse repository at this point
Copy the full SHA de07c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a345c3d - Browse repository at this point
Copy the full SHA a345c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e23b1 - Browse repository at this point
Copy the full SHA a6e23b1View 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.