Rollup of 8 pull requests - #133339
Conversation
Preparing for merge from rustc
Remove MutexID list
sync support: dont implicitly clone inside the general sync machinery
stacked borrows tests: add those that fail under TB
Renamed this arguments to ecx
Renamed `this` to `ecx` in `extern_static`
Implement blocking eventfd
Automatic Rustup
Add test for epoll
Automatic Rustup
use -Zroot-dir instead of --remap-path-prefix for diagnostic dir handling
Automatic Rustup
…anieu re-export `is_loongarch_feature_detected` r? ``@Amanieu``
…=jhpratt Support `each_ref` and `each_mut` in `[T; N]` in constant expressions. Tracking issue: rust-lang#133289 The methods `<[T; N]>::each_ref` and `<[T; N]>::each_mut` can easily be reimplemented to allow marking them with the `const` specifier. This specific implementation takes a different approach than the original as to avoid using iterators (which are illegal in constant expressions).
Miri subtree update r? `@ghost`
Use arc4random of libc for RTEMS target Switch to the `arc4random` from libc. It is available since libc 0.2.162
…=lcnr Simplify `fulfill_implication` calm before the storm
…r=lcnr Bail in effects in old solver if self ty is ty var Otherwise when we try to check something like `?t: ~const Trait` we'll immediately stick it to the first param-env candidate, lol. r? lcnr
library: update comment around close() r? `@the8472`
… r=joboet Fix typo in `std::thread::Scope::spawn` documentation. Just a simple fix for a typo that caught my attention.
commented
Nov 22, 2024
|
@bors r+ rollup=never p=5 |
commented
Nov 22, 2024
commented
Nov 22, 2024
commented
Nov 22, 2024
|
☀️ Test successful - checks-actions |
commented
Nov 22, 2024
|
📌 Perf builds for each rolled up PR:
previous master: a7d9ebdf08 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
commented
Nov 22, 2024
|
Finished benchmarking commit (a475551): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 2.2%, secondary 1.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -1.1%, secondary 0.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 796.689s -> 796.567s (-0.02%) |
Successful merges:
is_loongarch_feature_detected#133238 (re-exportis_loongarch_feature_detected)each_refandeach_mutin[T; N]in constant expressions. #133288 (Supporteach_refandeach_mutin[T; N]in constant expressions.)fulfill_implication#133319 (Simplifyfulfill_implication)std::thread::Scope::spawndocumentation. #133337 (Fix typo instd::thread::Scope::spawndocumentation.)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup