Conversation
Merged
taiki-e
force-pushed
the
next
branch
2 times, most recently
from
February 22, 2026 10:12
c564522 to
9e90a81
Compare
taiki-e
force-pushed
the
next
branch
3 times, most recently
from
February 22, 2026 20:58
7bcb063 to
ef55928
Compare
taiki-e
force-pushed
the
next
branch
2 times, most recently
from
July 6, 2026 18:40
fff3489 to
d915ed1
Compare
- crossbeam-channel 0.5.16 -> 0.5.17 - crossbeam-deque 0.8.7 -> 0.8.8 - crossbeam-epoch 0.9.20 -> 0.10.0 - crossbeam-queue 0.3.13 -> 0.4.0 - crossbeam-skiplist 0.1.3 -> 0.2.0 - crossbeam-utils 0.8.22 -> 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:
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.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)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)Shared::nullconst (epoch: Make Shared::null const #1227)crossbeam-utilsto 0.9.nightlyfeature. (Remove unused nightly features #882)crossbeam-utilsto 0.9.crossbeam-skiplist: allows lookup to be customized. #1132){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)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