Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-utils 0.8.6

08 Jan 19:31
f9cec06
Compare
Choose a tag to compare
  • Re-add AtomicCell<{i,u}64>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor} that were accidentally removed in 0.8.0 0.7.1 on targets that do not support Atomic{I,U}64. (#767)
  • Re-add AtomicCell<{i,u}128>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor} that were accidentally removed in 0.8.0 0.7.1. (#767)

crossbeam-queue 0.3.3

08 Jan 19:33
f9cec06
Compare
Choose a tag to compare
  • Fix stacked borrows violation in ArrayQueue when -Zmiri-tag-raw-pointers is enabled. (#763)

crossbeam-epoch 0.9.6

08 Jan 19:34
f9cec06
Compare
Choose a tag to compare
  • Add Atomic::fetch_update. (#706)

crossbeam-channel 0.5.2

08 Jan 19:34
f9cec06
Compare
Choose a tag to compare
  • Fix stacked borrows violations when -Zmiri-tag-raw-pointers is enabled. (#763, #764)

crossbeam-deque 0.8.1

02 Aug 16:03
0e2a930
Compare
Choose a tag to compare

crossbeam-utils 0.8.5

30 May 03:21
6d4cdd4
Compare
Choose a tag to compare
  • Add AtomicCell::fetch_update (#704)
  • Support targets that do not have atomic CAS on stable Rust (#698)

crossbeam-queue 0.3.2

30 May 03:22
6d4cdd4
Compare
Choose a tag to compare
  • Support targets that do not have atomic CAS on stable Rust (#698)

crossbeam-epoch 0.9.5

30 May 03:23
6d4cdd4
Compare
Choose a tag to compare
  • Fix UB in Pointable impl of [MaybeUninit<T>] (#694)
  • Support targets that do not have atomic CAS on stable Rust (#698)
  • Fix breakage with nightly feature due to rust-lang/rust#84510 (#692)

crossbeam 0.8.1

30 May 03:23
6d4cdd4
Compare
Choose a tag to compare
  • Support targets that do not have atomic CAS on stable Rust (#698)

crossbeam-utils 0.8.4

29 Apr 18:58
d4f6785
Compare
Choose a tag to compare
  • Bump loom dependency to version 0.5. (#686)