Skip to content

Rollup of 6 pull requests - #129803

Closed
workingjubilee wants to merge 25 commits into
rust-lang:masterfrom
workingjubilee:rollup-vp6skcs
Closed

Rollup of 6 pull requests#129803
workingjubilee wants to merge 25 commits into
rust-lang:masterfrom
workingjubilee:rollup-vp6skcs

Conversation

@workingjubilee

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

compiler-errorsand others added 25 commits August 24, 2024 17:16
This commit fixes an assert in the WASI-specific implementation of
thread sleep to ensure that sleeping for a very large period of time
blocks instead of panicking. This can come up when testing programs that
sleep "forever", for example.
Don't use `TyKind` in a lint
Allows us to remove an inherent method from `TyKind` from the type ir crate.
…, r=tgross35
Re-enable android tests/benches in alloc/core
This is basically a revert of rust-lang#73729. These tests better work on android now; it's been 4 years and we don't use dlmalloc on that target anymore.
And I've validated that they should pass now with a try-build :)
…er, r=compiler-errors
interpret/visitor: make memory order iteration slightly more efficient
Finally I know enough about RPIT to write this iterator signature correctly. :D
This means memory-order iteration now needs an allocation, but it avoids quadratic complexity (where it has to do a linear scan n times to find the n-th field in memory order), so that seems like a win overall. The changed code only affects Miri; the rustc changes are NOPs.
…r=workingjubilee
wasi: Fix sleeping for `Duration::MAX`
This commit fixes an assert in the WASI-specific implementation of thread sleep to ensure that sleeping for a very large period of time blocks instead of panicking. This can come up when testing programs that sleep "forever", for example.
I'll note that I haven't included a test for this since it's sort of difficult to test. I've tested this locally though that long sleeps do indeed block and short sleeps still only sleep for a short amount of time.
…rgau
Add `unreachable_pub`, round 4
A follow-up to rust-lang#129732.
r? `@Urgau`
@rustbotrustbot added O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) O-wasi Operating system: Wasi, Webassembly System Interface PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Aug 31, 2024
@rustbotrustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Aug 31, 2024
@workingjubilee

Copy link
Copy Markdown
MemberAuthor

@bors rollup=never p=6 r+

@bors

bors commented Aug 31, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 9292173 has been approved by workingjubilee

It is now in the queue for this repository.

@bors

bors commented Aug 31, 2024

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 31, 2024
@matthiaskrgr

Copy link
Copy Markdown
Member

partially merged already in #129809

@workingjubilee
workingjubilee deleted the rollup-vp6skcs branch June 3, 2025 01:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-appleOperating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS)O-wasiOperating system: Wasi, Webassembly System InterfacePG-exploit-mitigationsProject group: Exploit mitigationsrollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@workingjubilee@bors@matthiaskrgr@rustbot@compiler-errors@saethlin@Veykril@RalfJung@alexcrichton@nnethercote