Golang proposal: cmd/compiler,cmd/asm: add -d=checkframepointer option

Proposal DetailsWe consider the frame pointer as a scratch register however the assembler and compiler toolchain avoids ...

Golang encoding/json/v2: change in Decoder.Token behavior at unexpected EOF

With GOEXPERIMENT=jsonv2, the behavior of encoding/json.Decoder.Token has changed when encountering an unexpected EOF. ...

Golang proposal: runtime: add go:linkname on runtime.firstmoduledata

GoalsAdd //go:linkname firstmoduledata on runtime.firstmoduledata with go1.23 release.We want to access it by go:link...

Golang cmd/go: change go mod init default go directive to 1.(N-n).0

This is a feature request for the default behavior of the go mod init command (doc, ref).BackgroundThis command creates ...

Golang runtime:cpu2: TestAbortInCgo failures

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

Golang net/http: TestCmdGoNoHTTPServer failures

#!watchflakesdefault <- pkg == "net/http" && test == "TestCmdGoNoHTTPServer"Issue created...

Golang encoding/json: Decoder.Token does not return an error for incomplete JSON

When dealing with incomplete JSON, the (*Decoder).Token method returns io.EOF at the end of the input instead of providi...

Golang all: test failures using proxy.golang.org

#!watchflakesdefault <- (`(Get|read) \\?"https://?proxy.golang.org/` || (section == "go test -short ./.....

Golang runtime/metrics: add metric to identify when finalizers are running slowly, holding up the queue

As per https://groups.google.com/g/golang-nuts/c/uL68-fxg2K4, this is a subtlety with finalizers (and cleanups) that doe...

Golang proposal: spec: infer types from sufficiently constrained constraints

Go Programming ExperienceExperiencedOther Languages ExperienceGo, Python, C, C++, JavaRelated Idea[ ] Has this idea, or ...

Golang x/pkgsite: missing stdlib docs for Go 1.24

What is the URL of the page with the issue?Any stdlib page, e.g. https://pkg.go.dev/crypto/rand?tab=versionsWhat is your...

Golang cmd/cgo/internal/testsanitizers: TestTSAN failures with SIGSEGV

#!watchflakespost <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestTSAN" &...

Golang runtime: TestMemPprof failures

#!watchflakespost <- pkg == "runtime" && test == "TestMemPprof"Issue created automaticall...

Golang cmd/compile: constraint generics compiler bug

Go version1.24.3Output of go env in your module/workspace:any environmentWhat did you do?import ( "fmt" ...

Golang x/tools/gopls: go to definition should go to replaced version of module

gopls versiongolang.org/x/tools/gopls v0.18.1go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Cach...

Golang Update membership list of @golang/riscv64

Would it be possible to update the membership list of @golang/riscv64 to include new community members who are actively ...

Golang x/tools/gopls: can't find definition using -mod=mod

gopls versiongo envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Caches/go-build'GOENV='/Users/didi/L...

Golang cmd/gofmt: remove leading/trailing blank lines from function bodies

What steps will reproduce the problem?1. http://play.golang.org/p/Np4vGQFcqA2. Hit Format.What is the expected output? W...

Golang proposal: net/http: ServeMux.Handler should set the pattern and matches on the request

Proposal Detailsright now it's very inefficient to have wrappers that uses Handler because for some reason it refuses to...

Golang proposal: net/http: Match "Conflicting" Routes in the order theyre defined instead of panicking

Proposal Detailsregistering 2 handlers:mux.HandleFunc("/api/", ApiHandler)mux.HandleFunc("GET /", Vu...
下一页
.