Golang x/crypto/ssh: verified public key callback and arbitrary data in Permissions

Proposal DetailsThe ServerConfig.PublicKeyCallback callback gets called as part of the server-side SSH handshake wheneve...

Golang proposal: cmd/{go,cgo,compile}: change interpretation of relative //line directives

Background: generated Go source files may contain //line directives that relate each line of Go source to the line of so...

Golang go/types: add Hasher{,IgnoreTags} types

[Edit: this proposal is now just for the hash function. The HashMap is another proposal.]We propose to add the HashMap d...

Golang x/tools/gopls: keeps crashing

Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang cmd/cgo: recognize //go:export like //export

Directives are excluded from extracted docs (#37974). In addition to comments matched by the //[a-z0-9]+:[a-z0-9] patter...

Golang weak: Documentation: clarification if weak.Make() moves objects from stack to heap

func X() {x := 9p := weak.Make(&x)}https://cs.opensource.google/go/go/+/refs/tags/go1.24.4:src/weak/pointer.go;l=67:...

Golang build: golang.org/x/tools/gopls failures

#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...

Golang cmd/compile: teach escape analysis to conditionally stack alloc interface method call parameters like a slice in w.Write(b)

Go versiontipWhat did you do?Run this benchmark:func CallWrite(w io.Writer, x byte) { // The backing array for this s...

Golang proposal: container: add weak reference maps

This is an outgrowth of #32779, and also of https://mdlayher.com/blog/unsafe-string-interning-in-go/ and ensuing discuss...

Golang x/tools/gopls: release version v0.19.1

This issue tracks progress toward releasing gopls@v0.19.1[x] create or update gopls-release-branch.0.19[x] update go.mod...

Golang x/build/maintner/maintnerd/maintapi: TestGetRef failures

#!watchflakespost <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "TestG...

Golang x/build/maintner/godata: TestCorpusCheck failures

#!watchflakespost <- pkg == "golang.org/x/build/maintner/godata" && test == "TestCorpusCheck&q...

Golang x/build/maintner/maintnerd/maintapi: TestCorpusCheck failures

#!watchflakespost <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "TestC...

Golang x/build/maintner/maintnerd/maintapi: TestTryBotStatus failures

#!watchflakesdefault <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "Te...

Golang x/build/maintner/godata: TestGerritForeachNonChangeRef failures

#!watchflakesdefault <- pkg == "golang.org/x/build/maintner/godata" && test == "TestGerritFore...

Golang proposal: crypto/x509: allow user override of the system roots on all platforms

Proposal DetailsToday, Go supports on Unices (not darwin) the ability to override the system roots through the use of th...

Golang runtime: TestMemoryLimit failures on Darwin

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

Golang runtime: TestGdb* failures

#!watchflakespost <- (pkg == "runtime" || pkg ~ `runtime:`) && test ~ `TestGdbPython`Issue created ...

Golang runtime:cpu2: TestCoroCgoCallback failures on openbsd/ppc64

#!watchflakesdefault <- pkg == "runtime:cpu2" && test == "TestCoroCgoCallback"Issue creat...

Golang x/tools/gopls: modernize's rangeint check is too aggressive

gopls version➜ gopls -v versionBuild info----------golang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 ...
上一页 下一页
.