Sourced from rayon's changelog.
Release rayon 1.8.0 / rayon-core 1.12.0 (2023-09-20)
- The minimum supported
rustcis now 1.63.- Added
ThreadPoolBuilder::use_current_threadto use the builder thread as part of the new thread pool. That thread does not run the pool's main loop, but it may participate in work-stealing if it yields to rayon in some way.- Implemented
FromParallelIterator<T>forBox<[T]>,Rc<[T]>, andArc<[T]>, as well asFromParallelIterator<Box<str>>andParallelExtend<Box<str>>forString.ThreadPoolBuilder::build_scopednow usesstd::thread::scope.- The default number of threads is now determined using
std::thread::available_parallelisminstead of thenum_cpuscrate.- The internal logging facility has been removed, reducing bloat for all users.
- Many smaller performance tweaks and documentation updates.
21e1ae1
Release rayon 1.4.0 / rayon-core 1.8.0a0e5833
Merge #785 #790 #7919f7357b
Merge #792998f134
Removed outdated documentationc7d963a
Use crossbeam_deque::Injector instead of crossbeam_queue::SegQueue2e88929
Micro-optimize the WorkerThread::steal loop66559fe
Remove the lifetime constraint from the scope OP09428ec
Merge #746ed6a5f7
Update ci/compat-Cargo.lock96ba9ef
inline more Counter methodsSourced from insta's changelog.
1.32.0
- Added
--profileparameter support tocargo insta test.
845ee36
1.32.05b34e7e
Added changlog entrybee0ff4
cargo-insta: reduce visibility of all items (#407)6e22d67
cargo-insta: edit reject message (#404)7e9315e
test-stable requires 1.6184cddf9
Fix incorrect --profile command20656ad
cargo-insta: allow passing --profile (#402)8942487
Publish 0.1.11 (Unicode 15.1)34fdd6b
Add ignore file24651a2
Merge pull request #33
from chrisduerr/unicode_15_130e33bd
Fixup script8872449
Create rust.ymla859939
Update to Unicode 15.1f5a9b4e
Merge pull request #32
from linkmauve/patch-178cfe57
Use Iterator::sum() instead of fold()