Golang x/tools/gopls: improve FixImports filter for short dangling references

@dominikh reports in slack that gopls' organizeImports is particularly slow when there is a method call on an undefined ...

Golang os: failure in TestProcessAlreadyDone on freebsd,netbsd,openbsd

Go versionlast commit as of now (beaf7f3282c25)Output of go env in your module/workspace:n/aWhat did you do?A test case ...

Golang runtime/pprof: TestMutexProfile failures

#!watchflakespost <- pkg == "runtime/pprof" && test ~ `TestMutexProfile` && `profile sample...

Golang proposal: x/net/http2: per-write timeouts (WriteByteTimeout) for servers

This issue is part of a project to move x/net/http2 into std: #67810HTTP/2 transports have a Transport.WriteByteTimeout ...

Golang time: RFC1123{,Z} format strings appear to be very slightly wrong

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

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...
上一页 下一页
.