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

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

Golang api: audit for Go 1.23

This is a tracking issue for doing an audit of API additions for Go 1.23 as of CL 590835.New API changes for Go 1.23arch...

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

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

Golang cmd/compile: assembly generated is bigger than previous versions

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

Golang cmd/compile: remove unnecessary inline marks

What version of Go are you using (go version)?$ go versiongo version devel +c4f87ed Tue Mar 26 02:20:09 2019 +0000 linux...

Golang crypto/tls default tls.Config{} sends offered TLS 1.0

Version: go 1.24.5Not sure if it's a bug or by designWhat did you do?I created a cutomized tls.Config without setting th...

Golang internal compiler error for implicitly instantiated function as argument with lang set to go1.20 when running coverage

Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang cmd/compile: redundant conditional jump

What did you do?Hello. I was writing some code and decided to inspect the assembly instructions generated from it.https:...

Golang crypto/tls: frequent "connection reset by peer" failures in TestVerifyCertificates and other tests on freebsd/amd64

#!watchflakesdefault <- pkg == "crypto/tls" && test ~ `^TestVerifyCertificates` && `connect...

Golang github: make language change proposal triage less confusing to the outside

Currently, language change proposals created through the corresponding template are given titles starting with "proposal...

Golang cmd/compile: seemingly valid generic interface rejected

I don't see a good reason why the following interface should be invalid:type Element[E Element[E]] interface { Less(E...

Golang x/net/http2: remove http2.golang.org references

https://downforeveryoneorjustme.com/http2.golang.org?proto=httpsComment From: davecheneyMea culpa, it looks like this se...

Golang x/telemetry/godev: set up autodeployment and push test

Since Jan, my telemetry uploads were all rejected with 400 (Bad Request)Looking at the server, I noticed many upload rep...

Golang runtime: general slowdown relative from 1.22 to tip (1.23 candidate)

The performance dashboard shows a general, across-the-board regression from the last release (1.22) to current tip. The ...

Golang build: "SIGBUS: bus error" on darwin builders

#!watchflakesdefault <- goos == "darwin" && log ~ `SIGBUS: bus error`Issue created automatically to...

Golang time: TestLongAdjustTimers is taking too long on plan9-arm

The TestLongAdjustTimers test is consistently timing out after 60 seconds on plan9-arm, for example here:--- FAIL: TestL...

Golang x/tools/gopls: support region folding

Is your feature request related to a problem? Please describe.Vscode can fold the code with region comments if supported...

Golang x/telemetry: improvements to the front page at telemetry.go.dev

The front page of https://telemetry.go.dev is still largely a placeholder. We should improve it prior to the Go 1.23 rel...

Golang cmd/compile: missed trivial bound check elimination

Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang cmd/compile: unnecessary runtime.growslice with provable capacity

Go versiongo1.22Output of go env in your module/workspace:GOARCH=amd64GOOS=linuxWhat did you do?Compile the following:pa...
上一页 下一页
.