Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-epoch 0.9.10

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)
  • Mitigate the risk of segmentation faults in buggy downstream implementations. (#879)
  • Add {Atomic, Shared}::try_into_owned (#701)

crossbeam-deque 0.8.2

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-channel 0.5.6

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam 0.8.2

23 Jul 07:05
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-utils 0.8.10

23 Jun 15:49
f12133c
Compare
Choose a tag to compare
  • Fix unsoundness of AtomicCell on types containing niches. (#834)
    This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See #834 for more.

crossbeam-utils 0.8.9

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

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)