Skip to content

Releases: google/zerocopy

v0.8.31

30 Nov 15:33
8ffc71c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.30...v0.8.31

v0.8.30

24 Nov 22:59
aa09c4f

Choose a tag to compare

UPGRADING NOTE: #2804, we invert the order of --cfgs passed by our build.rs script. This will be transparent to cargo users, but if you vendor zerocopy and build it by invoking rustc directly, you will need to update your --cfgs. Assuming you're on a relatively recent toolchain, you should simply stop passing any --cfgs when building zerocopy. For more details, see #2259.

What's Changed

Full Changelog: v0.8.29...v0.8.30

v0.8.29

24 Nov 22:11
bba1c6c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.28...v0.8.29

v0.8.28

20 Nov 17:03
c6932f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.27...v0.8.28

v0.8.27

06 Sep 21:53
5301361

Choose a tag to compare

What's Changed

  • Add KnownLayout::size_for_metadata by @jswrenn in #2674
  • Support repr(u128) and repr(i128) in derive(IntoBytes) by @jswrenn in #2676
  • [derive] IntoBytes padding error says number of bytes by @joshlf in #2699
  • [derive] Clarify FromBytes enum support by @joshlf in #2696
  • Implement traits for unsafe function values by @joshlf in #2697
  • derive(IntoBytes): support repr(C) structs with explicit trailing slices by @jswrenn in #2679

Full Changelog: v0.8.26...v0.8.27

v0.8.26

17 Jun 21:13
8d95361

Choose a tag to compare

What's Changed

  • Teach transmute_{ref,mut}! to handle slice DSTs by @joshlf in #2428
  • Update SizeEq safety invariant by @joshlf in #2564
  • derive(FromBytes): don't claim to support repr(C) by @jswrenn in #2575
  • Remove Deref bound on Display and Error for ValidityError by @jswrenn in #2579
  • [macros] Support shrinking value transmutes by @joshlf in #2581
  • Fix parsing bug when --cfg doc_cfg is passed on aarch64 by @joshlf in #2597

New Contributors

Full Changelog: v0.8.25...v0.8.26

v0.8.26-alpha

03 Jun 20:02
ffeec00

Choose a tag to compare

v0.8.26-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.25...v0.8.26-alpha

v0.8.25

25 Apr 17:18
6b8562d

Choose a tag to compare

What's Changed

Full Changelog: v0.8.24...v0.8.25

v0.8.25-alpha.3

08 Apr 17:47
279c414

Choose a tag to compare

v0.8.25-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.25-alpha.2...v0.8.25-alpha.3

v0.8.25-alpha.2

07 Apr 23:26
c2bfb85

Choose a tag to compare

v0.8.25-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.25-alpha...v0.8.25-alpha.2