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/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-branch.go1.25
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 6, 2025

  1. [release-branch.go1.25] update codereview.cfg for release-branch.go1.25

    Change-Id: Id2aa864e4549623cc6d98d95028858d41459fa63
    Reviewed-on: https://go-review.googlesource.com/c/go/+/679176
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    cagedmantis committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    5abb1d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. [release-branch.go1.25] all: merge master (da0e8c4) into release-bran…

    …ch.go1.25
    
    Merge List:
    
    + 2025-06-09 da0e8c4 cmd/compile: relax reshaping condition
    + 2025-06-09 7800f4f log/slog: fix level doc on handlers
    + 2025-06-07 d184f8d runtime: check for gsignal in racecall on loong64
    + 2025-06-06 0ccfbc8 os/signal: doc link to syscall.EPIPE
    
    Change-Id: I4e3cfdb4769207ba87788da1650ed2a1f731ed86
    cherrymui committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    4b3a0b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. [release-branch.go1.25] all: merge master (7fa2c73) into release-bran…

    …ch.go1.25
    
    Merge List:
    
    + 2025-06-10 7fa2c73 os: disallow Root.Remove(".") on Plan 9, js, and Windows
    + 2025-06-10 281cfcf runtime: handle system goroutines later in goroutine profiling
    + 2025-06-10 4f86f22 testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
    + 2025-06-10 773701a internal/trace: pass GOTRACEBACK=crash to testprogs
    + 2025-06-10 fb0c27c os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX
    + 2025-06-10 1cafdfb net/http: make the zero value of CrossOriginProtection work
    + 2025-06-10 a35701b cmd/dist: only install necessary tools when doing local test
    + 2025-06-10 a189516 runtime: don't do a direct G handoff in semrelease on systemstack
    + 2025-06-10 f18d046 all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print build info
    + 2025-06-09 ee7bfbd cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
    + 2025-06-09 985d600 runtime: use small struct TestSynctest to ensure cleanups run
    + 2025-06-09 848a768 runtime: clarify stack traces for bubbled goroutines
    + 2025-06-09 049a5e6 runtime: return a different bubble deadlock error when main goroutine is done
    + 2025-06-09 ac16867 cmd/internal/doc: increase version of pkgsite doc command that's run
    
    Change-Id: Iba7b2c2f06e91a39fa039c08170e6054e50de3c6
    cherrymui committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    9546293 View commit details
    Browse the repository at this point in the history
  2. [release-branch.go1.25] go1.25rc1

    Change-Id: I2611db09afd71b4b4811d118ec8c2446de4f8d40
    Reviewed-on: https://go-review.googlesource.com/c/go/+/681056
    Auto-Submit: Gopher Robot <[email protected]>
    TryBot-Bypass: Gopher Robot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    gopherbot committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    8ac5714 View commit details
    Browse the repository at this point in the history
Loading