-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[beta] stage0 bump and backports #108670
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[beta] stage0 bump and backports #108670
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
cc @rust-lang/release |
📌 Commit 10c7cf3ef9c5604b9d3978a410a477139e1508e2 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 10c7cf3ef9c5604b9d3978a410a477139e1508e2 with merge 54eb4635e48f2e7026d73f7cae84458aa1c3e18e... |
💔 Test failed - checks-actions |
Several "GitHub Actions has encountered an internal error when running your job." @bors retry |
This comment has been minimized.
This comment has been minimized.
Holding off so I can add a couple more... @bors r- |
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This is required due to `BCryptGenRandom` failing to load the necessary dll on some systems. (cherry picked from commit dfd0afb)
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)
(cherry picked from commit 4a4f43e)
(cherry picked from commit 379b18b)
(cherry picked from commit 12f959b)
@bors r+ |
☀️ Test successful - checks-actions |
It seems like the backport of #108673 is incorrect? You added the tests to |
Ah, whoops -- I just cherry-picked that, but actually #108673 had it that way too. I guess git-subtree confused things when grabbing it from the rust-clippy repo. |
Actually, it seems like the PR to master is also affected #108674 (comment) |
RtlGenRandom
as a fallback Revert to usingRtlGenRandom
as a fallback #108060VecDeque::shrink_to
and add tests. FixVecDeque::shrink_to
and add tests. #108475VecDeque::append
capacity overflow for ZSTs FixVecDeque::append
capacity overflow for ZSTs #108462point_at_expr_source_of_inferred_type
for now #108703r? @ghost