Golang time: AddDate(1 month) is confusing on 31st day; better docs needed

Go versiongo1.20.8Output of go env in your module/workspace:GO111MODULE="on"GOARCH="arm64"GOBIN=&quo...

Golang runtime/pprof: TestProfilerStackDepth/mutex times out

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex" ...

Golang go/types: receiver type parameters not recorded as uses or type expressions in types.Info in Go 1.24

CL 594740 rewrote type checking of method receiver types. Because that CL takes apart the receiver "manually" rather tha...

Golang x/tools/go/analysis: add Pass.Module field

Proposal DetailsSome analyzers need information about the module to which a package belongs, such as its version of Go. ...

Golang cmd/cgo: _cgopackage.Incomplete when accessing C function starting with "union_"

Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang x/tools/gopls: ApplyFix: createUndeclared calls ZeroExpr(types.Tuple), crashes

#!stacks"gopanic" && "ZeroExpr" && "createUndeclared" && "App...

Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.24 backport]

@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.24 minor release.@gopherbot please o...

Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.23 backport]

@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.23 minor release.@gopherbot please o...

Golang x/benchmarks/sweet: disable gvisor for arm64 by default

Go versiongo version go1.22.3 linux/arm64Output of go env in your module/workspace:GOARCH='arm64'What did you do?Current...

Golang cmd/go: TestScript/test_buildinfo_godebug_issue68053 failures [consistent failure]

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_buildinfo_godebug_issue680...

Golang cmd/compile: internal compiler error with zero-size types [1.22 backport]

@dr2chase requested issue #65808 to be considered for backport to the next 1.22 minor release.@gopherbot please consider...

Golang cmd/compile: internal compiler error: 'foo.toStrings': value v2 still has 1 uses

Go versiongo version go1.22.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang cmd/compile: relax wasm/wasm32 function import signature type constraints

Background59149 removed the package restrictions on the use of go:wasmimport, but established strict constraints on the ...

Golang cmd/go: potential test flakes for TestScript/mod_invalid_version

There's a recent failure on the linux/amd64 longtest-aliastypes builder that does not seem related to the commit appende...

Golang x/exp/trace,internal/trace: support event constructor for testing

As discussed in #62627, this issue proposed to extend the API of x/exp/trace to support programmatically creating trace ...

Golang x/website/_content/tour: add a link to the spanish translation

ProposalThe proposal is that Spanish-speaking people have access to the go tour.This proposal would help a lot of people...

Golang cmd/gofmt: TestAll failures

#!watchflakesdefault <- pkg == "cmd/gofmt" && test == "TestAll"Issue created automaticall...

Golang cmd/compile/internal/ssa: TestDebugLines_74576/i74576b.go failures

#!watchflakesdefault <- pkg == "cmd/compile/internal/ssa" && test == "TestDebugLines_74576/i74...

Golang cmd/go: extract TestScript functionality to internal/script

While writing a test for #29253, it is apparent that using the existing cmd/go script test framework makes the test writ...

Golang cmd: relocate script test framework from cmd/go to cmd/internal

The Go command has a very nice "script" testing framework that makes it easy to write regression tests that involve smal...
上一页 下一页
.