Golang encode/json/v2: panic when calling json.GetOption(json.DefaultOptionsV2(), json.WithMarshalers)

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

Golang cmd/go: go tool signal forwarding does not play nice with foreground tools

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

Golang cmd/compile: bound-check elimination does not propagate slice length equality correctly

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

Golang runtime: init function run unexpectedly when plugin.Open fails

Go versionmasterOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...

Golang runtime: init function run unexpectedly when plugin.Open fails [1.25 backport]

@WangLeonard requested issue #75102 to be considered for backport to the next 1.25 minor release.Maybe we need a backpor...

Golang runtime: init function run unexpectedly when plugin.Open fails [1.24 backport]

@WangLeonard requested issue #75102 to be considered for backport to the next 1.24 minor release.Maybe we need a backpor...

Golang go/ast: add ParseDirective

Proposal Details*ast.CommentGroup has a helpful Text method to extract the text of comments that are not directives, but...

Golang cmd/internal/obj/riscv: riscv64 compressed instructions

The RISC-V architecture has support for compressed instructions - these are effectively a subset of the standard 4 byte ...

Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches [1.25 backport]

@FiloSottile requested issue #75054 to be considered for backport to the next 1.25 minor release.We decided to fix this ...

Golang proposal: syscall/js: add Value.Format and make Value.String stricter

Proposal DetailsWhat's wrong with the current Value.String behaviour?Nothing's really wrong it's just that it doesn't qu...

Golang cmd/compile: suboptimal regalloc

package mainvar g intfunc f(x, y int) { h(8, x) g = y}func h(a, b int)Generates:MOVQ BX, main.y+40(SP)MOVQ A...

Golang testing/synctest: test timeout with no runnable goroutines

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

Golang cmd/go: go list does not scale with GOMAXPROCS

What version of Go are you using (go version)?master ace1494d9235be94f1325ab6e45105a446b3224cDoes this issue reproduce w...

Golang unicode/utf8: make DecodeRune and DecodeLastRune inlineable

Code like the following is unfortunately very common:r, n := rune(b[0]), 1if r >= utf8.RuneSelf { r, n = utf8.Deco...

Golang proposal: Add GPM (Go Package Manager),

Proposal DetailsHello everyone,This PR introduces a command-line tool, GPM (Go Package Manager),I've been working on a G...

Golang access: Run TryBot Permissions

Per https://go.dev/wiki/GerritAccess, I would like to request TryBot running privileges for myself (zxilly@outlook.com)....

Golang proposal: Adding the optional TARGET_OS_DISTRIBUTION environment variable

Proposal DetailsThrough this environment variable, we can directly read the compilation presets that match the target en...

Golang x/build: add LUCI netbsd-arm64 builder

Hostname: rpi4.bentsukun.chrpi4.bentsukun.ch.csr.txtThere are two machines in this builder. Should I add a second CSR fo...

Golang crypto/sha3: Uninitialized sha3.SHA3 object hangs on Write()

Go versionv1.24.6 and devOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_...

Golang proposal: archive/tar: add Reader NextOffset()

Proposal DetailsThe goal of this proposal is to simplify implementing fs.FS() on top of archive/tarThere was 2 "soft" re...
上一页 下一页
.