Golang x/pkgsite: package removal request

Removal RequestDESMG-NAT (github.com/jyxjjj/GoProjects/DESMG-NAT)Reason: This package is deleted forever.DESMG-FileCrypt...

Golang time: time#Format using time.RFC3339 using time.Time with time.Location Europe/London should use +00:00 instead of Z

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

Golang cmd/go: unexpected command execution in untrusted VCS repositories CVE-2025-4674

This is a PRIVATE issue for CVE-2025-4674, tracked in http://b/396467515 and fixed by https://go-internal-review.git.cor...

Golang cmd/compile/internal/escape: optimization wrongly affecting panics

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

Golang context: cancelCtx.Done panics because atomic.Value holds an interface{} instead of a chan struct{}

Go versiongo version go1.24.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang cmd/compile: devirtualized type switch causes temporary allocation to escape

Consider the following program:package xfunc z(x int) (*int, int) { switch x := any(x).(type) { case *int: ...

Golang runtime: Race detector causes exit status 0xc0000139 on Windows 11 with 1.21rc2 running gcc 9.2.0

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

Golang cmd/compile: counter-intuitive comparison of zero-sized pointers wrapped in interfaces

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

Golang cmd/go: unexpected command execution in untrusted VCS repositories CVE-2025-4674 [1.24 backport]

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

Golang cmd/go: unexpected command execution in untrusted VCS repositories CVE-2025-4674 [1.23 backport]

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

Golang x/tools/gopls: compute references/refactoring for all build configurations

This issue follows up on zero-config gopls (#57979). With that change, gopls can dynamically add build configurations (V...

Golang runtime: TestGdbBacktrace failures

#!watchflakesdefault <- pkg == "runtime" && test == "TestGdbBacktrace"Issue created autom...

Golang runtime: TestGdbBacktrace failures

#!watchflakesdefault <- pkg ~ `runtime` && test == "TestGdbBacktrace"Issue created automatically to...

Golang net/http/server.go: the server doesn't exit when the listener socket fd closed

Go versiongo version go1.16 x86/amd64Output of go env in your module/workspace:GO111MODULE=""GOARCH="amd6...

Golang reflect: Value.Seq|Seq2 documentation and unexported value

Go version1.24Output of go env in your module/workspace:not relevantWhat did you do?Calling reflect.Value.Seq() panics i...

Golang crypto/tls: usage of QUICResumeSession in Go 1.23rc1 breaks backwards compatibility

Go versiongo version go1.23rc1 (all platforms)Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBI...

Golang crypto/tls: support QUIC as a transport

QUIC is the transport protocol underlying HTTP/3, as detailed in https://tools.ietf.org/html/draft-ietf-quic-tls-34. A Q...

Golang x/tools/gopls: parameter hints broken

My Setup:- go: go version go1.24.4 linux/amd64- gopls: golang.org/x/tools/gopls v0.19.1- code: 1.101.1- vscode-go extens...

Golang cmd/compile: support conditional escapes by splitting variables

Consider the following program:package x//go:nosplitfunc x(v *int, b bool) unsafe.Pointer { if b { return unsa...

Golang x/tools/gopls/internal/test/integration/modfile: TestGovimModReadonly/default failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/modfile" && test...
上一页 下一页
.