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: deac322
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46cb016
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 10, 2020

  1. [release-branch.go1.12] cmd/go/internal/modload: remove erroneous tes…

    …t case
    
    Commit e0cf3de987e6 of the vcs-test.golang.org/git/querytest repo
    includes a go.mod file specifying path vcs-test.golang.org/git/querytest.git,
    as does the latest commit. Since the repository also lacks v3 tags,
    a query for "latest" with a v3 path should fail.
    
    Due to a bug, that query does not fail as expected with Go 1.12.
    However, we do not need to continue to test for buggy behavior that
    was fixed in a subsequent release.
    
    Updates #36489
    
    Change-Id: I766390c962fc75ba98fad02831310d90abf3055f
    Reviewed-on: https://go-review.googlesource.com/c/go/+/214281
    Run-TryBot: Bryan C. Mills <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Bryan C. Mills committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9720aff View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. [release-branch.go1.12] runtime: ignore power notification error seen…

    … on Windows Docker
    
    Updates #36557
    Fixes #36574
    
    Change-Id: Ia8125f382d5e14e5612da811268a58971cc9ac08
    Reviewed-on: https://go-review.googlesource.com/c/go/+/214917
    Run-TryBot: Ian Lance Taylor <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Brad Fitzpatrick <[email protected]>
    Reviewed-by: Jason A. Donenfeld <[email protected]>
    Reviewed-by: Austin Clements <[email protected]>
    (cherry picked from commit d2de9bd)
    Reviewed-on: https://go-review.googlesource.com/c/go/+/215017
    ianlancetaylor committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    4af1337 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. [release-branch.go1.12] all: merge release-branch.go1.12-security int…

    …o release-branch.go1.12
    
    Change-Id: Ic8ed07ad2c77042a67d7e1d4e9c0d5953610cf07
    dmitshur committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    249c282 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. [release-branch.go1.12] doc: document Go 1.12.17

    Change-Id: I95f81f269e742ac058cb3e6404cc43beb2428926
    Reviewed-on: https://go-review.googlesource.com/c/go/+/219200
    Run-TryBot: Alexander Rakoczy <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    toothrot committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b293f01 View commit details
    Browse the repository at this point in the history
  2. [release-branch.go1.12] go1.12.17

    Change-Id: I9d398ed495011487544b1e5d0a469ae73c6f5927
    Reviewed-on: https://go-review.googlesource.com/c/go/+/219218
    Run-TryBot: Alexander Rakoczy <[email protected]>
    TryBot-Result: Gobot Gobot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    toothrot committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    46cb016 View commit details
    Browse the repository at this point in the history
Loading