Golang x/telemetry: gather program counters

Background: Recently I have been spending a lot of time staring at disassembly of Go executables (specifically gopls) tr...

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

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

Golang x/tools/gopls: "package name is %q, want %q" bug in typeCheckBatch.importPackage

#!stacks"bug.Errorf" &&(/* item.Path == mp.PkgPath */ "importPackage.func1:+14" || "im...

Golang cmd/go: TestScript/test_fuzz_fuzztime failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_fuzz_fuzztime"Issue c...

Golang cmd/go: TestScript/test_fuzz_deadline failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_fuzz_deadline"Issue c...

Golang encoding/json/v2: add new JSON API behind a GOEXPERIMENT=jsonv2 guard

This is an adjunct proposal to #71497.71497 proposes adding a new JSON API, consisting of encoding/json/v2 and encoding/...

Golang api: audit for Go 1.25

This is a tracking issue for doing an audit of API additions for Go 1.25 as of CL 676895.New API changes for Go 1.25cryp...

Golang cmd/internal/testdir: Test/rangegen.go failures

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

Golang Go Doc Comment: Support @ tags

Proposal DetailsPlease add support for @ tags in Go Doc Comments. This can be used to add specific documentation on spec...

Golang proposal: review meeting minutes

The proposal review group meets regularly (roughly weekly) to review pending proposal issues and move them along in the ...

Golang proposal: time: make UnmarshalText, UnmarshalJSON enforce strict RFC 3339 semantics

Work for #54580 made RFC3339 parsing adhere more strictly to the RFC. This was treated as a bug fix instead of a proposa...

Golang os: add (*Process).WithHandle

ProposalAdd a new WithHandle method for os.Process, which, if a handle is available, calls a specified callback function...

Golang proposal: bufio: Scanner.{Text,Bytes}Seq

Proposal DetailsOnce iterators are introduced in 1.23 there is growing number of libraries based on this feature. Readin...

Golang x/net/dns/dnsmessage: add support for SVCB and HTTPS records

The new SVCB/HTTPS record has been added in iOS 14 and macOS 11. It would be handy to be able to parse them. The RFC is ...

Golang slices: document behavior w.r.t. nil

Background: The usual advice in Go is to write code that does not distinguish nil slices from non-nil empty slices. Howe...

Golang crypto: ignore rand io.Reader where behavior is not specified

There are a few crypto APIs that take an io.Reader as a source of random bytes, but that don't commit to how those bytes...

Golang x/pkgsite: package removal request for github.com/Trade-with-Canvas/godhanhq

Hey!I had pushed with the module name containing capitalized letters, which caused problems with the versioning and I ha...

Golang x/tools/gopls: Completion: add description to suggested function literals

gopls versionv0.18.1go envAR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS='-O2 -g'CGO_ENABLED='1'CGO_FFL...

Golang runtime/pprof: allow disabling gzip compression of profiles

The pprof format specifies that profiles must be gzip compressed on disk. Go implements this by unconditionally applying...

Golang runtime: apparent deadlock after building with PGO

Go versiongo1.24.2 linux/amd64 and linux/arm64Output of go env in your module/workspace:n/aWhat did you do?Compiled prog...
上一页 下一页
.