Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-utils 0.8.21

15 Dec 15:26
Compare
Choose a tag to compare
  • Improve implementation of CachePadded. (#1152)

crossbeam-queue 0.3.12

15 Dec 15:29
Compare
Choose a tag to compare
  • Fix stack overflow when pushing large value to SegQueue. (#1146, #1147, #1159)

crossbeam-deque 0.8.6

15 Dec 15:29
Compare
Choose a tag to compare
  • Fix stack overflow when pushing large value to Injector. (#1146, #1147, #1159)

crossbeam-channel 0.5.14

15 Dec 15:26
Compare
Choose a tag to compare
  • Fix stack overflow when sending large value to unbounded channel. (#1146, #1147)
  • Add Select::new_biased function. (#1150)
  • Remove inefficient spinning. (#1154)
  • Suppress buggy clippy::zero_repeat_side_effects lint in macro generated code. (#1123)

crossbeam-utils 0.8.20

19 May 18:30
Compare
Choose a tag to compare
  • Implement Display for CachePadded. (#1097)

crossbeam-channel 0.5.13

19 May 18:30
Compare
Choose a tag to compare
  • Add select_biased! macro. (#1040)

crossbeam-channel 0.5.12

28 Feb 15:21
Compare
Choose a tag to compare
  • Fix memory leak in unbounded channel. (#1084)

crossbeam-utils 0.8.19

08 Jan 12:56
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)

crossbeam-skiplist 0.1.3

08 Jan 13:26
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)

crossbeam-queue 0.3.11

08 Jan 12:56
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)