Golang x/exp/trace: tests timeout after Go CL 693398

Go versiongo version go1.26-devel_5a56d8848b Mon Aug 18 12:15:08 2025 -0700 linux/amd64Output of go env in your module/w...

Golang cmd/go: doc object-reference fragments are percent-escaped with -http

Go versiongo version 1.25.0 linux/amd64Output of go env in your module/workspace:% go envAR='ar'CC='gcc'CGO_CFLAGS='-O2 ...

Golang x/tools/cmd/goimports: support gofmt option to simplify code

go version go1.8.3 darwin/amd64Using goimports as of https://github.com/golang/tools/commit/84a35ef54dff3c5596983e180ec1...

Golang encoding/hex: DecodeString wastes memory

What version of Go are you using?go version go1.11.4 windows/amd64What did you do?https://play.golang.org/p/pbZJx5AZHpJW...

Golang cmd/go: test -cover can't find covdata tool with switched toolchain and empty tests

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: improve scaling of lock2

Part of my experience with runtime.mutex values is that process-wide demand for a single mutex can slow the program to a...

Golang cmd/link: cgo cross linking using the clang --target flag creates crashing programs

Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:(Some output here and below manually ...

Golang proposal: spec: support for struct members in interface/constraint syntax

Author backgroundWould you consider yourself a novice, intermediate, or experienced Go programmer?I consider myself an i...

Golang import/path: Plea for a brief addendum to the documentation on the issue of big.Int shallow copies (28423)

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN='...

Golang cmd/internal/testdir:8_10: Test/maplinear.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir:8_10" && test == "Test/maplinear.go"...

Golang proposal: io: CopierTo and CopierFrom interfaces

Current version of the proposal: https://github.com/golang/go/issues/67074#issuecomment-3201513059Proposal DetailsThe io...

Golang proposal: maps: Add Group and GroupFunc

Proposal DetailsI propose to add the functions Group and GroupFunc to the package maps , as I find myself reimplementing...

Golang encoding/json: document behaviour of json.Marshal() with non-pointer elements with MarshalJSON() defined for pointers

Go versiongo1.22.6, go1.23.0Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/User...

Golang crypto/tls: support getting the TLS configuration from Windows

BackgroundWindows provides a rich set of built-in features to configure and retrieve TLS settings, either locally via Po...

Golang runtime:cpu2: TestReadMetricsSched/running failures

#!watchflakesdefault <- pkg == "runtime:cpu2" && test == "TestReadMetricsSched/running"Is...

Golang runtime/pprof: TestProfilerStackDepth/heap failures

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/heap"Is...

Golang runtime/pprof: TestProfilerStackDepth failures

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth"Issue c...

Golang x/mobile: compatibility with Android 15

How to adapt to Android 15?android : https://developer.android.google.cn/guide/practices/page-sizes?hl=zh-cn#buildCommen...

Golang proposal: iter: Allow nil iterators

Proposal DetailsI'm not sure if this is a bug, or an intended behavior (couldn't find the answer anywhere; looked throug...

Golang cmd/link: build fails with: combining dwarf failed

Go versiongo version go1.25.0 darwin/arm64same problem observed on go1.24.5 darwin/arm64Output of go env in your module/...
上一页 下一页
.