-
Notifications
You must be signed in to change notification settings - Fork 18k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 3 Open pull requests
- 52 Closed issues
- 50 New issues
Could not load contribution data
Please try again later
3 Pull requests opened by 3 people
-
net/url: add additional test cases for URL parsing with special characters
#73550 opened
Apr 30, 2025 -
encoding/json: remove redundant c <= ' ' check in isSpace
#73552 opened
Apr 30, 2025 -
cmd/link: ignore mapping symbols on riscv64
#73592 opened
May 3, 2025
52 Issues closed by 13 people
-
go: "go" directive in modules does not prevent using new stdlib code
#73603 closed
May 5, 2025 -
sort: stack overflow in BenchmarkSortInt1K_Reversed
#73542 closed
May 5, 2025 -
valgrind fails
#60600 closed
May 5, 2025 -
x/tools/go/analysis/internal/checker: remove imports that are unused after a batch of fixes are applied
#73578 closed
May 5, 2025 -
Generic struct method cannot return the its generic type even if implemented
#73599 closed
May 5, 2025 -
x/pkgsite: package removal request for https://github.com/ringo-is-a-color/heteroglossia
#73514 closed
May 5, 2025 -
x/pkgsite: omit "Output" section for examples with no output
#60986 closed
May 5, 2025 -
net: File method of Conn on Windows
#10350 closed
May 5, 2025 -
net: add support for FileConn, FilePacketConn, FileListener on windows
#9503 closed
May 5, 2025 -
runtime: range over string with ill-formated string leads to nil pointer dereferenced
#73597 closed
May 5, 2025 -
cmd/link: RISC-V mapping symbols aren't handled correctly
#73591 closed
May 4, 2025 -
Benchmark tool command line issues: "go test -bench ." works but "go test -bench=." doesn't
#73593 closed
May 3, 2025 -
x/pkgsite: package removal request for [type path here]
#73590 closed
May 3, 2025 -
database/sql: SetConnMaxIdleTime without SetConnMaxLifetime has no effect
#41114 closed
May 2, 2025 -
database/sql: Is it possible to release expired connections as soon as possible
#39449 closed
May 2, 2025 -
database/sql: Ability to pass nil to sql.Row.Scan and sql.Rows.Scan
#41607 closed
May 2, 2025 -
x/vuln/cmd/govulncheck: add quiet output or a cli flag
#62315 closed
May 2, 2025 -
x/vuln: false positive call stack for GO-2023-2402 in Kubernetes
#64834 closed
May 2, 2025 -
x/vuln: false positive for GO-2025-3408
#71484 closed
May 2, 2025 -
database/sql: Support for database, catalog, schema and table level metadata
#7408 closed
May 2, 2025 -
database/sql: provide optional way to mitigate convT2E allocations
#6918 closed
May 2, 2025 -
cmd/go: Subversion VCS build information should be included in the build
#73444 closed
May 2, 2025 -
x/tools/gopls/internal/analysis/modernize: crash in minmax
#73566 closed
May 2, 2025 -
time: UnixDate is not always compatible between Format and Parse
#73583 closed
May 2, 2025 -
html/template: '<' character escaped in output rendered by Template.Execute
#73574 closed
May 2, 2025 -
os: Root.Mkdir creates directories with zero permissions on OpenBSD
#73559 closed
May 1, 2025 -
x/tools/gopls: completion has wrong textedit in some cases
#72753 closed
May 1, 2025 -
cmd/go: add modvendor sub-command
#27618 closed
May 1, 2025 -
sync: add WaitGroup.Go
#63796 closed
May 1, 2025 -
cmd/go: clarify that special directories can still be used for package paths
#24732 closed
May 1, 2025 -
cmd/go: go test -cover doesn't collect the coverage of a second call to m.Run
#28651 closed
May 1, 2025 -
proposal: testing/synctest: create bubbles with Start rather than Run
#73062 closed
May 1, 2025 -
cmd/compile: arm64 multiplication with constant optimization
#67575 closed
May 1, 2025 -
cmd/compile: deadlock
#73539 closed
May 1, 2025 -
math/big: broken mips and mips64 builders
#73472 closed
May 1, 2025 -
cmd/link: panic on riscv64 with CGO enabled due to empty container symbol
#72840 closed
Apr 30, 2025 -
net/url: unescape doesn't handle certain forms of double encoding
#49120 closed
Apr 30, 2025 -
net/url: misleading error message when url has a leading space
#29261 closed
Apr 30, 2025 -
net: ListenMulticastUDP setsockopt: not supported by windows
#63529 closed
Apr 30, 2025 -
net/url: can't roundtrip path-only url with double leading slash
#44631 closed
Apr 30, 2025 -
net/url: roundtripping url which contains certain special characters (`<>{} "`) fails
#73549 closed
Apr 30, 2025 -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/aasanchez/ocpp16_messages
#73546 closed
Apr 30, 2025 -
cmd/go: reject to download toolchain when gotoolchain < go directive
#72003 closed
Apr 30, 2025 -
cmd/compile: unexpected heap allocation for large structs in Go 1.24 compared to Go 1.23
#73536 closed
Apr 30, 2025 -
cmd/compile: infinite loop in the inliner [1.24 backport]
#73440 closed
Apr 29, 2025 -
cmd/compile: program compiles to wasm but is invalid: go:wasmexport: integer too large [1.24 backport]
#73281 closed
Apr 29, 2025 -
context: DeadlineExceeded silently implements net.Error
#45818 closed
Apr 29, 2025 -
x/pkgsite: feature-request: add ability to set port when envoking in cli
#73535 closed
Apr 29, 2025 -
stub error
#73532 closed
Apr 29, 2025
50 Issues opened by 34 people
-
proposal: all: add bare metal support
#73608 opened
May 6, 2025 -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/rengchi/ji
#73607 opened
May 6, 2025 -
proposal: cmd/fix: remove all functionality
#73605 opened
May 5, 2025 -
proposal: slices: document behavior w.r.t. nil
#73604 opened
May 5, 2025 -
proposal: runtime: add valgrind hints to the runtime under special build mode
#73602 opened
May 5, 2025 -
cmd/compile: stronger constant propagation around closures
#73601 opened
May 5, 2025 -
runtime/pprof: TestGoroutineProfileConcurrency/overlapping_profile_requests failures
#73600 opened
May 5, 2025 -
proposal: unique: Make for slices
#73598 opened
May 5, 2025 -
x/website: double anchor on hover for /pkg/?m=old docs
#73596 opened
May 4, 2025 -
os/user: Lookup does not handle windows.ERROR_NONE_MAPPED correctly
#73595 opened
May 4, 2025 -
x/tools/go/ssa: generic methods with empty bodies panic with SanityCheckFunctions
#73594 opened
May 3, 2025 -
cmd/compile: non-escaping pointer operations block register lifting of values
#73589 opened
Ma 10000 y 2, 2025 -
x/tools/gopls: "failed to find object for objectPath" bug in gcimporter
#73588 opened
May 2, 2025 -
x/tools/gopls: imports.ApplyFixes panics with "invalid line number %d (should be < %d)"
#73587 opened
May 2, 2025 -
x/tools/gopls: crash in append (invalid string data pointer)
#73586 opened
May 2, 2025 -
os/user: TestImpersonatedSelf/3 failures
#73585 opened
May 2, 2025 -
proposal: go/ast: add Start token.Pos fields to BlockStmt and FieldList
#73584 opened
May 2, 2025 -
os/user: TestImpersonatedSelf/2 failures
#73582 opened
May 2, 2025 -
runtime: green tea garbage collector
#73581 opened
May 2, 2025 -
x/tools/gopls: expose an off-by-default MCP server from gopls
#73580 opened
May 2, 2025 -
runtime: segment violation in mexit/vgetrandomPutState/mallocgcSmallNoscan
#73577 opened
May 2, 2025 -
x/tools/gopls/internal/analysis/modernize: minmax offers invalid fix
#73576 opened
May 2, 2025 -
x/vuln: include option to detect and show pre-announcement for security fixes
#73575 opened
May 2, 2025 -
x/tools/internal/mcp: TestCmdTransport failures [consistent failure]
#73571 opened
May 2, 2025 -
os: Root.Mkdir creates directories with zero permissions on OpenBSD [1.24 backport]
#73570 opened
May 2, 2025 -
x/build: gotip-openbsd-riscv64 builder is missing
#73569 opened
May 1, 2025 -
x/build: gotip-freebsd-riscv64 builder is missing
#73568 opened
May 1, 2025 -
proposal: testing/synctest: replace Run with Test
#73567 opened
May 1, 2025 -
runtime: append can write out of bounds during data races
#73563 opened
May 1, 2025 -
x/build: bot mac-327-h526 reported as broken
#73562 opened
Apr 30, 2025 -
proposal: x/net/http2: allow configuring the buffer allocator to avoid copies during reads
#73560 opened
Apr 30, 2025 -
internal/trace: event timestamps change between Go versions
#73558 opened
Apr 30, 2025 -
security: fix CVE-2025-22873 [1.24 backport]
#73556 opened
Apr 30, 2025 -
security: fix CVE-2025-22873
#73555 opened
Apr 30, 2025 -
debug/pe: slice bounds out of range panic
#73548 opened
Apr 30, 2025 -
tools/gopls/internal/analysis/modernize: stringscutprefix offers invalid fix
#73547 opened
Apr 30, 2025 -
x/tools/gopls: go to definition should go to replaced version of module
#73545 opened
Apr 30, 2025 -
proposal: net/http/httptest: ResponseRecorder.Reset
#73544 opened
Apr 30, 2025 -
access: go-assignees and go-editors
#73543 opened
Apr 30, 2025 -
runtime: plugin has empty pluginpath
#73541 opened
Apr 30, 2025 -
x/website: broken link to Gin documentation in "Tutorial: Developing a RESTful API with Go and Gin"
#73538 opened
Apr 29, 2025 -
x/pkgsite: panic serving from directory with space in name
#73534 opened
Apr 29, 2025 -
proposal: context: context.Expired
#73533 opened
Apr 29, 2025 -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/ajithanand/HeaderTest
#73530 opened
Apr 29, 2025 -
access: go-assignees
#73529 opened
Apr 29, 2025
99 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.
-
os/exec: TestCancelErrors/killed_after_spurious_ErrProcessDone failures
#68767 commented on
Apr 29, 2025 • 0 new comments -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/jamf/regatta and https://pkg.go.dev/github.com/jamf/regatta-go
#73396 commented on
Apr 29, 2025 • 0 new comments -
proposal: x/crypto/ssh: verified public key callback and arbitrary data in Permissions
#70795 commented on
Apr 29, 2025 • 0 new comments -
runtime: inlining in bgsweep leads to livelock
#73499 commented on
Apr 29, 2025 • 0 new comments -
time: TestTicker failures
#72970 commented on
Apr 29, 2025 • 0 new comments -
wiki: GerritBot vs gopherbot
#73330 commented on
Apr 29, 2025 • 0 new comments -
cmd/go, testing: go test 4-5x slower on Windows when test caching is used; -count=1 is fast
#72992 commented on
Apr 29, 2025 • 0 new comments -
proposal: spec: infer types from sufficiently constrained constraints
#73527 commented on
Apr 29, 2025 • 0 new comments -
runtime: correct attribution of internal mutex contention
#66999 commented on
Apr 29, 2025 • 0 new comments -
cmd/compile: unrecognized failures
#70103 commented on
Apr 30, 2025 • 0 new comments -
x/tools/cmd/auth: tag and delete
#70872 commented on
Apr 30, 2025 • 0 new comments -
x/tools/gopls: progress notifications for more operations
#71751 commented on
Apr 30, 2025 • 0 new comments -
x/tools/gopls: can't find definition using -mod=mod
#73492 commented on
Apr 30, 2025 • 0 new comments -
proposal: time: make UnmarshalText, UnmarshalJSON enforce strict RFC 3339 semantics
#57912 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile/internal/ssa: unrecognized failures
#73468 commented on
Apr 30, 2025 • 0 new comments -
proposal: x/tools/go/analysis: add -category=... filter flag to driver commands
#72008 commented on
Apr 30, 2025 • 0 new comments -
net/http: http2 client data race to close request body when server crashes unexpectedly
#73522 commented on
Apr 30, 2025 • 0 new comments -
runtime: remove unnecessary copies when converting the command line to os.Args under Windows
#73507 commented on
Apr 30, 2025 • 0 new comments -
crypto/tls: extend coverage of BoGo test suite
#72006 commented on
Apr 30, 2025 • 0 new comments -
proposal: reflect: package reflection
#61796 commented on
Apr 30, 2025 • 0 new comments -
x/tools/go/packages: TestRmdirAfterGoList_Runner failures
#73503 commented on
Apr 30, 2025 • 0 new comments -
runtime: deductSweepCredit bad symbol table
#73519 commented on
Apr 30, 2025 • 0 new comments -
go/version: doesn't handle devel toolchain versions
#73369 commented on
Apr 30, 2025 • 0 new comments -
runtime: epoll scalability problem with 192 core machine and 1k+ ready sockets
#65064 commented on
Apr 30, 2025 • 0 new comments -
cmd/go: TestScript/mod_sumdb_golang failures
#70055 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile/internal/amd64: unrecognized failures
#70107 commented on
May 1, 2025 • 0 new comments -
cmd/compile/internal/arm: unrecognized failures
#71033 commented on
May 1, 2025 • 0 new comments -
cmd/compile/internal/arm64: unrecognized failures
#71170 commented on
May 1, 2025 • 0 new comments -
crypto: obtain a FIPS 140-3 validation
#69536 commented on
May 1, 2025 • 0 new comments -
runtime: segfault during conservative scan of asynchronously preempted goroutine
#39499 commented on
May 1, 2025 • 0 new comments -
proposal: encoding/json/v2: new API for encoding/json
#71497 commented on
May 1, 2025 • 0 new comments -
x/tools/gopls: gopls does not reset workspace/configuration if missing from the client
#71227 commented on
May 1, 2025 • 0 new comments -
runtime: "traceback did not unwind completely" during preempt during strings_test init
#69389 commented on
May 1, 2025 • 0 new comments -
crypto/x509: ParseCRL allows CRL files to have duplicate revoked entries and duplicate certificate serial numbers.
#73452 commented on
May 2, 2025 • 0 new comments -
x/tools/gopls: no autocompletion when missing closing parenthesis
#73426 commented on
May 2, 2025 • 0 new comments -
runtime: AIX build broken with fatal error 'taggedPointerPack invalid packing'
#73515 commented on
May 2, 2025 • 0 new comments -
runtime: flaky failures on NetBSD since CL 526118
#62524 commented on
May 2, 2025 • 0 new comments -
cmd/compile: TestScript/script_test_basics failures
#70356 commented on
May 2, 2025 • 0 new comments -
runtime:cpu2: TestAbortInCgo failures
#73487 commented on
May 2, 2025 • 0 new comments -
proposal: spec: local func declarations
#73502 commented on
May 2, 2025 • 0 new comments -
go/doc/comment: Plurals of linked symbols do not work
#53973 commented on
May 2, 2025 • 0 new comments -
sort: clarify Slice comparator requirements
#73420 commented on
May 2, 2025 • 0 new comments -
os/user: TestLookupIdServiceAccount failures
#70792 commented on
May 2, 2025 • 0 new comments -
cmd/link: stop requiring gold on arm64 when GNU ld is fixed
#22040 commented on
May 2, 2025 • 0 new comments -
x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures
#70649 commented on
May 2, 2025 • 0 new comments -
runtime: frame pointer unwinding can fail on system goroutines
#63630 commented on
May 2, 2025 • 0 new comments -
x/tools/gopls: move analyzers to an extensible sidecar
#59869 commented on
May 2, 2025 • 0 new comments -
x/tools/gopls: impossible crash in persistent.Map decref
#72931 commented on
May 2, 2025 • 0 new comments -
database/sql: nested transaction or save point support
#7898 commented on
May 2, 2025 • 0 new comments -
database/sql: ability to get drivername from instance
#12600 commented on
May 2, 2025 • 0 new comments -
internal/trace: TestTraceStressStartStop/Stress failures
#72740 commented on
May 2, 2025 • 0 new comments -
govulncheck-action: Warning: Both go-version and go-version-file inputs are specified, only go-version will be used while only 'go-version-file: go.mod' is specified
#70036 commented on
May 2, 2025 • 0 new comments -
proposal: crypto/tls: dynamically reload root certificate authorities
#64796 commented on
May 2, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c3h88-perf_vs_release
#72038 commented on
May 2, 2025 • 0 new comments -
runtime: TestPingPongHog failures
#65293 commented on
May 3, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c2s16-perf_vs_release
#72037 commented on
May 3, 2025 • 0 new comments -
runtime:cpu2: TestChanSendBarrier failures
#73467 commented on
May 3, 2025 • 0 new comments -
proposal: reflect: add generic type arg info to reflect.Type
#54393 commented on
May 3, 2025 • 0 new comments -
x/crypto/argon2: panic if keyLen == 0
#33583 commented on
May 3, 2025 • 0 new comments -
proposal: x/crypto/argon2: Check if the parameters and the key length are valid
#65717 commented on
May 3, 2025 • 0 new comments -
math/big: non-deterministic behaviour of big.Rand
#42701 commented on
May 3, 2025 • 0 new comments -
cmd/compile: poor escape analysis of `strings.SplitSeq`
#73524 commented on
May 3, 2025 • 0 new comments -
encoding/xml: support for XML namespace prefixes
#9519 commented on
May 3, 2025 • 0 new comments -
cmd/go: "go get github.com\alexbrainman\gowingui" should succeed on Mac
#24233 commented on
May 4, 2025 • 0 new comments -
runtime/metrics: add goroutine state counts, total goroutines created, total threads
#15490 commented on
May 4, 2025 • 0 new comments -
proposal: x/crypto/ssh: make the number of rounds for Passphrase encrypted keys configurable
#68700 commented on
May 4, 2025 • 0 new comments -
cmd/go: reject leading dot in module name
#66954 commented on
May 4, 2025 • 0 new comments -
proposal: cmd/go: allow fine-grained go build constraints for go version
#71951 commented on
May 4, 2025 • 0 new comments -
runtime: crashes with "runtime: traceback stuck"
#62086 commented on
May 4, 2025 • 0 new comments -
os/exec: TestContextCancel failures on netbsd
#58699 commented on
May 5, 2025 • 0 new comments -
all: test failures with `EBADF` from fork/exec on NetBSD
#63444 commented on
May 5, 2025 • 0 new comments -
x/sys/unix: want more platform support for UNIX domain socket peer credentials
#41659 commented on
May 5, 2025 • 0 new comments -
os: safer file open functions
#67002 commented on
May 5, 2025 • 0 new comments -
x/build: add LUCI linux-s390x builder
#67307 commented on
May 5, 2025 • 0 new comments -
testing/synctest: "all goroutines in bubble are blocked" should list blocked goroutines
#70911 commented on
May 5, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_fuzztime failures
#72104 commented on
May 5, 2025 • 0 new comments -
os: support runtime poller with os.File on Windows
#19098 commented on
May 5, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
May 5, 2025 • 0 new comments -
x/tools/gopls: Rename: missing type for selector in satisfy.(*Finder).expr
#71657 commented on
May 5, 2025 • 0 new comments -
x/tools/gopls: duplicate package paths in export data manifest (via telemetry)
#63822 commented on
May 5, 2025 • 0 new comments -
proposal: cmd/fix: apply modernizers
#71859 commented on
May 5, 2025 • 0 new comments -
runtime: feature request: Support for ASLR with the heap
#27583 commented on
May 5, 2025 • 0 new comments -
x/build: LUCI builders fail to fetch dependencies for subrepos
#65482 commented on
May 5, 2025 • 0 new comments -
cmd/link: TestScript/script_test_basics failures
#68788 commented on
May 5, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: use strings.Cut
#71369 commented on
May 5, 2025 • 0 new comments -
x/crypto/ssh/test: TestDialTCP failures
#69972 commented on
May 5, 2025 • 0 new comments -
runtime: incorrect terminology 'reraised' in panic message
#73526 commented on
May 5, 2025 • 0 new comments -
x/build: time out on LUCI Linux/PPC64x builder
#65171 commented on
May 5, 2025 • 0 new comments -
make.bash: unrecognized failures
#70119 commented on
May 5, 2025 • 0 new comments -
x/net/http2: TestTransportFailureErrorForHTTP1Response/with_enough_frame_size_to_start_reading failures
#72979 commented on
May 5, 2025 • 0 new comments -
hash: add Clone
#69521 commented on
May 5, 2025 • 0 new comments -
proposal: go/types: add Hasher{,IgnoreTags} types
#69420 commented on
May 5, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4ah72-perf_vs_release
#70308 commented on
May 5, 2025 • 0 new comments -
net/http: EOF returned from http.Transport
#53472 commented on
May 6, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4as16-perf_vs_release
#70895 commented on
May 6, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
May 6, 2025 • 0 new comments -
proposal: testing/synctest: new package for testing concurrent code
#67434 commented on
May 6, 2025 • 0 new comments -
log/slog: export Source method in Record for custom handler support
#70281 commented on
May 6, 2025 • 0 new comments -
testing: add Output
#71575 commented on
May 5, 2025 • 0 new comments