Golang cmd/trace: add absolute (system) timestamp

Proposal DetailsRuntime traces don't contain (or display) an absolute timestamp for events. This would be useful for com...

Golang x/tools/go/ssa: incomplete type parameter substitution causing panics

Hello!When x/tools/go/ssa is instantiating generic functions, it seems that the type parameter substitution algorithm do...

Golang x/telemetry/config: add counters for refactoring operations

SummaryWe have an ongoing project to improve refactoring tools in gopls (including rename, inline, change signature, and...

Golang runtime: windows DLL mappings interfere with 32-bit memory allocation

by zippoxer:Before filing a bug, please check whether it has been fixed sincethe latest release: run "hg pull"...

Golang proposal: runtime: replace wyhash with rapidhash

Proposal Detailshash64.go currently implements wyhash wyhash owner recognized rapidhash as the official new version. S...

Golang x/tools/gopls: duplicate package paths in export data manifest (via telemetry)

#!stacks"bug.Reportf" && ("(*typeCheckBatch).importMap.func1:+6" || "gcimporter...

Golang x/website: add Gerrit basic tutorial in contributing guidelines

This is about https://go.dev/doc/contribute#reviewAs long time Open Source contributor and heavy GitHub user, I struggle...

Golang os/user: Lookup not returning UnknownUserError for unknown user when CGO_ENABLED=1

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

Golang x/tools/gopls: unusedparams should ignore params that shadow variables

I have recently been enabling the gopls unusedparams analyzer, and while it is useful it produces a lot of noise.For our...

Golang proposal: slices: add Push

Motivation:Appending a new element to a slice is probably the most common slice operation.The semantics of the append op...

Golang cmd/go/internal/vcweb/vcstest: TestScripts/git/gitrepo-sha256.txt failures [consistent failure]

#!watchflakesdefault <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/git...

Golang x/pkgsite: generate static docs

It is fairly trivial to compile a given Go version and run the doc server locally tosearch for an older API.But it would...

Golang runtime: document explicitly that finalizers and cleanups can hold up other finalizers and cleanups

We should add a sentence to the finalizer and cleanup documentation that makes it abundantly clear a finalizer/cleanup c...

Golang cmd/compile/internal/types2: unify.go:449: assertion failed, panic

Go versiongo version devel go1.23-cf501e05e1 Thu Jun 6 21:59:21 2024 +0000 darwin/arm64Output of go env in your module/w...

Golang x/build/cmd/relui: update compiler's PGO profile

This is a tracking issue to create a task for updating the compiler's PGO profile, something that we currently typically...

Golang cmd/compile: update compiler's PGO profile

CL https://golang.org/cl/451292 adds a default profile of the compiler, so we can build the compiler with PGO. As the co...

Golang cmd/internal/testdir: Test/fixedbugs/issue54542.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue54542.go...

Golang x/tools/gopls/internal/test/marker: Test/callhierarchy/callhierarchy.txt failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...

Golang cmd/go: binary does not contain VCS information when compiled in git worktree dir

What version of Go are you using (go version)?$ go versiongo version go1.20rc3 linux/amd64Does this issue reproduce with...

Golang x/net/http2: TestTransportGroupsPendingDials failures due to missing Close

--- FAIL: TestTransportGroupsPendingDials (0.02s) transport_test.go:401: saw 0 closes; want 1FAILFAIL golang.org/x...
上一页 下一页
.