-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 5 Open pull requests
- 52 Closed issues
- 56 New issues
Could not load contribution data
Please try again later
5 Pull requests opened by 4 people
-
log/slog: add multiple handlers support for logger
#74840 opened
Aug 1, 2025 -
testing: allow specify temp dir by GOTMPDIR environment variable
#74844 opened
Aug 1, 2025 -
net/http: the server-side http Request Body is always non-nil
#74854 opened
Aug 2, 2025 -
net: update document on limitation of iprawsock on Windows
#74857 opened
Aug 3, 2025 -
cmd/cgo: fix unaligned arguments typedmemmove crash on iOS
#74868 opened
Aug 4, 2025
52 Issues closed by 13 people
-
build: build failure on gotip-linux-arm
#74903 closed
Aug 6, 2025 -
build: build failure on gotip-solaris-amd64
#74902 closed
Aug 6, 2025 -
build: build failure on gotip-netbsd-arm64
#74900 closed
Aug 6, 2025 -
build: build failure on gotip-windows-arm64
#74897 closed
Aug 6, 2025 -
build: build failure on gotip-darwin-amd64_14
#74906 closed
Aug 6, 2025 -
build: build failure on gotip-darwin-amd64-race
#74896 closed
Aug 6, 2025 -
build: build failure on gotip-darwin-arm64_12
#74895 closed
Aug 6, 2025 -
build: build failure on gotip-darwin-arm64-race
#74894 closed
Aug 6, 2025 -
proposal: os/env escape variables in `Expand` method
#74905 closed
Aug 6, 2025 -
Add compiler flag for unused function parameter detection
#74899 closed
Aug 6, 2025 -
fmt: unintentionally print "exit status 0x40010004"
#74890 closed
Aug 6, 2025 -
net/http: incorrect handling of list-based header values
#74889 closed
Aug 6, 2025 -
x/build/cmd/gopherbot: follow-up backport comments are ignored
#25574 closed
Aug 5, 2025 -
internal/coverage/cfile: TestIssue59563TruncatedCoverPkgAll failures [consistent failure]
#74888 closed
Aug 5, 2025 -
x/tools/gopls/internal/test/marker: Test/completion/issue62560.txt failures
#74885 closed
Aug 5, 2025 -
cmd: remove dead code
#74076 closed
Aug 5, 2025 -
encoding/csv: inconsistent number of fields constraint between Writer and Reader
#74883 closed
Aug 5, 2025 -
x/tools/gopls/internal/analysis/modernize: forvar: eliminate k := k; v := v in one fell swoop
#74849 closed
Aug 5, 2025 -
cmd/compile: pointer shaped type with more than one field causes allocation when cast to interface
#74092 closed
Aug 5, 2025 -
x/tools/: remediate irrelevant CVEs related to jquery
#74882 closed
Aug 5, 2025 -
import/path: After Windows forced update, go run takes abnormally long time to exit
#74881 closed
Aug 5, 2025 -
runtime: checkptr doesn't validate unsafe.Add function calls
#74431 closed
Aug 5, 2025 -
x/tools/gopls: add telemetry for refactor -> add and remove struct tags operations
#74568 closed
Aug 5, 2025 -
x/tools/gopls: add telemetry for whether people use rename, extract, inline, change signature
#74017 closed
Aug 5, 2025 -
x/telemetry/config: add counters for MCP server usage
#74341 closed
Aug 5, 2025 -
x/telemetry/config: add counters for refactoring operations
#74102 closed
Aug 5, 2025 -
x/telemetry/config: add telemetry for add and remove struct tags refactoring operations
#74628 closed
Aug 5, 2025 -
x/tools/gopls/internal/filewatcher: TestStress failures
#74805 closed
Aug 5, 2025 -
x/sync/singleflight: race condition in Do() causes incorrect shared flag
#74880 closed
Aug 5, 2025 -
net/http: install cookies into jar when following redirects
#74877 closed
Aug 4, 2025 -
x/tools/cmd/digraph: allpaths missing edges
#74842 closed
Aug 4, 2025 -
x/tools/gopls/internal/filewatcher: TestFileWatcher/broken_symlink_in_darwin failures
#74782 closed
Aug 4, 2025 -
cmd/go: go tool panic when GOEXPERIMENT=jsonv2
#74862 closed
Aug 4, 2025 -
proposal: context: add WithValueReplace
#74860 closed
Aug 3, 2025 -
import/path: issue title
#74859 closed
Aug 3, 2025 -
net/http: h2_bundle.go (fatal error: concurrent map iteration and map write)
#74458 closed
Aug 2, 2025 -
x/vuln: govulncheck panics with GOEXPERIMENT=jsonv2
#74846 closed
Aug 1, 2025 -
proposal: encoding/csv: add flag to keep `\r\n` as-is inside quoted records
#74845 closed
Aug 1, 2025 -
cmd/compile: commit `eb7f515` causing regression
#74836 closed
Aug 1, 2025 -
x/mobile: `libgojni.so` is not aligned with 16KB
#74839 closed
Aug 1, 2025 -
cmd/go: `go mod init go` internal panic
#74784 closed
Jul 31, 2025 -
cmd/compile: relax wasm/wasm32 function import signature type constraints
#66984 closed
Jul 31, 2025 -
cmd/compile: yet another incorrect recover behavior due to defer a method wrapper
#73920 closed
Jul 31, 2025 -
runtime/metrics: add metric to identify when finalizers are running slowly, holding up the queue
#72948 closed
Jul 30, 2025 -
os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.24 backport]
#74804 closed
Jul 30, 2025 -
os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.23 backport]
#74803 closed
Jul 30, 2025 -
cmd/pprof: make flamegraph page the starting one in http UI
#74774 closed
Jul 30, 2025 -
cmd/go: "get toolchain@latest" should ignore release candidates
#74786 closed
Jul 30, 2025 -
internal/trace: TestTraceStacks failures
#74417 closed
Jul 30, 2025 -
runtime: segfaults in runtime.(*unwinder).next [1.24 backport]
#74694 closed
Jul 30, 2025 -
os/user:nolibgcc: TestGroupIdsTestUser failures [1.24 backport]
#74760 closed
Jul 30, 2025 -
cmd/compile: duplicate instructions after rewrite func results
#74788 closed
Jul 30, 2025
56 Issues opened by 29 people
-
x/build: bot linux-arm-aws--dev-3e01 reported as broken
#74901 opened
Aug 6, 2025 -
x/build: bot windows-arm64-azure--03 reported as broken
#74898 opened
Aug 6, 2025 -
build: LUCI builds failing with "bad request: invocation: module_id: module_variant: unspecified"
#74893 opened
Aug 6, 2025 -
os/exec: TestLookPath fails on plan9 after CL 685755
#74892 opened
Aug 6, 2025 -
x/build: bot freebsd-riscv64-mengzhuo--megrez-3 reported as broken
#74891 opened
Aug 6, 2025 -
x/tools/gopls: add symbol rename tool for mcp
#74887 opened
Aug 5, 2025 -
strconv: use DragonBox instead of Ryu for FormatFloat
#74886 opened
Aug 5, 2025 -
proposal: cmd/go: make it easier to fork modules
#74884 opened
Aug 5, 2025 -
cmd/link: TestDWARF/c-archive/testprog failures
#74879 opened
Aug 5, 2025 -
x/tools/gopls: gopls causes bad vscode performance on large projects due to excessive LSP traffic
#74876 opened
Aug 4, 2025 -
x/tools/go/packages: add Postorder, an iterator over import graph
#74875 opened
Aug 4, 2025 -
x/tools/gopls: add windsurf and cursor bucket to the gopls/client counter
#74874 opened
Aug 4, 2025 -
cmd/go: test cache uses stale coverage data with -coverpkg
#74873 opened
Aug 4, 2025 -
runtime: long calls to MemProfile cause unbounded STW stop time
#74872 opened
Aug 4, 2025 -
cmd/go: doc for built-in package should use -u by default
#74871 opened
Aug 4, 2025 -
x/tools/gopls: sigpanic in methods of persistent.Map (corrupt g)
#74870 opened
Aug 4, 2025 -
x/telemetry/config: telemetry for vscode-go command execution and source trigger
#74869 opened
Aug 4, 2025 -
gollvm: build fails with llvm latest and release/16.x
#74866 opened
Aug 4, 2025 -
runtime:mayMoreStackMove: TestFinalizerOrCleanupDeadlock/Panic#01 failures
#74865 opened
Aug 4, 2025 -
cmd/go: TestScript/list_symlink_internal failures
#74864 opened
Aug 4, 2025 -
cmd/go: TestScript/list_symlink_vendor_issue14054 failures
#74863 opened
Aug 4, 2025 -
x/crypto/acme: TestWithPebble/HTTP01-Issuance failures [consistent failure]
#74861 opened
Aug 3, 2025 -
x/pkgsite: package removal request for github.com/soumayg9673/pwd and github.com/soumayg9673/passwordgo
#74858 opened
Aug 3, 2025 -
x/net/route: ParseRIB errors with RTM_ADD and RTM_DELETE
#74856 opened
Aug 2, 2025 -
cmd/link: TestDWARFiOS/c-archive/testprogcgo failures
#74855 opened
Aug 2, 2025 -
cmd/link: TestDWARFiOS/c-archive/testprog failures
#74853 opened
Aug 2, 2025 -
cmd/link: TestBuildForTvOS failures
#74852 opened
Aug 2, 2025 -
runtime: use-after-free in mprof raw-FP unwinder under stack-growth race [signal SIGSEGV]
#74851 opened
Aug 1, 2025 -
cmd/trace: syscall profile omits most events
#74850 opened
Aug 1, 2025 -
x/net/idna: StrictDomainName doesn't work with Profile.ToASCII
#74848 opened
Aug 1, 2025 -
proxy.golang.org: problematic 302 redirects to www.google.com/sorry/... URLs
#74847 opened
Aug 1, 2025 -
net: `WriteMsgUDPAddrPort` should accept zero value destination addresses
#74841 opened
Aug 1, 2025 -
x/tools/gopls: new CodeAction: "Replace := with var declaration"
#74838 opened
Aug 1, 2025 -
testing/synctest: bubble not terminating
#74837 opened
Aug 1, 2025 -
encoding/json/v2: UnmarshalDecode EOF regression
#74835 opened
Jul 31, 2025 -
security: fix CVE-2025-47907 [1.25 backport]
#74834 opened
Jul 31, 2025 -
security: fix CVE-2025-47907 [1.24 backport]
#74833 opened
Jul 31, 2025 -
security: fix CVE-2025-47907 [1.23 backport]
#74832 opened
Jul 31, 2025 -
security: fix CVE-2025-47907
#74831 opened
Jul 31, 2025 -
cmd/go: potential test flakes for TestScript/mod_invalid_version
#74830 opened
Jul 31, 2025 -
cmd/gofmt: TestAll failures
#74829 opened
Jul 31, 2025 -
cmd/go: TestScript/cgo_suspect_flag_force_external failures
#74828 opened
Jul 31, 2025 -
time: AddDate(1 month) is confusing on 31st day; better docs needed
#74827 opened
Jul 31, 2025 -
x/exp/trace,internal/trace: support event constructor for testing
#74826 opened
Jul 31, 2025 -
x/tools/gopls: Option to disable auto-complete package clause on new Go files (gopls v0.19.0+)
#74825 opened
Jul 31, 2025 -
unique: TestCanonMapBadHash/LoadOrStore/ConcurrentUnsharedKeys failures
#74824 opened
Jul 30, 2025 -
crypto/x509:amd64ios: unrecognized failures
#74823 opened
Jul 30, 2025 -
cmd/go: "get toolchain@latest" should ignore release candidates [1.25 backport]
#74822 opened
Jul 30, 2025 -
cmd/go: "get toolchain@latest" should ignore release candidates [1.24 backport]
#74821 opened
Jul 30, 2025 -
x/tools/gopls/internal/filewatcher: TestFileWatcher/rename_directory_in_linux_&_windows failures
#74820 opened
Jul 30, 2025 -
proposal: encoding/json/jsonstruct: new API for handling JSON fields in a Go struct
#74819 opened
Jul 30, 2025
148 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.
-
database/sql: allow drivers to override Scan behavior
#67648 commented on
Aug 3, 2025 • 2 new comments -
x/crypto/ssh/test: TestDialTCP failures
#69972 commented on
Aug 3, 2025 • 0 new comments -
cmd/compile,wiki,spec: clarify whether or not the panics created in loop bodies should propagate to function iterators
#71830 commented on
Aug 5, 2025 • 0 new comments -
runtime: recover calls in loop body of ranging over iterators doesn't take effect
#71685 commented on
Aug 5, 2025 • 0 new comments -
testing: exclude statically unreachable code in test coverage
#31280 commented on
Aug 5, 2025 • 0 new comments -
proposal: introduce a ${REPODIR} as a possible variable to extend in #cgo directives
#74795 commented on
Aug 5, 2025 • 0 new comments -
x/tools/gopls: out-of-memory failure on Windows
#71065 commented on
Aug 5, 2025 • 0 new comments -
x/build: add linux/amd64 builder that supports AVX-512
#74772 commented on
Aug 5, 2025 • 0 new comments -
encoding/csv: do not use bufio.Writer in csv.Writer
#33486 commented on
Aug 5, 2025 • 0 new comments -
meta: intermittent `unexpected disconnect while reading sideband packet` when fetching golang.org/x repos since 2022-03-25
#52490 commented on
Aug 5, 2025 • 0 new comments -
runtime: green tea garbage collector
#73581 commented on
Aug 5, 2025 • 0 new comments -
cmd/go: "get -tool" should fail if toolchain is below 1.24 in go.mod
#74739 commented on
Aug 5, 2025 • 0 new comments -
cmd/go: version stamping from VCS no longer works in Go 1.25 when in a nested module and repo root has no go.mod file
#74763 commented on
Aug 5, 2025 • 0 new comments -
net/http: use 308 instead of 301 in Server to preserve POST payload in redirects
#50243 commented on
Aug 5, 2025 • 0 new comments -
Go compiler and runtime meeting notes
#43930 commented on
Aug 5, 2025 • 0 new comments -
cmd/go: prevent worker starvation via ordered scheduling using barrier tasks
#73106 commented on
Aug 5, 2025 • 0 new comments -
crypto/fips140: selective policy enforcement framework
#74630 commented on
Aug 5, 2025 • 0 new comments -
x/build: `darwin-amd64` LUCI builders are sometimes too slow
#65040 commented on
Aug 5, 2025 • 0 new comments -
runtime: TestPingPongHog failures
#65293 commented on
Aug 5, 2025 • 0 new comments -
net: unrecognized failures
#74724 commented on
Aug 5, 2025 • 0 new comments -
runtime: TestCgoSignalDeadlock failures
#72814 commented on
Aug 4, 2025 • 0 new comments -
runtime: TestMemoryLimit failures on Darwin
#73136 commented on
Aug 4, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/100µs failures
#72965 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: Rename: "no type for %T" panic in satisfy
#71572 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: stubmethods: "could not find the enclosing function of the return statement" bug in GetIfaceStubInfo
#70666 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: duplicate package paths in export data manifest (via telemetry)
#63822 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls/internal/cache/methodsets: "missing object path for %s" bug in indexBuilder.build
#70418 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: "internal error reading (shared cache|typerefs data|symbol data)" bug (ENOSPC?)
#67433 commented on
Aug 4, 2025 • 0 new comments -
go/types: deferred function executed multiple times
#73267 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: "file not found for pos = %d (%s)" crash in go/types
#69338 commented on
Aug 4, 2025 • 0 new comments -
x/mobile: fatal error: bulkBarrierPreWrite: unaligned arguments
#46893 commented on
Aug 4, 2025 • 0 new comments -
proposal: spec: infer types from sufficiently constrained constraints
#73527 commented on
Aug 4, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 commented on
Aug 4, 2025 • 0 new comments -
cmd/compile: register allocation of rematerializable ops ignores the op output register constraints.
#70451 commented on
Aug 4, 2025 • 0 new comments -
proposal: spec: unions as sigma types
#54685 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: Symbols: use Levenshtein distance for ranking
#74793 commented on
Aug 4, 2025 • 0 new comments -
x/tools/gopls: regtest flakes due to hanging go commands
#54461 commented on
Aug 4, 2025 • 0 new comments -
cmd/link/internal/ld: TestArchiveBuildInvokeWithExec failures
#68507 commented on
Aug 5, 2025 • 0 new comments -
proposal: all: add bare metal support
#73608 commented on
Aug 6, 2025 • 0 new comments -
all: test failures on `linux/s390x`
#58901 commented on
Aug 6, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
Aug 6, 2025 • 0 new comments -
cmd/compile: parameters spilled onto stack do not have populated location field in DWARF
#72833 commented on
Aug 6, 2025 • 0 new comments -
x/tools/gopls/internal/filewatcher: TestFileWatcher/create_directory failures [consistent failure]
#74543 commented on
Aug 6, 2025 • 0 new comments -
net: IPNet JSON marshal/unmarshal inconsistency
#35727 commented on
Aug 6, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Aug 6, 2025 • 0 new comments -
all: flaky failures on netbsd/arm
#73820 commented on
Aug 6, 2025 • 0 new comments -
proposal: spec: short function literals
#21498 commented on
Aug 6, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: waitgroup modernizer makes a complete mess of it
#74708 commented on
Aug 6, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: fmtappendf suggests invalid fix
#74709 commented on
Aug 6, 2025 • 0 new comments -
x/tools/go/analysis/internal/checker: -fix should remove unneeded imports
#72035 commented on
Aug 6, 2025 • 0 new comments -
cmd/go: test -o sometimes invokes test executable from build cache
#74769 commented on
Aug 6, 2025 • 0 new comments -
os: optimise cgo clearenv
#70672 commented on
Jul 30, 2025 • 0 new comments -
runtime: goroutine leak detection by using the garbage collector
#74622 commented on
Aug 5, 2025 • 0 new comments -
net/http: use tlsConn interface
#74676 commented on
Aug 1, 2025 • 0 new comments -
crypto/internal/boring: make dst allocation for AES-GCM more efficient
#74740 commented on
Aug 6, 2025 • 0 new comments -
cmd/go: invalidate test cache when -coverpkg sources change
#74773 commented on
Aug 6, 2025 • 0 new comments -
net: TestLookupDotsWithRemoteSource is flaky
#27992 commented on
Aug 5, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_fuzztime failures
#72104 commented on
Aug 6, 2025 • 0 new comments -
runtime/pprof: TestVMInfo failures
#73475 commented on
Aug 6, 2025 • 0 new comments -
cmd/go: TestScript/list_empty_importpath failures
#73976 commented on
Aug 6, 2025 • 0 new comments -
x/crypto/acme: TestWithPebble/TLSALPN01-Issuance failures
#74437 commented on
Aug 6, 2025 • 0 new comments -
runtime: TestGdb* failures
#58932 commented on
Aug 6, 2025 • 0 new comments -
x/build: build and test failures on openbsd-amd64 builders
#66474 commented on
Aug 6, 2025 • 0 new comments -
cmd/link: TestDWARFLocationList failures
#74723 commented on
Aug 6, 2025 • 0 new comments -
runtime/trace, x/exp/trace: explicitly encode end of trace and surface it in parser
#73904 commented on
Aug 6, 2025 • 0 new comments -
cmd/dist: re-expose pack command in Go 1.25
#74080 commented on
Aug 6, 2025 • 0 new comments -
runtime: linux/s390x test timeout
#60413 commented on
Aug 6, 2025 • 0 new comments -
runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64
#69255 commented on
Aug 6, 2025 • 0 new comments -
build: build failure on gotip-linux-riscv64
#70401 commented on
Aug 6, 2025 • 0 new comments -
build: build failure on gotip-darwin-amd64-longtest
#73024 commented on
Aug 6, 2025 • 0 new comments -
all: flaky failures on openbsd/ppc64
#74187 commented on
Aug 6, 2025 • 0 new comments -
go/doc: confusing types displayed for mixed exported/unexported consts
#9431 commented on
Aug 6, 2025 • 0 new comments -
x/tools/gopls: "missing reference to package %s" bug in getOneTransitiveRefLocked
#71354 commented on
Aug 6, 2025 • 0 new comments -
x/tools/gopls: "missing reachable node for %q" bug in evaluatePackageHandle
#71352 commented on
Aug 6, 2025 • 0 new comments -
net: `WriteMsgUDPAddrPort` should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets
#74737 commented on
Jul 30, 2025 • 0 new comments -
runtime: "some test left a core file behind" failure
#69457 commented on
Jul 30, 2025 • 0 new comments -
x/vulndb: TestLintReports/data/reports/GO-2024-3181.yaml failures
#72119 commented on
Jul 30, 2025 • 0 new comments -
x/vulndb: TestLintReports/data/reports/GO-2024-3188.yaml failures
#72120 commented on
Jul 30, 2025 • 0 new comments -
x/build: LUCI builders fail to fetch dependencies for subrepos
#65482 commented on
Jul 31, 2025 • 0 new comments -
x/crypto/ssh/test: TestDialUnix failures
#66378 commented on
Jul 31, 2025 • 0 new comments -
riscv64: can't build on FreeBSD with cgo [1.23 backport]
#74734 commented on
Jul 31, 2025 • 0 new comments -
proposal: maphash: drop purego version and establish stronger runtime boundary
#74285 commented on
Jul 31, 2025 • 0 new comments -
doc: mention "purego" build tag convention somewhere
#23172 commented on
Jul 31, 2025 • 0 new comments -
mime: expand on what is covered by builtinTypes
#69530 commented on
Jul 31, 2025 • 0 new comments -
x/sys/windows: allow specifying Security Capabilities in SysProcAttr
#65611 commented on
Jul 31, 2025 • 0 new comments -
proposal: change GORISCV64=rva20u64 to include compressed instructions
#71105 commented on
Jul 31, 2025 • 0 new comments -
proposal: x/crypto/acme/autocert: export supportsECDSA somewhere?
#65727 commented on
Jul 31, 2025 • 0 new comments -
proposal: syscall: add Open O_* flags for Windows FILE_FLAG_* flags
#73676 commented on
Jul 31, 2025 • 0 new comments -
proposal: x/crypto/ssh: add SSHSIG support
#68197 commented on
Jul 31, 2025 • 0 new comments -
proposal: x/tools/go/analysis/structtag: stricter JSON tag checking
#74376 commented on
Jul 31, 2025 • 0 new comments -
proposal: review meeting minutes
#33502 commented on
Jul 31, 2025 • 0 new comments -
cmd/compile/internal/ssa: TestDebugLines_74576/i74576b.go failures
#74670 commented on
Jul 31, 2025 • 0 new comments -
x/mobile/bind: support slices of supported structs
#13445 commented on
Jul 31, 2025 • 0 new comments -
net/http: TestClient failures
#74100 commented on
Jul 30, 2025 • 0 new comments -
proposal: x/crypto/acme: include problem as error in OrderError type
#74430 commented on
Jul 30, 2025 • 0 new comments -
net/http: TestTimeoutHandlerEmptyResponse/h2 failures
#68566 commented on
Jul 30, 2025 • 0 new comments -
riscv64: can't build on FreeBSD with cgo [1.24 backport]
#74735 commented on
Jul 30, 2025 • 0 new comments -
proposal: x/crypto/x509roots/fallback: export certificate bundle
#69898 commented on
Jul 30, 2025 • 0 new comments -
proposal: cmd/fix: remove all functionality
#73605 commented on
Jul 30, 2025 • 0 new comments -
proposal: encoding/json: add "readonly" tag
#28143 commented on
Jul 30, 2025 • 0 new comments -
proposal: encoding/json/v2: add support for user-defined format flags and option values
#71664 commented on
Jul 30, 2025 • 0 new comments -
os/user:pie_internal: TestImpersonated failures
#74728 commented on
Jul 30, 2025 • 0 new comments -
internal/unsafeheader: unrecognized failures
#66616 commented on
Jul 30, 2025 • 0 new comments -
cmd/asm: Go arm64 assembler doesn't support "FMOVQ F0, (R0)(R2)"
#74753 commented on
Jul 30, 2025 • 0 new comments -
proposal: runtime/mainthread: add mainthread.Do for mediating access to the main thread
#70089 commented on
Jul 30, 2025 • 0 new comments -
go/types: accepts invalid recursive type declarations, for some orderings
#74791 commented on
Jul 30, 2025 • 0 new comments -
x/sys/unix: AIX IOCTL SetWinsize integer overflows
#74792 commented on
Jul 30, 2025 • 0 new comments -
proposal: x/crypto/ssh: refactor signers API
#74424 commented on
Jul 30, 2025 • 0 new comments -
proposal: x/net/http2: allow configuring the buffer allocator to avoid copies during reads
#73560 commented on
Jul 30, 2025 • 0 new comments -
all: test failures using proxy.golang.org
#55162 commented on
Jul 30, 2025 • 0 new comments -
x/build/cmd/relui: error sending release annoucement email
#74777 commented on
Jul 30, 2025 • 0 new comments -
x/tools/gopls: "package name is %q, want %q" bug in typeCheckBatch.importPackage
#64235 commented on
Jul 31, 2025 • 0 new comments -
runtime: non-preemptible zeroing in clear, append, bytes.growSlice, etc
#69327 commented on
Aug 1, 2025 • 0 new comments -
x/tools/gopls: FoldingRange: no fold option for functions (there is a comment at the end of the line)
#73735 commented on
Aug 1, 2025 • 0 new comments -
x/tools/gopls: `go clean` fails with ENOTEMPTY (openbsd) causing gopls test flakes
#68087 commented on
Aug 1, 2025 • 0 new comments -
go/doc/comment: doc links don't work for struct field doc
#56004 commented on
Aug 1, 2025 • 0 new comments -
encoding/json/v2: unexpected support for Inf in map[string]any value
#74797 commented on
Aug 1, 2025 • 0 new comments -
cmd/doc: Blank lines inserted into doc output in place of "directive" lines
#59529 commented on
Aug 1, 2025 • 0 new comments -
x/net/http2: panic: flow control update exceeds maximum window size
#58456 commented on
Aug 2, 2025 • 0 new comments -
proposal: encoding/json/v2: MarshalFunc with reflect.Type
#73457 commented on
Aug 2, 2025 • 0 new comments -
proposal: spec: type inferred composite literals
#12854 commented on
Aug 2, 2025 • 0 new comments -
cmd/compile: performance of go wasm is very poor
#65440 commented on
Aug 2, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c3h88-perf_vs_release
#72038 commented on
Aug 2, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c2s16-perf_vs_release
#72037 commented on
Aug 2, 2025 • 0 new comments -
x/sys/windows/registry: error reading/writing Windows Defender Registry
#35730 commented on
Aug 2, 2025 • 0 new comments -
proposal: spec: expression to create pointer to simple types
#45624 commented on
Aug 2, 2025 • 0 new comments -
net: document that Dial/Listen with "ip4:tcp" or "ip6:tcp" fails on Windows
#23209 commented on
Aug 3, 2025 • 0 new comments -
net/http: failures with `timeout waiting for SETTINGS frames`
#60359 commented on
Aug 3, 2025 • 0 new comments -
x/tools/gopls: update package and imports on willRenameFiles/didRenameFiles
#60903 commented on
Aug 3, 2025 • 0 new comments -
proposal: cmd/go: mark test dependencies in go.mod and go list -m
#44743 commented on
Aug 3, 2025 • 0 new comments -
x/tools/gopls/internal/golang: inline variable: nil panic in inlineVariableOne
#74347 commented on
Jul 31, 2025 • 0 new comments -
cmd/go: test failures due to network
#55164 commented on
Jul 31, 2025 • 0 new comments -
x/tools/gopls: `func` snippet not provided when `func` is written
#74802 commented on
Jul 31, 2025 • 0 new comments -
x/tools/gopls: ApplyFix: createUndeclared calls ZeroExpr(types.Tuple), crashes
#74814 commented on
Jul 31, 2025 • 0 new comments -
x/tools/gopls: Misguided missing method code action
#74644 commented on
Jul 31, 2025 • 0 new comments -
proposal: encoding/json/v2: new API for encoding/json
#71497 commented on
Jul 31, 2025 • 0 new comments -
x/tools/gopls: add file watcher for headless mode
#74292 commented on
Jul 31, 2025 • 0 new comments -
encoding/json/v2: Indent does not preserve trailing whitespace
#74806 commented on
Jul 31, 2025 • 0 new comments -
encoding/json/v2: confusing error when destination is slice of wrong type
#74801 commented on
Jul 31, 2025 • 0 new comments -
x/build/cmd/relui: add support for mentioning security fixes in Release Candidate release kind
#71574 commented on
Aug 1, 2025 • 0 new comments -
cmd/go: override semantics break e.g. GOFLAGS=-ldflags
#38522 commented on
Aug 1, 2025 • 0 new comments -
x/sys/unix: missing types
#74811 commented on
Aug 1, 2025 • 0 new comments -
proposal: spec: comparable as a case of a generalized definition of basic interfaces
#53734 commented on
Aug 1, 2025 • 0 new comments -
x/mobile: support multiple independent bindings in the same app
#15956 commented on
Aug 1, 2025 • 0 new comments -
log/slog: add multiple handlers support for logger
#65954 commented on
Aug 1, 2025 • 0 new comments -
context: TestCauseRace failures
#73390 commented on
Aug 1, 2025 • 0 new comments -
runtime:cpu2: TestAbortInCgo failures
#73487 commented on
Aug 1, 2025 • 0 new comments -
testing: use $GOTMPDIR for temporary files when set
#61585 commented on
Aug 1, 2025 • 0 new comments