Golang proposal: cmd/go: discover module from package being built

Proposal DetailsI am filing this proposal as a followup to #68043.Currently the go command discovers the module based up...

Golang crypto/internal/fips140,cmd/link: fips140 broken on RISC-V with -buildmode=pie

$ export GOFIPS140=v1.0.0$ CGO_ENABLED=1 go build -work -x -mod=vendor -buildmode=pie -trimpath -ldflags '-X sigs.k8s.io...

Golang cmd/gofmt: not idempotent for comments with leading space and lists

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

Golang net: unrecognized failures

#!watchflakesdefault <- pkg == "net" && test == ""Issue created automatically to collect ...

Golang cmd/go: get optimization for imports does not work if there are common dependencies in two modules

Go versiongo 1.24 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''...

Golang cmd/go: go fmt destroys sub-items in documentation

Go versiongo 1.24Output of go env in your module/workspace:nopeWhat did you do?https://go.dev/play/p/D9o-IHUsIy5package ...

Golang all: reopen tree for Go 1.26 development

Current Tree Status: Release freeze for Go 1.25 (see golang-dev announcement)Now that we've entered the freeze for Go 1....

Golang slices: add iterator-related functions

We propose to add the following functions to package slices, to provide good support for code using iterators.This is on...

Golang cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23 [1.23 backport]

@dmitshur requested issue #73922 to be considered for backport to the next 1.23 minor release.Thanks @cherrymui, that wa...

Golang internal/goversion: increment Version at start of cycle

goversion.Version needs to be incremented by one at the start of each development cycle, to match the upcoming major Go ...

Golang runtime: remove VZEROUPPER patch once Darwin <10.15.6 is not supported

Split out from https://github.com/golang/go/issues/37174#issuecomment-683899466So once we stop supporting releases &lt;1...

Golang encoding/json/v2: UnmarshalTypeError text changes

When GOEXPERIMENT=jsonv2, json.UnmarshalTypeError errors have gratuitous error text changes. While we don't guarantee st...

Golang x/image/webp: unable to decode image

What version of Go are you using (go version)?go version go1.20.4 linux/amd64Does this issue reproduce with the latest r...

Golang cmd/link: Windows build fails due to PE export cap

Go version1.22.5Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set GOBIN=set GOCACHE=C:\Users...

Golang cmd/compile: performance regression in 1.20 - inlining regression due to missed export

What version of Go are you using (go version)?$ go versiongo version go1.19.4 linux/amd64$ gotip versiongo version devel...

Golang runtime/metrics: add goroutine state counts, total goroutines created, total threads

Update, Jun 7 2023: runtime/metrics now exists, but there are a few metrics in the draft CL here that aren't yet exposed...

Golang cmd/compile: unneeded MOV's caused by channel operations

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

Golang access: Running TryBots (“may-start-trybots”)

Hello,I would like to have the ability to run trybots on my CLs. A lot of the work I do is in DWARF generation and other...

Golang cmd/compile: loops compiled differently when using range or index

What version of Go are you using (go version)?$ go versiongo version devel +4091cf9 Sun Mar 31 23:35:35 2019 +0000 linux...

Pandas indexing with a Categorical of Intervals is inefficient

This line converts the IntervalIndex into a numpy object array:https://github.com/pandas-dev/pandas/blob/faf3bbb1d7831f7...
上一页 下一页
.