Golang x/website/_content/doc: add note about how much memory the Go runtime retains to the GC guide

Hello,I spent a lot of time to find the reason of a "memory leak" which did not exist. There was a fundamental misunders...

Golang x/website: gc-guide: document performance characteristics of weak pointer implementation

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

Golang x/tools/gopls: ChangeSignature: OOB panic in inline.updateCalleeParams (mismatched syntactic/semantic params)

#!stacks"goPanicIndex" && "updateCalleeParams.func1"Issue created by stacks.func updateCalle...

Golang x/tools/gopls: FoldingRange: no fold option for functions (there is a comment at the end of the line)

What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Golang x/tools/gopls: CodeAction: SEGV in internal/modindex.(*Index).Lookup

What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Golang x/vuln: vulncheck high network usage

When enabling VulnCheck in VSCode, network usage spikes to approximately 32 Mbps from nearly zero and remains elevated d...

Golang go/internal/gccgoimporter: go building failing with gcc 14.1.0 [1.22 backport]

@ianlancetaylor requested issue #67846 to be considered for backport to the next 1.22 minor release.@gopherbot Please op...

Golang go/internal/gccgoimporter: go building failing with gcc 14.1.0 [1.21 backport]

@ianlancetaylor requested issue #67846 to be considered for backport to the next 1.21 minor release.@gopherbot Please op...

Golang x/tools/gopls: temporarily guard against range over func in staticcheck buildir analyzers

Reminder issue: the version of staticcheck linked by gopls does not yet support range over func. staticcheck@master has ...

Golang reflect: add SliceAt function

In Go 1.21 we are introducing some new functions in the unsafe package: unsafe.Slice, unsafe.SliceData, unsafe.String, u...

Golang os.Executable path resolution broken if path contains space

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

Golang x/tools/gopls: expose an off-by-default MCP server from gopls

This is a high level tracking issue.We want to experiment with exposing MCP server bindings in gopls, so that we can pro...

Golang x/tools/internal/mcp: TestCmdTransport failures [consistent failure]

#!watchflakesdefault <- pkg == "golang.org/x/tools/internal/mcp" && test == "TestCmdTransport&...

Golang x/tools/gopls: render package documentation when hovering over imported package name identifiers

Is your feature request related to a problem? Please describe.Package-level description isn't renderingDescribe the solu...

Golang x/tools/gopls: add refactor.inline.variable-all code action

[Update: extract.variable and extract-variable.all are done. So is inline-variable. Retitled to narrower scope of inline...

Golang x/tools/gopls: feature: "move declaration" refactoring

A generalization of renaming a symbol X to Y is to rename X to otherpkg.Y, causing the declaration of X, along with any ...

Golang x/tools/gopls: hover: doc link markup ignores import mapping of current file, omits links

Is your feature request related to a problem? Please describe.When hovering over a symbol in the editor, currently some ...

Golang x/tools/gopls: support "inline all" and "inline away"

Add two new code actions for inlining, defined at the callee rather than caller:"inline all" inlines all uses of a funct...

Golang x/tools/gopls: support type move refactorings

What did you do?I have code like below:package atype M struct {}and used by some package:package mainfunc main() { ...

Golang x/tools/gopls: extract(refactor) fails on anonymous structs

What version of Go are you using (go version)?go version go1.20.6 darwin/amd64golang.org/x/tools/gopls v0.12.4 golang...
上一页 下一页
.