Golang x/tools/gopls/internal/analysis: add "modernizer" analyzers

[Note: please create new issues for bugs and feature requests rather than expanding the scope of this one.]Between gener...

Golang proposal: encoding/jsonc: adding standard library support for JSONC ("JSON with Comments")

Proposal DetailsAdd support for the JSON with Comments specification, in a new package, called encoding/jsonc.Given Go's...

Golang net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix

The accepted proposal is to add new methods to new.Dialer: https://github.com/golang/go/issues/49097#issuecomment-989057...

Golang x/crypto/x509roots: regeneration fails with "404 Not Found"

Attempting to regenerate this package currently fails with:$ go generate golang.org/x/crypto/x509roots2025/08/11 15:34:0...

Golang math/big: TestMulUnbalanced failures

#!watchflakesdefault <- pkg == "math/big" && test == "TestMulUnbalanced"Issue created aut...

Golang net/http: http2 client data race to close request body when server crashes unexpectedly

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

Golang x/vulndb: TestLintReports/data/reports/GO-2025-3368.yaml failures

#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...

Golang cmd/asm: ARM64 NEON floating point instructions (VFABD VFMAX, VFMAXNM, VFMINNM VFMIN VFADD, VFSUB VFMUL, VFDIV VFMLA, VFMLS VCVT*)

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

Golang x/tour: Korean translation offline

What is the URL of the page with the issue?https://go-tour-ko.appspot.com/ What is your user agent?Mozilla/5.0 (Windows ...

Golang proposal: cmd/internal: Enable BTI for Arm64

Proposal DetailsJoel Sing and I have been looking at and working on adding Branch Target Instruction (BTI) support to Go...

Golang x/vulndb: TestLintReports/data/reports/GO-2025-3367.yaml failures

#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...

Golang cmd/compile: range over an array copies the array

Go versiongo1.25rc2Output of go env in your module/workspace:irrelevant to this bugWhat did you do?go build the followin...

Golang cmd/compile: better optimization of type switches in instantiated generic functions

Consider this test case:package mainimport ( "fmt" "unsafe")func start[S []byte | string](s S)...

Golang x/tools/gopls: modernize bloop: Can't use b.Loop() if loop contains b.StopTimer/b.StartTimer

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

Golang Not possible to build go from source tarballs

Go versiongo1.22.6Output of go env in your module/workspace:n/aWhat did you do?Building go1.22.6 from source https://go....

Pandas BUG:Pandas: Custom Metadata in DataFrame Subclass Not Deep-Copied

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas ENH adding metadata argument to DataFrame.to_parquet

Code Sample, a copy-pastable example if possiblePlease comsider merginghttps://github.com/pandas-dev/pandas/compare/mast...

Pandas [Feature Request] Add replace method to Index objects

I usually have to change the value of an element in pd.Index but it's difficult without the replace method that is prese...

Pandas ENH: More compact printing of a DataFrame with MultiIndex columns

Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas DOC: .str.cat output in case of Index object

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
上一页 下一页
.