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

Commits on May 7, 2025

  1. all: change from sort functions to slices functions

    The sorting functions in the slices package are slightly faster as they
    don't use reflection internally.
    
    Change-Id: I3c0ab61336d44c1928ee2a9da12a00d914f5e637
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/625635
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Michael Matloob <matloob@golang.org>
    Reviewed-by: Michael Matloob <matloob@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Juneezee authored and matloob committed May 7, 2025
    Configuration menu
    Copy the full SHA
    ae88a97 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. x/mod: add the ignore directive

    This CL adds the ignore directive that will be used to support the
    global ignore mechanism in http://go.dev/cl/643355
    
    For golang/go#42965
    
    Change-Id: I6d0b25de1b4d26185298f6e3aea5ba66651256cb
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/670656
    Reviewed-by: Michael Matloob <matloob@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Michael Matloob <matloob@google.com>
    samthanawalla committed May 8, 2025
    Configuration menu
    Copy the full SHA
    9d33331 View commit details
    Browse the repository at this point in the history
Loading