-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 3 Open pull requests
- 12 Closed issues
- 19 New issues
Could not load contribution data
Please try again later
3 Pull requests opened by 3 people
-
strconv: replace Ryu ftoa with Dragonbox
#75195 opened
Aug 30, 2025 -
cmd/go: support `-help`
#75204 opened
Aug 30, 2025 -
path{,/filepath}: speed up Match
#75211 opened
Aug 31, 2025
12 Issues closed by 7 people
-
cmd/compile: unexpected implicit type for bit shift casted to float64
#75222 closed
Sep 1, 2025 -
proposal: net/netip: add conversions between IP ranges and prefixes
#65909 closed
Sep 1, 2025 -
net/netip: Prefix, the range of bits for 4in6 addresses must be restricted to [96,128]
#53153 closed
Sep 1, 2025 -
Apology
#75217 closed
Sep 1, 2025 -
net: net.Conn write panic on darwin amd64
#75216 closed
Sep 1, 2025 -
Releases: Delay of new releases on Termux android
#75215 closed
Sep 1, 2025 -
x/net: incorrect html parsing
#75213 closed
Sep 1, 2025 -
net/http: ServeMux with CONNECT and empty path broke in 1.22
#74422 closed
Aug 31, 2025 -
proxy.golang.org:xD
#75206 closed
Aug 31, 2025 -
proposal: iters: package with convenience methods for iter.Seq and iter.Seq2
#75202 closed
Aug 30, 2025 -
proposal: net/netip: add `UnmappedEquals(netip.AddrPort)` to `netip.AddrPort`
#54366 closed
Aug 30, 2025 -
cmd/compile,runtime: race support for riscv64
#64345 closed
Aug 30, 2025
19 Issues opened by 14 people
-
net/url: `Parse` and `ParseRequestURI` permissively accepts trailing colon after port
#75223 opened
Sep 2, 2025 -
debug/pe: pe.Open fails on object files produced by llvm-mingw 21 [1.25 backport]
#75221 opened
Sep 1, 2025 -
debug/pe: pe.Open fails on object files produced by llvm-mingw 21 [1.24 backport]
#75220 opened
Sep 1, 2025 -
debug/pe: pe.Open fails on object files produced by llvm-mingw 21
#75219 opened
Sep 1, 2025 -
proxy.golang.org: Forbidden for https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.zip
#75218 opened
Sep 1, 2025 -
cmd/go: TestScript/cover_pkgall_multiple_mains failures
#75214 opened
Sep 1, 2025 -
proxy.golang.org: support for go-import subdir
#75212 opened
Aug 31, 2025 -
testing: B.Loop fails to terminate early when it hits the 1 Billion iteration cap
#75210 opened
Aug 31, 2025 -
runtime: growslice doesn't count gc.MallocHeaderSize while rounding to size classes
#75209 opened
Aug 31, 2025 -
x/tools/gopls: Unbearably slow windows performance
#75208 opened
Aug 31, 2025 -
x/tools/gopls: impossible nil deref in reflect package
#75207 opened
Aug 31, 2025 -
x/tools/gopls/internal/analysis/modernize: apply modernizations for TrimPrefix to TrimSuffix too
#75205 opened
Aug 30, 2025 -
cmd/compile: intrinsify reflect.TypeFor
#75203 opened
Aug 30, 2025 -
cmd/compile: functions that involve a lot of constant folding are not inlined
#75201 opened
Aug 30, 2025 -
x/tools/gopls: CodeAction: do not offer "inline variable" on an lvalue reference
#75200 opened
Aug 30, 2025 -
x/tools/gopls: analyzer docs mishandle section headings
#75199 opened
Aug 30, 2025 -
cmd/go: `-trimpath` should respect replace statements
#75198 opened
Aug 30, 2025 -
x/pkgsite: package removal request for [https://pkg.go.dev/github.com/lcucurachi/go-node]
#75197 opened
Aug 30, 2025 -
os: ReadDir on non-directory doesn't return error on Plan 9
#75196 opened
Aug 30, 2025
49 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.
-
image/jpeg: chroma downsampling ratios are restricted
#2362 commented on
Aug 30, 2025 • 0 new comments -
strconv: use DragonBox instead of Ryu for FormatFloat
#74886 commented on
Aug 30, 2025 • 0 new comments -
net/http: TestRequestWriteTransport failures with `unexpected Transfer-Encoding in request`
#52575 commented on
Aug 30, 2025 • 0 new comments -
image/color: GrayModel of half-transparent colors
#75150 commented on
Aug 30, 2025 • 0 new comments -
x/image/font/opentype: can't draw "/System/Library/Fonts/Apple Color Emoji.ttc" (sbix issue?)
#75118 commented on
Aug 30, 2025 • 0 new comments -
proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags
#71183 commented on
Aug 30, 2025 • 0 new comments -
unicode/utf8: make DecodeRune and DecodeLastRune inlineable
#48195 commented on
Aug 30, 2025 • 0 new comments -
cmd/compile: inline reflect.TypeOf (or make it intrinsic)
#16869 commented on
Aug 30, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: replace a string += string loop by strings.Builder
#75190 commented on
Aug 30, 2025 • 0 new comments -
x/tools/gopls: CodeActions: nil panic in refactorRewriteEliminateDotImport
#74581 commented on
Aug 31, 2025 • 0 new comments -
archive/tar: re-add sparse file support
#22735 commented on
Aug 31, 2025 • 0 new comments -
archive/tar: add support for writing tar containing sparse files
#13548 commented on
Aug 31, 2025 • 0 new comments -
runtime: improve AddCleanup performance
#75188 commented on
Aug 31, 2025 • 0 new comments -
cmd/go: "run" and "tool" do not stamp binaries with the main module's version information
#75033 commented on
Aug 31, 2025 • 0 new comments -
x/sys/windows: add some missing SetupAPI functions
#68168 commented on
Aug 31, 2025 • 0 new comments -
cmd/cgo/internal/testsanitizers: TestLSAN/lsan3 failures
#75142 commented on
Aug 31, 2025 • 0 new comments -
cmd/cgo/internal/testsanitizers: TestLSAN/lsan1,2, and 3 fail always in linux/aarch64
#74476 commented on
Aug 31, 2025 • 0 new comments -
all: test failures on `linux/s390x`
#58901 commented on
Aug 31, 2025 • 0 new comments -
runtime: TestMemoryLimit failures on Darwin
#73136 commented on
Aug 31, 2025 • 0 new comments -
runtime: TestReadMetricsSched failures
#75049 commented on
Aug 31, 2025 • 0 new comments -
runtime, cmd/compile: add runtime.free, runtime.freetracked and GOEXPERIMENT=runtimefree
#74299 commented on
Aug 31, 2025 • 0 new comments -
x/crypto/ssh/agent: client panics on SSH_AGENT_SUCCESS (0x06) replies
#75178 commented on
Aug 31, 2025 • 0 new comments -
runtime: stalls under Rosetta2 with MacOS 14.5
#68485 commented on
Aug 31, 2025 • 0 new comments -
proposal: encoding/json/v2: custom unmarshalers for underlying types should work with named types
#75177 commented on
Sep 1, 2025 • 0 new comments -
net: TestAllocs failures
#69774 commented on
Sep 1, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Sep 1, 2025 • 0 new comments -
runtime: flaky failures on NetBSD since CL 526118
#62524 commented on
Sep 1, 2025 • 0 new comments -
all: flaky failures on netbsd/arm
#73820 commented on
Sep 1, 2025 • 0 new comments -
proposal: runtime: expose `goid` and `gopc` in `GoroutineProfile`
#59663 commented on
Sep 1, 2025 • 0 new comments -
encoding/json: confusing error when destination is slice of wrong type under goexperiment.jsonv2
#74801 commented on
Sep 1, 2025 • 0 new comments -
runtime: green tea garbage collector
#73581 commented on
Sep 1, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
Sep 1, 2025 • 0 new comments -
proposal: go/types: add StrictlyComparable function
#72059 commented on
Sep 1, 2025 • 0 new comments -
x/tools: various flakes on ppc (linux OOM-kills)
#73988 commented on
Sep 1, 2025 • 0 new comments -
proposal: all: add bare metal support
#73608 commented on
Sep 1, 2025 • 0 new comments -
go/build: setting UseAllFiles still invokes go command
#68556 commented on
Sep 1, 2025 • 0 new comments -
proposal: runtime: cgroup memory limit aware GOMEMLIMIT default
#75164 commented on
Sep 1, 2025 • 0 new comments -
net/netip: add Prefix.Compare and AddrPort.Compare
#61642 commented on
Sep 1, 2025 • 0 new comments -
proposal: spec: infer types from sufficiently constrained constraints
#73527 commented on
Sep 1, 2025 • 0 new comments -
x/tools/gopls: renaming functions should rename corresponding test functions
#74378 commented on
Sep 1, 2025 • 0 new comments -
cmd/go: build the cgo artifacts for each package in parallel
#9887 commented on
Sep 1, 2025 • 0 new comments -
cmd/trace: support for perfetto
#57315 commented on
Sep 1, 2025 • 0 new comments -
proposal: testing: add goroutine labels to tests
#75047 commented on
Sep 2, 2025 • 0 new comments -
[CGO] Frequent segmentation faults on build.
#75176 commented on
Sep 2, 2025 • 0 new comments -
net/http: pool transport gzip readers
#61390 commented on
Sep 1, 2025 • 0 new comments -
mime: extend "builtinTypes" to include a more complete list of common types
#69533 commented on
Aug 31, 2025 • 0 new comments -
os: optimise cgo clearenv
#70672 commented on
Aug 31, 2025 • 0 new comments -
cmd/compile/internal/devirtualize: improve concrete type analysis
#71935 commented on
Aug 30, 2025 • 0 new comments -
unicode/utf8: make DecodeRune{,InString} inlineable
#75181 commented on
Aug 31, 2025 • 0 new comments