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

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

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

Commits on Dec 8, 2023

  1. [readme] Link to GitHub Releases (#692) (#693)

    Release 0.7.30
    joshlf authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    961612f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix soundness hole in Ref::into_ref and into_mut (#721)

    This commit implements the fix for #716 which will be released as a new
    version in version trains 0.2, 0.3, 0.4, 0.5, 0.6, and 0.7. See #716 for
    a description of the soundness hole and an explanation of why this fix
    is chosen.
    
    Unfortunately, due to dtolnay/trybuild#241, there is no way for us to
    write a UI test that will detect a failure post-monomorphization, which
    is when the code implemented in this change is designed to fail. I have
    manually verified that unsound uses of these APIs now fail to compile.
    
    Release 0.7.31.
    joshlf authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7d3a8f9 View commit details
    Browse the repository at this point in the history
Loading