-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] stage0 bump and backports #108670
Merged
Merged
[beta] stage0 bump and backports #108670
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40cb3f0 - Browse repository at this point
Copy the full SHA 40cb3f0View commit details -
This is required due to `BCryptGenRandom` failing to load the necessary dll on some systems. (cherry picked from commit dfd0afb)
Configuration menu - View commit details
-
Copy full SHA for a541751 - Browse repository at this point
Copy the full SHA a541751View commit details -
Fix
VecDeque::shrink_to
and add tests.This adds both a test specific to rust-lang#108453 as well as an exhaustive test that goes through all possible combinations of head index, length and target capacity for a deque with capacity 16. (cherry picked from commit 9e22516)
Configuration menu - View commit details
-
Copy full SHA for a07453a - Browse repository at this point
Copy the full SHA a07453aView commit details -
(cherry picked from commit 4a4f43e)
Configuration menu - View commit details
-
Copy full SHA for 2d33fe7 - Browse repository at this point
Copy the full SHA 2d33fe7View commit details -
Use checked_add in VecDeque::append for ZSTs to avoid overflow
(cherry picked from commit 379b18b)
Configuration menu - View commit details
-
Copy full SHA for 07a8043 - Browse repository at this point
Copy the full SHA 07a8043View commit details -
Add test for VecDeque::append ZST capacity overflow
(cherry picked from commit 12f959b)
Configuration menu - View commit details
-
Copy full SHA for 005892a - Browse repository at this point
Copy the full SHA 005892aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2410b0d - Browse repository at this point
Copy the full SHA 2410b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be90b53 - Browse repository at this point
Copy the full SHA be90b53View 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.