Sourced from rayon's changelog.
Release rayon 1.11.0 / rayon-core 1.13.0 (2025-08-12)
- The minimum supported
rustc
is now 1.80.iter::repeatn
has been renamed toiter::repeat_n
to match the name stabilized in the standard library. The old name still exists as a deprecated function for compatibility.- Fixed a bug in
in_place_scope
when the default global registry uses the current thread, like on WebAssembly without threading support.binary_heap::Iter
no longer requires a temporary allocation.- Relaxed trait bounds on many of the public structs.
- Implemented
IntoParallelIterator for Box<[T]>
and its references.- Implemented
FromParallelIterator<_> for Box<str>
viaString
.
6236214
Merge #1031652f111
Release rayon 1.7.0 and rayon-core 1.11.07df001d
Tweak plumbing consumer description322dfe8
Merge #1026099241d
Merge #1030a17bcb9
Fix inappropriate use of slice::as_mut_ptr98077fe
Be more cautious about drain drops7069695
Merge #1028874ff73
Fix docs for the yield None
case on
ThreadPool
58f7b7e
Be careful comparing job_ref.execute_fn