Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-epoch 0.9.9

16 Jun 15:31
1676989
Compare
Choose a tag to compare
  • Replace lazy_static with once_cell. (#817)

crossbeam-channel 0.5.5

16 Jun 15:32
1676989
Compare
Choose a tag to compare
  • Replace Spinlock with Mutex. (#835)

crossbeam-channel 0.5.4

18 Mar 16:15
397460a
Compare
Choose a tag to compare
  • Workaround a bug in upstream related to TLS access on AArch64 Linux. (#802)

crossbeam-utils 0.8.8

15 Mar 12:36
5b4d808
Compare
Choose a tag to compare
  • Fix a bug when unstable loom support is enabled. (#787)

crossbeam-queue 0.3.5

15 Mar 12:36
5b4d808
Compare
Choose a tag to compare
  • Add ArrayQueue::force_push. (#789)

crossbeam-epoch 0.9.8

15 Mar 12:36
5b4d808
Compare
Choose a tag to compare
  • Make Atomic::null() const function at 1.61+. (#797)

crossbeam-channel 0.5.3

15 Mar 12:36
5b4d808
Compare
Choose a tag to compare
  • Fix panic on very large timeout. (#798)

crossbeam-utils 0.8.7

05 Feb 12:56
2988f87
Compare
Choose a tag to compare
  • Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785)
  • Add AtomicCell<{i*,u*,bool}>::fetch_nand. (#785)
  • Fix unsoundness of AtomicCell<{i,u}64> arithmetics on 32-bit targets that support Atomic{I,U}64 (#781)

crossbeam-queue 0.3.4

05 Feb 12:56
2988f87
Compare
Choose a tag to compare
  • Implement IntoIterator for ArrayQueue and SegQueue. (#772)

crossbeam-epoch 0.9.7

05 Feb 12:56
2988f87
Compare
Choose a tag to compare
  • Fix Miri error when -Zmiri-check-number-validity is enabled. (#779)