Skip to content

Releases: taiki-e/atomic-memcpy

0.2.2

19 Aug 07:18
Compare
Choose a tag to compare
  • Exclude unneeded files from crates.io.

0.2.1

15 Jan 08:24
Compare
Choose a tag to compare
  • Update portable-atomic to 1.

0.2.0

03 Aug 20:09
Compare
Choose a tag to compare
  • Use portable-atomic crate on no-std targets to soundly support targets that do not have atomic load/store. (#4)

  • inline-always optional feature is now considered unstable.

  • Remove atomic_memcpy_unsafe_volatile cfg.

  • Remove unstable no-panic optional feature.

0.1.3

26 Feb 23:43
Compare
Choose a tag to compare
  • Fix documentation about uninitialized bytes. (#5)

0.1.2

24 Feb 15:27
Compare
Choose a tag to compare
  • Fix compatibility with -Zmiri-symbolic-alignment-check. (d7961b8)

0.1.1

13 Feb 09:49
Compare
Choose a tag to compare
  • Fix "unsupported operation: unable to turn pointer into raw bytes" Miri error. (#1)

0.1.0

12 Feb 19:52
Compare
Choose a tag to compare

Initial release