-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rollup of 5 pull requests #100100
Rollup of 5 pull requests #100100
Conversation
Rustdoc's current syntax is `-> vec`.
…s, r=thomcc Remove synchronization from Windows `hashmap_random_keys` Unfortunately using synchronization when generating hashmap keys can prevent it being used in `DllMain`. ~~Fixes rust-lang#99341~~
…=thomcc do not claim that transmute is like memcpy Saying transmute is like memcpy is not a well-formed statement, since memcpy is by-ref whereas transmute is by-val. The by-val nature of transmute inherently means that padding is lost along the way. (This is not specific to transmute, this is how all by-value operations work.) So adjust the docs to clarify this aspect. Cc `@workingjubilee`
…s-w-same-name, r=camelid rustdoc: avoid inlining modules with duplicate names Fixes rust-lang#99734
Fix futex module imports on wasm+atomics The futex modules were rearranged a bit in rust-lang#98707, which meant that wasm+atomics would no longer compile on nightly. I don’t believe any other targets were impacted by this.
…an-DPC Replace `* -> vec` with `-> vec` in docs Fixes rust-lang#100078. Rustdoc's current syntax is `-> vec`.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (7308c22): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
hashmap_random_keys
#99371 (Remove synchronization from Windowshashmap_random_keys
)* -> vec
with-> vec
in docs #100079 (Replace* -> vec
with-> vec
in docs)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup