Golang x/pkgsite: request removal of listing for github.com/syllableai/hydrogen-protos/gen/go/hydrogen/auth/v1/authv1connect

Please remove the go.dev package page for a private repository.Package page: https://pkg.go.dev/github.com/syllableai/hy...

Golang x/tools/gopls: "invalid type" completion for make(map) in struct field assign

gopls versionBuild infogolang.org/x/tools/gopls v0.0.0-20250825151158-e8ff82cb4556 golang.org/x/tools/gopls@v0.0.0-20...

Golang os: ReadDir on regular file returns non nil slice on Windows

Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:AR=arCC=gccCGO_CFLAGS=-O2 -gCGO_CPP...

Golang x/crypto/chacha20: chacha20 is extremely slow even slower than chacha20-poly1305

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

Golang encode/json/v2: panic when calling json.GetOption(json.DefaultOptionsV2(), json.WithMarshalers)

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

Golang cmd/go: go tool signal forwarding does not play nice with foreground tools

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

Golang cmd/compile: bound-check elimination does not propagate slice length equality correctly

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

Golang runtime: init function run unexpectedly when plugin.Open fails

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

Golang runtime: init function run unexpectedly when plugin.Open fails [1.25 backport]

@WangLeonard requested issue #75102 to be considered for backport to the next 1.25 minor release.Maybe we need a backpor...

Golang runtime: init function run unexpectedly when plugin.Open fails [1.24 backport]

@WangLeonard requested issue #75102 to be considered for backport to the next 1.24 minor release.Maybe we need a backpor...

Golang go/ast: add ParseDirective

Proposal Details*ast.CommentGroup has a helpful Text method to extract the text of comments that are not directives, but...

Golang cmd/internal/obj/riscv: riscv64 compressed instructions

The RISC-V architecture has support for compressed instructions - these are effectively a subset of the standard 4 byte ...

Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches [1.25 backport]

@FiloSottile requested issue #75054 to be considered for backport to the next 1.25 minor release.We decided to fix this ...

Golang proposal: syscall/js: add Value.Format and make Value.String stricter

Proposal DetailsWhat's wrong with the current Value.String behaviour?Nothing's really wrong it's just that it doesn't qu...

Golang cmd/compile: suboptimal regalloc

package mainvar g intfunc f(x, y int) { h(8, x) g = y}func h(a, b int)Generates:MOVQ BX, main.y+40(SP)MOVQ A...

Golang testing/synctest: test timeout with no runnable goroutines

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

Golang cmd/go: go list does not scale with GOMAXPROCS

What version of Go are you using (go version)?master ace1494d9235be94f1325ab6e45105a446b3224cDoes this issue reproduce w...

Golang unicode/utf8: make DecodeRune and DecodeLastRune inlineable

Code like the following is unfortunately very common:r, n := rune(b[0]), 1if r >= utf8.RuneSelf { r, n = utf8.Deco...

Golang proposal: Add GPM (Go Package Manager),

Proposal DetailsHello everyone,This PR introduces a command-line tool, GPM (Go Package Manager),I've been working on a G...

Golang access: Run TryBot Permissions

Per https://go.dev/wiki/GerritAccess, I would like to request TryBot running privileges for myself (zxilly@outlook.com)....
上一页 下一页
.