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.21
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.22
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 28, 2025

  1. [pointer] Replace project with cast_unsized_unchecked (#2405)

    gherrit-pr-id: Id0bf66cfb1c6359fe0dffe40c9a44dbaca7ebc12
    joshlf authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    0d7c32c View commit details
    Browse the repository at this point in the history
  2. [pointer] Group imports at the top of the file (#2407)

    gherrit-pr-id: I0a3639a58c6161a41f9cbc200cd322cc136d77fd
    joshlf authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    383f8c8 View commit details
    Browse the repository at this point in the history
  3. [pointer] Remove ReadReason from Read trait (#2409)

    gherrit-pr-id: I7694dcd7b9c01e25ac8ad9ee1915de16dbc00fdd
    joshlf authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    2570f56 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. [pointer] Use PME acronym in method name (#2412)

    Rename `into_exclusive_or_post_monomorphization_error` to
    `into_exclusive_or_pme` for brevity.
    
    gherrit-pr-id: Iff896bf79205dd13645f7f21b0c7c3623dade98f
    joshlf authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    07cdb8b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Inline try_cast_into() (#2415)

    This significantly improves codegen on embedded targets, allowing many
    checks to be optimized out.
    korran authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9f45062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cbd3e View commit details
    Browse the repository at this point in the history
Loading