Conversation
Merged
c564522 to
9e90a81
Compare
fb4a973 to
7bcb063
Compare
- crossbeam-channel 0.5.15 -> 0.5.16 - crossbeam-deque 0.8.6 -> 0.8.7 - crossbeam-epoch 0.9.18 -> 0.10.0 - crossbeam-queue 0.3.12 -> 0.4.0 - crossbeam-skiplist 0.1.3 -> 0.2.0 - crossbeam-utils 0.8.21 -> 0.9.0 - crossbeam 0.8.4 -> 0.9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
select!/select_biased!macro. (select_macro: Handle block as { $($:tt)* } #1240)SelectedOperation::{send,recv}when cloned sender/receiver passed. (Select: Fix panic with cloned sender/receiver #1235)ticklock-free on some platforms. (channel: Make some operations inticklock-free if 128-bit atomics available #1222)crossbeam-utilsto 0.9.Worker::push,Stealer::steal_batch*,Injector::steal_batch*. (deque: Use relaxed store after release fence #1233)crossbeam-epochto 0.10.crossbeam-utilsto 0.9.-Zmiri-strict-provenancecompatibility. (epoch: Remove ptr-to-int casts #796)Atomic::{compare_exchange,compare_exchange_weak}to return both the old and new values. (fixes #946 -- return both the old and new values inAtomic::compare_exchange#1197)Atomic::fetch_update. (fixes #946 -- return both the old and new values inAtomic::compare_exchange#1197)CompareAndSetError,CompareAndSetOrdering, andAtomic::{compare_and_set,compare_and_set_weak}. (Remove deprecated items #881)nightlyfeature. (Remove unused nightly features #882)Pointertrait. (epoch: Seal Pointer trait #884)Guard::defer_destroy(epoch: Allow deferred destruction of unsized types #1201)Shared::nullconst (epoch: Make Shared::null const #1227)crossbeam-utilsto 0.9.push_mutandpop_muttoArrayQueueandSegQueue. (add push_mut and pop_mut for queues #1191)nightlyfeature. (Remove unused nightly features #882)crossbeam-utilsto 0.9.crossbeam-skiplist: allows lookup to be customized. #1132){Entry,RefEntry}::{key,value}. (Explicitly annotate lifetime of entry methods #1141){map,set}::Range/base::RefRange. (fix: release RefEntry in SkipList when dropping it #1217)crossbeam-epochto 0.10.crossbeam-utilsto 0.9.atomicmodule behindatomicCargo feature. The minimum supported Rust version of this feature is currently 1.74. (utils: Move atomic module behind atomic feature #1155)UnparkReasonfrompark_{timeout,deadline}.(utils: Return UnparkReason from park_{timeout,deadline} #1012)
AtomicCell::compare_and_swap. (Remove deprecated items #881)nightlyfeature. (Remove unused nightly features #882)unix::JoinHandleExttrait instead ofstd::os::unix::thread::JoinHandleExtwhich is not intended to be implemented for types other than the standard library. (Use own unix::JoinHandleExt trait #999)AtomicCell. (AtomicCell: Use atomic-maybe-uninit #1015)AtomicCell::{as_ptr,into_inner}const. (AtomicCell: Reduce code duplication & Make as_ptr/into_inner const #1237)WaitGroup. (Move WaitGroup count outside Mutex #1195)nightlyfeature. (Remove unused nightly features #882)crossbeam-epochto 0.10.crossbeam-queueto 0.4.crossbeam-utilsto 0.9.crossbeam-channelto 0.5.16.crossbeam-dequeto 0.8.7.TODO:
Closes #1181