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: golang/mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 27, 2023

  1. sumdb/tlog: fuzz tests for parsers

    Future fuzz tests could test round trip properties
    
    Change-Id: If195b82998ebedaeca68a7723c2558369e68f716
    GitHub-Last-Rev: 6fff4e6
    GitHub-Pull-Request: #18
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/470155
    Run-TryBot: Matthew Hickford <hickford@google.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Matthew Hickford <hickford@google.com>
    Run-TryBot: Bryan Mills <bcmills@google.com>
    hickford authored and gopherbot committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    69aa7ac View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. zip: fix on Windows

    Zip paths are slash-delimited, so using filepath with them is
    incorrect.
    
    Change-Id: I5ad1ee90dea97427b9b291b6fbc52e5bdaf0b678
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/474815
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    heschi authored and gopherbot committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ad6fd61 View commit details
    Browse the repository at this point in the history
Loading