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.6
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.7
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Oct 17, 2024

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

    And allow `non_local_definitions`.
    google-pr-creation-bot authored Oct 17, 2024
    Copy the full SHA
    a8e58c1 View commit details

Commits on Oct 18, 2024

  1. Copy the full SHA
    44ccf6e View commit details
  2. [ci] Roll pinned stable toolchain (#1937)

    Co-authored-by: Joshua Liebow-Feeser <joshlf@users.noreply.github.com>
    google-pr-creation-bot and joshlf authored Oct 18, 2024
    Copy the full SHA
    40947c6 View commit details

Commits on Oct 19, 2024

  1. Copy the full SHA
    f1cf10a View commit details

Commits on Oct 20, 2024

  1. Copy the full SHA
    a77e84b View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    5b1207e View commit details
  2. [doc] Render toolchain version detection in rustdoc (#1944)

    Previously, we had avoided doing this because there wasn't any way to
    guarantee that we didn't make mistakes and render the wrong version for
    a particular named toolchain version.
    
    In this commit, we take the pragmatic approach of renaming the named
    toolchain versions - in particular, we add a suffix which includes the
    toolchain version. This is fairly error-resistant for two reasons:
    - At the definition site (in `Cargo.toml`), the name appears on the same
      line as the version, so mistakes should be obvious
    - At the use site (in various `.rs` files), the name appears within a
      few lines of any `#[cfg_attr(doc_cfg, doc(cfg(...)))]` attribute, so
      mistakes should similarly be obvious
    
    Release 0.8.7.
    
    Closes #894
    
    gherrit-pr-id: I74b8e9be0e6cb6e02552d2e1f985b490a7d37afe
    joshlf authored Oct 21, 2024
    Copy the full SHA
    5c635c6 View commit details
Loading