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.24
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.25-alpha
Choose a head ref
  • 7 commits
  • 19 files changed
  • 3 contributors

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    438df56 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. [ci] Roll pinned nightly toolchain (#2460)

    gherrit-pr-id: Ic1b89b88eeeb09cbd3fc0d811b6198978e613309
    google-pr-creation-bot authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    abd4f45 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. [ci] Roll pinned nightly toolchain (#2461)

    gherrit-pr-id: Ibc5243c2d8a9df6108aa9cf42671018802d4fa48
    google-pr-creation-bot authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    e112723 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    079fe9c View commit details
    Browse the repository at this point in the history
  2. Add SplitAt, derive(SplitAt) (#2433)

    This derivable trait provides generalized splitting for slice DSTs.
    Splitting a DST `T` produces a pair `(T, [T::Elem])`, where `T::Elem`
    is the element type of `T`'s trailing slice. We expose this
    functionality as a derivable trait, so as to not violate the privacy
    of the trailing slice.
    
    Makes progress towards #1290.
    jswrenn authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    fa0b99d View commit details
    Browse the repository at this point in the history
  3. [derive] Test with UnsafeCells (#2463)

    gherrit-pr-id: I15a252332006963e6ca345d8bfcbb5adb554f622
    joshlf authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    cbd1163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88aa53 View commit details
    Browse the repository at this point in the history
Loading