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.30.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.31.0
Choose a head ref
  • 3 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 14, 2025

  1. x/mod: apply go fix and go vet

    (Needed so that I can vendor this into std,
    a consequence of vendoring x/tools into std.)
    
    A number of places were further simplified by hand.
    
    Change-Id: Ic836afb1623365edcf81f5363f213366a2978d28
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/720581
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    Auto-Submit: Alan Donovan <adonovan@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    adonovan authored and gopherbot committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    3f03020 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. sumdb/note: delete chop

    CL 720581 replaced almost all instances of it, this gets the last one.
    
    [git-generate]
    cd sumdb/note
    rf '
    	ex { import "strings"; chop -> strings.Cut }
    	rm chop
    '
    
    Change-Id: I3bd4665c959c7b6fd2729189a6e7cfb101e5a4b7
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/720700
    Reviewed-by: Alan Donovan <adonovan@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    dmitshur authored and gopherbot committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    269c237 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I56eac9edfc36572201aacff64c3568b06eaa6d10
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/728000
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    gopherbot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    d271cf3 View commit details
    Browse the repository at this point in the history
Loading