Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-utils 0.8.17

13 Dec 14:06
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)
  • Improve support for targets without atomic CAS or 64-bit atomic. (#1037)
  • Always implement UnwindSafe and RefUnwindSafe for AtomicCell. (#1045)
  • Improve compatibility with Miri, TSan, and loom. (#995, #1003)
  • Improve compatibility with unstable oom=panic. (#1045)
  • Improve implementation of CachePadded. (#1014, #1025)
  • Update loom dependency to 0.7.

crossbeam-queue 0.3.9

13 Dec 14:06
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)
  • Improve support for targets without atomic CAS. (#1037)
  • Remove build script. (#1037)

crossbeam-epoch 0.9.16

13 Dec 14:07
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)
  • Improve support for targets without atomic CAS. (#1037)
  • Remove build script. (#1037)
  • Remove dependency on scopeguard. (#1045)
  • Update loom dependency to 0.7.

crossbeam-deque 0.8.4

13 Dec 14:07
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)

crossbeam-channel 0.5.9

13 Dec 14:07
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)

crossbeam-utils 0.8.16

12 Jun 17:03
Compare
Choose a tag to compare
  • Improve implementation of CachePadded. (#967)

crossbeam-epoch 0.9.15

12 Jun 17:03
Compare
Choose a tag to compare
  • Update memoffset to 0.9. (#981)

crossbeam-channel 0.5.8

09 Apr 12:47
81ff802
Compare
Choose a tag to compare
  • Fix race condition in unbounded channel. (#972)

crossbeam-utils 0.8.15

28 Feb 15:18
721382b
Compare
Choose a tag to compare
  • Add #[clippy::has_significant_drop] to ShardedLock{Read,Write}Guard. (#958)
  • Improve handling of very large timeout. (#953)
  • Soft-deprecate thread::scope() in favor of the more efficient std::thread::scope that stabilized on Rust 1.63. (#954)

crossbeam-epoch 0.9.14

28 Feb 15:19
721382b
Compare
Choose a tag to compare
  • Update memoffset to 0.8. (#955)