Golang cmd/go: support corpus minimization

We should support corpus minimization, which will mean the ability to remove items from the on-disk corpus which either ...

Golang runtime/pprof: labels not reliably collected in goroutine dump

Go version1.24.4Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...

Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.23 backport]

@rhysh requested issue #74090 to be considered for backport to the next 1.23 minor release.@gopherbot please backport. T...

Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.24 backport]

@rhysh requested issue #74090 to be considered for backport to the next 1.24 minor release.@gopherbot please backport. T...

Golang cmd/compile: wrapping funcs in interfaces causes them to escape

Consider the following program:package xtype i interface { f(*int) }type f func(*int)func (f f) f(x *int) { f(x) }//go:n...

Golang runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21, stale bounds [1.21 backport]

I requested issue https://github.com/golang/go/issues/62440 to be considered for backport to the next 1.21 minor release...

Golang proposal: x/crypto/x509roots/fallback: export certificate bundle

Proposal DetailsThe x/crypto/x509roots package was added in https://github.com/golang/go/issues/43958 and https://github...

Golang os/exec: Cmd.String races with Cmd.Start on Windows

https://go.dev/cl/527337 reverted a change in os/exec due to a data race between the Start method and anything that insp...

Golang cmd/go: cache results of exec.LookPath

What version of Go are you using (go version)?$ go versiongo version go1.13.6 windows/amd64Does this issue reproduce wit...

Golang net/http: Request.Clone() does not deep copy Body contrary to its docs (using GetBody works though)

What version of Go are you using (go version)?$ go versiongo version go1.13.5 linux/amd64Does this issue reproduce with ...

Golang cmd/compile: package-level variable initialization with constant dependencies doesn't match order specified in Go spec [1.22 backport]

@griesemer requested issue #66575 to be considered for backport to the next 1.22 minor release.@gopherbot please conside...

Golang cmd/compile: internal compiler error: unexpected type: <nil> (<nil>) in for-range [1.22 backport]

@griesemer requested issue #67027 to be considered for backport to the next 1.22 minor release.@gopherbot please conside...

Golang crypto/tls: segfault when calling tlsrsakex.IncNonDefault() [1.22 backport]

@FiloSottile requested issue #65991 to be considered for backport to the next 1.22 minor release.@gopherbot please open ...

Golang cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N) [1.21 backport]

@samthanawalla requested issue #66403 to be considered for backport to the next 1.21 minor release.@gopherbot pretty ple...

Golang cmd/link: using -fuzz with test that links with cgo on darwin causes linker failure [1.22 backport]

@cherrymui requested issue #65169 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...

Golang cmd/cgo/internal/swig,cmd/go,x/build: swig cgo tests incompatible with C++ toolchain on builders [1.22 backport]

@dmitshur requested issue #67698 to be considered for backport to the next 1.22 minor release.@gopherbot Please consider...

Golang cmd/cgo/internal/swig,cmd/go,x/build: swig cgo tests incompatible with C++ toolchain on builders [1.21 backport]

@dmitshur requested issue #67698 to be considered for backport to the next 1.21 minor release.@gopherbot Please consider...

Golang cmd/link: using -fuzz with test that links with cgo on darwin causes linker failure [1.21 backport]

@cherrymui requested issue #65169 to be considered for backport to the next 1.21 minor release.@gopherbot please backpor...

Golang cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N) [1.22 backport]

@samthanawalla requested issue #66403 to be considered for backport to the next 1.22 minor release.@gopherbot pretty ple...

Golang cmd/internal/obj: prologue end marker in arm64 is in the wrong place

Go versiongo1.24.4Output of go env in your module/workspace:AR='ar' ...
上一页 下一页
.