Skip to content

std: only depend on dlmalloc for wasm*-unknown - #112685

Merged
bors merged 1 commit into
rust-lang:masterfrom
cuviper:wasm-dlmalloc
Jun 18, 2023
Merged

std: only depend on dlmalloc for wasm*-unknown#112685
bors merged 1 commit into
rust-lang:masterfrom
cuviper:wasm-dlmalloc

Conversation

@cuviper

Copy link
Copy Markdown
Member

It was already filtered out for emscripten, but wasi doesn't need dlmalloc
either since it reuses unix/alloc.rs.

It was already filtered out for emscripten, but wasi doesn't need dlmalloc
either since it reuses `unix/alloc.rs`.
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

(rustbot has picked a reviewer for you, use r? to override)

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 15, 2023
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Jun 17, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 886085a has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@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 Jun 17, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 17, 2023
…lacrum
std: only depend on dlmalloc for wasm*-unknown
It was already filtered out for emscripten, but wasi doesn't need dlmalloc
either since it reuses `unix/alloc.rs`.
compiler-errors added a commit to compiler-errors/rust that referenced this pull request Jun 18, 2023
…lacrum
std: only depend on dlmalloc for wasm*-unknown
It was already filtered out for emscripten, but wasi doesn't need dlmalloc
either since it reuses `unix/alloc.rs`.
compiler-errors added a commit to compiler-errors/rust that referenced this pull request Jun 18, 2023
…lacrum
std: only depend on dlmalloc for wasm*-unknown
It was already filtered out for emscripten, but wasi doesn't need dlmalloc
either since it reuses `unix/alloc.rs`.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 18, 2023
…iaskrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#107200 (io: soften ‘at most one write attempt’ requirement in io::Write::write)
- rust-lang#112667 (Move WF/ConstEvaluatable goal to clause)
- rust-lang#112685 (std: only depend on dlmalloc for wasm*-unknown)
- rust-lang#112722 (bootstrap: check for dry run when copying env vars for msvc)
- rust-lang#112734 (Make `Bound::predicates` use `Clause`)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit eb40590 into rust-lang:masterJun 18, 2023
@rustbotrustbot added this to the 1.72.0 milestone Jun 18, 2023
@cuviper
cuviper deleted the wasm-dlmalloc branch June 25, 2023 00:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.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.

4 participants

@cuviper@rustbot@Mark-Simulacrum@bors