Golang runtime: Caller can return <autogenerated> as filename when called from a global variable

What version of Go are you using (go version)?$ go versiongo version devel go1.22-de5b418bea Sat Dec 2 03:15:03 2023 +00...

Golang net/http: move HTTP/2 into std

The net/http package includes transparent support for HTTP/2. The source of truth for this implementation is the golang....

Golang cmd/compile: bug in cmd/compile/internal/types.(*Type).wantEtype

Issue created by stacks.This stack MUENJg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/go: removed godebug settings cause errors

Go versiongo 1.24.0Output of go env in your module/workspace:go envAR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CG...

Golang cmd/compile: PGO fails to do multiple levels of inlining into a single function

Reproducer:-- dep/dep.go --package depvar sink int//go:noinlinefunc spin() { for i := 0; i &lt; 1000000; i++ { ...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*reader).doPkg

Issue created by stacks.This stack xLknhA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang os: TestGetwdDeep failures

#!watchflakesdefault &lt;- pkg == &quot;os&quot; &amp;&amp; test == &quot;TestGetwdDeep&quot;Issue created automatically...

Golang cmd/vet: go vet complains unsafe.Slice usage

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

Golang cmd/go: in go 1.21 module, go mod tidy and 'go list -m -u all' disagree over which go.sum lines are needed

What version of Go are you using (go version)?$ go versiongo version go1.21rc3 darwin/arm64Does this issue reproduce wit...

Golang cmd/go: "no required module provides package" error with file path to replacement module inside another replacement

What version of Go are you using (go version)?$ go versiongo version go1.16beta1 darwin/amd64go version go1.15.6 darwin/...

Golang cmd/go: some documentation issues for new 1.24 'go tool' features

"Managing module dependencies": a. The text seems to imply -u is needed to upgrade tools, but the -u is not actually n...

Golang crypto/internal/fips140test:exe_external: unrecognized failures

#!watchflakesdefault &lt;- pkg == &quot;crypto/internal/fips140test:exe_external&quot; &amp;&amp; test == &quot;&quot;Is...

Golang cmd/compile: add test for PGO profiles merged from profiles with different source versions

Users may be running several slightly different versions of their service in production (e.g., due to staged rollouts).T...

Golang runtime/race: tests stop early due to "range function continued iteration after loop body panic"

runtime/race.TestRace runs a collection of tests in runtime/race/testdata, with the expectation that some pass and some ...

Golang spec: no rules for converting between unsafe.Pointer and *T

Based on a golang-nuts thread.Consider this program:var ( x struct{} y *int = (*int)(unsafe.Pointer(&amp;x)))*y = ...

Golang internal/trace: TestTraceCgoCallback/Default fails on new freebsd-amd64-race LUCI builder with FreeBSD 14.1

Running this test on a new LUCI builder configuration that sets the -race flag on FreeBSD 14.1 fails with:# GOOS=freebsd...

Golang cmd/compile: bug in cmd/compile/internal/liveness.(*liveness).epilogue

Issue created by stacks.This stack k6ERsw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang runtime: GODEBUG=profstackdepth=N not usable with //go:debug

Go 1.23 increased the default profiling stack depth from 32 to 128 (https://go.dev/cl/572396). It also introduced GODEBU...

Golang spec: "strictly comparable" and "type constraints".

1 According to the Language Specification:A type is strictly comparable if it is comparable and not an interface type no...

Golang runtime: map[int64]struct{} requires 16 bytes per slot

With swissmaps in 1.24, a map[int64]struct{} requires 16 bytes of space per slot, rather than the expected 8 bytes.This ...
上一页 下一页
.