Golang Debug Excessively Slow Stepping Through Code

Go version1.22.1Output of go env in your module/workspace:GO111MODULE=autoGOARCH=amd64GOBIN=GOCACHE=C:\Users\teschste\Ap...

Golang proposal: crypto/tls: implement RFC5929 tls-server-end-point support

Proposal DetailsCan you add the missing "tls-server-end-point" support of RFC 5929: Channel Bindings for TLS?- https://d...

Golang x/tools/gopls: support renaming an embedded field at its declaration

What version of Go are you using (go version)?$ go versiongo version devel +f4b918384d Tue Mar 23 05:12:39 2021 +0000 li...

Golang cmd/compile: DWARF locations for .closureptr synthetic var are not correct

The recently submitted CL https://go.dev/cl/586975 adds support to the Go compiler for emitting a compiler-synthesized "...

Golang x/tools/gopls: release version v0.19.0

This issue tracks progress toward releasing gopls@v0.19.0[x] create or update gopls-release-branch.0.19[x] update go.mod...

Golang go/types: add Var.Kind method and enum

Background: A types.Var represents a variable, broadly defined: a global, a local (including parameters and named result...

Golang proposal: errors: As with type parameters

Currently in 1.18 and before, when using the errors.As method, an error type you would like to write into must be predec...

Golang proposal: ref/mod: mention whether go.work files should be checked into VCS

https://go.dev/ref/mod#workspaces describes the current implementation of Go workspaces, as proposed by https://golang.o...

Golang Go compiler and runtime meeting notes

Google's Go compiler and runtime team meets periodically (roughly weekly) to discuss ongoing development of the compiler...

Golang debug/macho: Mach-O format's truncation of DWARF section names longer than 16 chars makes some sections unrecognizable to debug/dwarf

Go versionThis affects Go 1.23.x only. The test passes on Go 1.24.x and at tip.Output of go env in your module/workspace...

Golang cmd/go: TestScript/list_empty_importpath failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_empty_importpath"Issu...

Golang x/tools/gopls: go clean fails with ENOTEMPTY (openbsd) causing gopls test flakes

#!watchflakesdefault <- pkg ~ `golang.org/x/tools/gopls/internal/test/.*` && goos == "openbsd" &amp...

Golang x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner/Minimization2 failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-runner" && test == &qu...

Golang cmd/go: godebug default=go1.20 does not set same netedns0 as GOPATH mode

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

Golang cmd/go: mod edit: missing -droptoolchain flag

Go versiongo version go1.24.3 linux/amd64Output of go env in your module/workspace:n/aWhat did you do?'go get -u ' resul...

Golang x/build: gotip-linux-ppc64le_power8 builder persistently fails modfetch/codehost gitrepo-sha256 tests

Go versiongo1.25 development branch (multiple commits including d184f8dc0)Output of go env in your module/workspace:GOAR...

Golang net/http: make CrossOriginProtection zero value work [freeze exception]

In #73626, we overlooked specifying the zero value of the new net/http.CrossOriginProtection type. As implemented, attem...

Golang cmd/compile/internal/syntax: StartPos incorrect for KeyValueExpr arguments

Reminder issue. See https://go-review.googlesource.com/c/go/+/591256/1/src/cmd/compile/internal/syntax/positions.go .Tri...

Golang cmd/cgo/internal/testsanitizers: TestLibFuzzer and TestMSAN fail with CC=clang CGO_ENABLED=0

Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...

Golang all: end support for macOS 11 in Go 1.25

Proposal DetailsGo added support for macOS 15 that was publicly released this September. After internal discussion, we b...
上一页 下一页
.