Golang net/http: data race involving net/http.(*http2Framer).WriteDataPadded

#!watchflakespost <- pkg == "net/http" && log ~ `DATA RACE` && log ~ `net/http\.\(\*http2Fr...

Golang crypto: drop pre-AVX2 amd64 assembly

AVX2 was introduced in 2013 by the Haswell architecture, and was supported by all server models and most desktop models....

Golang runtime: Channel benchmark causes extremely high idle wake ups on macOS Sequoia

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

Golang cmd/compile: inliner does not inline binary.*Endian.Uint* after many inlines in a big function

Go versiongo version devel go1.23-4f77a83589 Tue Jun 18 22:25:08 2024 +0000 linux/amd64go version 1.22.4go version 1.21....

Golang cmd/go: reject leading dot in module name

Go versiongo1.22.1Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/mgo/Libr...

Golang runtime: deprecate SetFinalizer

The original intent of proposal #67535 included the deprecation of SetFinalizer. While the proposal is approved and the ...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*linker).exportBody

Issue created by stacks.This stack pqs84A was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang log/syslog: local messages (syslog.New()) do not work on macOS Monterey/Ventura

What version of Go are you using (go version)?$ go version1.18.10Does this issue reproduce with the latest release?YesWh...

Golang cmd/compile: inconsistent typechecking with self-referential type parameter constraints

This issue is similar to #65711. However, the behaviour of the compiler is different, so I am opening a separate issue.W...

Golang net/http: expect: 100-continue handling is broken in various ways

This is a follow-up to #67382. See that issue for some prior discussion. (That issue is also full of watchflakes reports...

Golang cmd/go: inconsistent help output for go doc

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

Golang crypto/x509: come up with better solution for testing platform verifiers

As evidenced by #52094 and #51599, there are issues with relying on third-party services for testing the platform verifi...

Golang cmd/compile: bug in cmd/compile/internal/inline/interleaved.fixpoint.func2

Issue created by stacks.This stack mzsOjw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/go: get fails to provide sensible error message for private vcs repos

What did you do?I have a project that imports a private git repository. When setting it up with vgo get or similar comma...

Golang x/text: support for go/types.Aliases

The main package cmd/gotext needs to be updated to set gotypesalias=1 GODEBUG value by default when built by a toolchai...

Golang go/types: API allows instantiation of instantiated type

Consider: https://go.dev/play/p/SiV_jaPuzNrRe-Instantiation of the instantiated type of x in the code works unexpectedly...

Golang x/telemetry/counter: simplify counter file release logic by always rotate it daily

The current implementation computes the counter file end time during the file creation time.The end time is the next upl...

Golang time: update zoneinfo_abbrs on Windows

time/zoneinfo_abbrs_windows.go has not been updated since go1.14 (in CL 201378).A few things changed since then, we shou...

Golang runtime: support TLS slot indices over 64 on Windows

Since go 1.20, the Go runtime allocates the TLS slot in the TEB TlsSlots instead of using the TEB arbitrary pointer. See...

Golang crypto/elliptic: P256 ScalarBaseMult with order-34 yields point at infinity

What version of Go are you using (go version)?Latest Go development branchDoes this issue reproduce with the latest rele...
上一页 下一页
.