Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Lokathor/bytemuck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.3
Choose a base ref
...
head repository: Lokathor/bytemuck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 31, 2024

  1. Fix box_bytes_zst test (#260)

    zachs18 authored Jul 31, 2024
    Copy the full SHA
    e1baf85 View commit details

Commits on Aug 2, 2024

  1. Add bytemuck attribute to NoUninit derive (#259)

    richardpringle authored Aug 2, 2024
    Copy the full SHA
    243302d View commit details

Commits on Aug 11, 2024

  1. Make must_cast by-value and by-shared-ref functions const (#261)

    * Make must_cast by-value and by-shared-ref functions const (but not by-mut-ref)
    
    * Add comment for transmute! macro new arm, and update Cargo.toml comment for must_cast MSRV.
    zachs18 authored Aug 11, 2024
    Copy the full SHA
    5eecd33 View commit details
  2. Remove "dangling" terminology for zero-sized pointees. (#262)

    * Update safety comment on BoxBytes pointer field.
    
    * Update mentions of "dangling" pointers elsewhere in src/allocation.rs.
    zachs18 authored Aug 11, 2024
    Copy the full SHA
    bb62be5 View commit details

Commits on Aug 16, 2024

  1. derive changelog

    Lokathor committed Aug 16, 2024
    Copy the full SHA
    7be8c67 View commit details
  2. chore: Release bytemuck_derive version 1.7.1

    Lokathor committed Aug 16, 2024
    Copy the full SHA
    faff804 View commit details
  3. changelog.

    Lokathor committed Aug 16, 2024
    Copy the full SHA
    413aaaf View commit details
  4. chore: Release bytemuck version 1.17.0

    Lokathor committed Aug 16, 2024
    Copy the full SHA
    3c42ba7 View commit details
Loading