-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 2 Open pull requests
- 9 Closed issues
- 6 New issues
Could not load contribution data
Please try again later
2 Pull requests opened by 2 people
-
cmd/link/internal/ld: close file
#74966 opened
Aug 11, 2025 -
net: allow WriteMsgUDPAddrPort write with the default addrport
#74975 opened
Aug 12, 2025
9 Issues closed by 3 people
-
x/build/cmd/relui: add support for posting blog post announcements to social media
#72861 closed
Aug 11, 2025 -
database/sql/driver: allow driver to entirely override Scan
#67546 closed
Aug 11, 2025 -
net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix
#49097 closed
Aug 11, 2025 -
proposal: `encoding/jsonc`: adding standard library support for JSONC ("JSON with Comments")
#74969 closed
Aug 11, 2025 -
encoding/json/v2: Indent does not preserve trailing whitespace
#74806 closed
Aug 11, 2025 -
net/http: CrossOriginProtection could benefit from an example
#74121 closed
Aug 11, 2025 -
encoding/json/v2: UnmarshalDecode EOF regression
#74835 closed
Aug 11, 2025 -
proposal: cmd/internal: Enable BTI for Arm64
#74968 closed
Aug 11, 2025 -
cmd/compile: inlining blocks integer range optimization
#74915 closed
Aug 11, 2025
6 Issues opened by 4 people
-
cmd/compile: infinite loop in compiler
#74974 opened
Aug 11, 2025 -
math/big: TestMulUnbalanced failures
#74973 opened
Aug 11, 2025 -
x/crypto/x509roots: regeneration fails with "404 Not Found"
#74972 opened
Aug 11, 2025 -
x/vulndb: TestLintReports/data/reports/GO-2025-3368.yaml failures
#74971 opened
Aug 11, 2025 -
x/vulndb: TestLintReports/data/reports/GO-2025-3367.yaml failures
#74970 opened
Aug 11, 2025 -
x/tools/gopls: modernize bloop: Can't use b.Loop() if loop contains b.StopTimer/b.StartTimer
#74967 opened
Aug 11, 2025
41 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
cmd/go: test cache uses stale coverage data with -coverpkg
#74873 commented on
Aug 11, 2025 • 0 new comments -
runtime: map[int64]struct{} requires 16 bytes per slot
#71368 commented on
Aug 11, 2025 • 0 new comments -
x/exp/trace,internal/trace: support event constructor for testing
#74826 commented on
Aug 11, 2025 • 0 new comments -
proposal: spec: short function literals
#21498 commented on
Aug 11, 2025 • 0 new comments -
cmd/compile: better optimization of type switches in instantiated generic functions
#59591 commented on
Aug 11, 2025 • 0 new comments -
sync: Map panics when inserting with low cardinality strings and high read concurrency
#74948 commented on
Aug 11, 2025 • 0 new comments -
cmd/go: test failures due to network
#55164 commented on
Aug 11, 2025 • 0 new comments -
cmd/go: provide straightforward way to see non-test dependencies
#26955 commented on
Aug 11, 2025 • 0 new comments -
runtime: TestCgoSignalDeadlock failures
#72814 commented on
Aug 11, 2025 • 0 new comments -
net: MPTCP breaks the existing net.Listener on Linux uses MD5 digest with ENOPROTOOPT (protocol not available)
#74643 commented on
Aug 11, 2025 • 0 new comments -
syscall: sort environment passed to CreateProcess / CreateProcessAsUser
#29530 commented on
Aug 11, 2025 • 0 new comments -
proposal: encoding/{base32,base64}: constant-time implementations of RFC 4648 codecs for use with cryptography keys
#73901 commented on
Aug 11, 2025 • 0 new comments -
proposal: runtime/pprof: add lower latency impact `debug=2` goroutine dump (or new `debug=3`)
#74954 commented on
Aug 11, 2025 • 0 new comments -
net/http: the server-side parse form returns inaccurate error
#74955 commented on
Aug 11, 2025 • 0 new comments -
proposal: x/crypto/ssh: refactor signers API
#74424 commented on
Aug 11, 2025 • 0 new comments -
cmd/asm: ARM64 NEON floating point instructions (VFABD VFMAX, VFMAXNM, VFMINNM VFMIN VFADD, VFSUB VFMUL, VFDIV VFMLA, VFMLS VCVT*)
#41092 commented on
Aug 11, 2025 • 0 new comments -
net/http: http2 client data race to close request body when server crashes unexpectedly
#73522 commented on
Aug 11, 2025 • 0 new comments -
cmd/go: TestScript/mod_invalid_version failures
#68420 commented on
Aug 11, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 commented on
Aug 11, 2025 • 0 new comments -
net/http: TestClient failures
#74100 commented on
Aug 11, 2025 • 0 new comments -
cmd/go: TestScript/list_symlink_vendor_issue14054 failures
#74863 commented on
Aug 11, 2025 • 0 new comments -
cmd/go: TestScript/list_symlink_internal failures
#74864 commented on
Aug 11, 2025 • 0 new comments -
runtime: linux/s390x test timeout
#60413 commented on
Aug 11, 2025 • 0 new comments -
build: adopt Go 1.24 as bootstrap toolchain for Go 1.26
#69315 commented on
Aug 11, 2025 • 0 new comments -
testing/synctest: bubble not terminating
#74837 commented on
Aug 11, 2025 • 0 new comments -
cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface
#74092 commented on
Aug 12, 2025 • 0 new comments -
cmd/compile/internal/test: TestDashS failures
#74936 commented on
Aug 12, 2025 • 0 new comments -
runtime: TestAbortInCgo failures [consistent failure]
#74937 commented on
Aug 12, 2025 • 0 new comments -
x/pkgsite: package removal request for git.ckikoo.asia/ckikoo git.linjie0503.online/ckikoo
#74962 commented on
Aug 12, 2025 • 0 new comments -
runtime/pprof: TestVMInfo failures
#73475 commented on
Aug 12, 2025 • 0 new comments -
proposal: encoding/json/jsonstruct: new API for handling JSON fields in a Go struct
#74819 commented on
Aug 12, 2025 • 0 new comments -
x/tools/internal/refactor/inline: choose better local names for renaming imports
#74965 commented on
Aug 12, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Aug 12, 2025 • 0 new comments -
all: test failures with `EBADF` from fork/exec on NetBSD
#63444 commented on
Aug 12, 2025 • 0 new comments -
all: flaky failures on netbsd/arm
#73820 commented on
Aug 12, 2025 • 0 new comments -
net: `WriteMsgUDPAddrPort` should accept zero value destination addresses
#74841 commented on
Aug 12, 2025 • 0 new comments -
crypto/ecdsa: Adjust entropy bounds
#48653 commented on
Aug 12, 2025 • 0 new comments -
runtime: goroutine leak detection by using the garbage collector
#74622 commented on
Aug 11, 2025 • 0 new comments -
testing: allow specify temp dir by GOTMPDIR environment variable
#74844 commented on
Aug 11, 2025 • 0 new comments -
net/http: fix server-side http parse form error inaccurate issue
#74854 commented on
Aug 11, 2025 • 0 new comments -
net/mail: prevent whitespace in domain part of addr-spec
#74920 commented on
Aug 12, 2025 • 0 new comments