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: google/zerocopy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.51
Choose a base ref
...
head repository: google/zerocopy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.52
Choose a head ref
  • 3 commits
  • 65 files changed
  • 4 contributors

Commits on Jun 8, 2026

  1. Introduce derive(most_traits) and rename unstable linux cfg (#3416)

    Renames `zerocopy_unstable_derive_on_error` to `zerocopy_unstable_linux`.
    
    Adds unstable `derive(most_traits)` which attempts to quietly derive
    all zerocopy traits, but excludes traits like `Hash` for which
    zerocopy provides optimized derives.
    
    gherrit-pr-id: G713b9f3eb6365b11e4e1777ee69e75a6fae758d3
    jswrenn authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    8d7db04 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. zerocopy: add SPDX-License-Identifier to source files (#3455)

    Fixes #3428
    
    Co-authored-by: Sagar Taunk <sagartaunk@proton.me>
    joshlf and Sagartaunk authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    6f7583b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8beb48b View commit details
    Browse the repository at this point in the history
Loading