Skip to content

derive-v0.3.2

Compare
Choose a tag to compare
@joshlf joshlf released this 08 Dec 15:58
· 1046 commits to main since this release
9ecde74

What's Changed

  • Fix tests crashing with miri due to misalignment. by @yotamofek in #14
  • Inline more small functions. by @yotamofek in #15
  • [ci.yml] Test simd-nightly feature by @joshlf in #24
  • [ci.yml] Fix formatting and check formatting in CI by @joshlf in #25
  • Standardize import style by @joshlf in #26
  • [ci.yml] Test zerocopy-derive in CI by @joshlf in #27
  • Fix alignment tests for targets with pointer width < 8 bytes by @frazar in #28
  • Remove deprecated test output files by @SanchithHegde in #37
  • Fix as_bytes() test for big endian targets by @frazar in #34
  • Refactor zeroing for loops with the [u8]::fill method by @MSalah73 in #41
  • Re-enable test_new_error() for i686 target by @frazar in #42
  • [derive] Fix Clippy warnings by @joshlf in #48
  • Publish 0.7.0-alpha by @joshlf in #53
  • [derive] Publish 0.3.2 by @joshlf in #54

New Contributors

Full Changelog: derive-v0.3.0...derive-v0.3.2