Skip to content

Issues: golang/go

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

testing/synctest: prevent isolation failures via WaitGroup [freeze exception] FixPending Issues that have a fix which has not yet been reviewed or submitted. LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
#73856 opened May 23, 2025 by neild Go1.25
x/tools/gopls: nil panic in types.Package.Path while writing export data (internal/gcimporter) BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73854 opened May 23, 2025 by adonovan Unreleased
x/tools/gopls: impossible nil panic in reflect.ValueOf BugReport Issues describing a possible bug in the Go implementation. gopls/memory-corruption "can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW) gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73853 opened May 23, 2025 by adonovan Unreleased
testing/synctest: panics result in wrong test duration BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73852 opened May 23, 2025 by neild
go/token: FileSet.AddExistingFiles is quadratic [freeze exception] BugReport Issues describing a possible bug in the Go implementation. FixPending Issues that have a fix which has not yet been reviewed or submitted.
#73851 opened May 23, 2025 by adonovan Go1.25
testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
#73850 opened May 23, 2025 by aclements Go1.25
cmd/doc: fix some user experience issues with pkgsite instance started [freeze exception] NeedsFix The path to resolution is known, but the work has not been done. ToolProposal Issues describing a requested change to a Go tool or command-line program.
#73848 opened May 23, 2025 by matloob Go1.25
proposal: x/crypto/ssh: add a way to see pubkey signature algorithm Proposal Proposal-Crypto Proposal related to crypto packages or other security issues
#73847 opened May 23, 2025 by imirkin Proposal
x/website/_content/doc/tutorial: go vet flags tutorial code for non-constant format string Documentation Issues describing a change to documentation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
#73845 opened May 23, 2025 by FelixDobler Unreleased
x/website: tob-crypto-audit references wrong Go dev tree Documentation Issues describing a change to documentation. FixPending Issues that have a fix which has not yet been reviewed or submitted. website
#73837 opened May 22, 2025 by lesiw Unreleased
runtime: block and mutex profile aren't meaningful with faketime BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73836 opened May 22, 2025 by rhysh
runtime: long stop-the-world due to scavenging when exceeding GOMEMLIMIT compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73835 opened May 22, 2025 by nsrip-dd Backlog
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#73832 opened May 22, 2025 by gopherbot Go1.24.4
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen [1.23 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#73831 opened May 22, 2025 by gopherbot Go1.23.10
x/tools/gopls/internal/analysis: analyzer for slice aliasing mistakes Analysis Issues related to static analysis (vet, x/tools/go/analysis) FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/analysis Issues related to running analysis in gopls gopls Issues related to the Go language server, gopls. help wanted Tools This label describes issues relating to any tools in the x/tools repository.
#73830 opened May 22, 2025 by adonovan Backlog
all: reopen tree for Go 1.26 development early-in-cycle A change that should be done early in the 3 month dev cycle. Other None of the above. umbrella
#73829 opened May 22, 2025 by dr2chase
7 tasks
x/tools/go/analysis/passes/printf: %#x recursion is not recognized Analysis Issues related to static analysis (vet, x/tools/go/analysis) BugReport Issues describing a possible bug in the Go implementation. Tools This label describes issues relating to any tools in the x/tools repository.
#73825 opened May 22, 2025 by database64128 Go1.25
unique: optimize interning of string([]byte) in structs/arrays compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#73821 opened May 22, 2025 by jakebailey
all: flaky failures on netbsd/arm arch-arm Issues solely affecting the 32-bit arm architecture. OS-NetBSD
#73820 opened May 21, 2025 by cherrymui
runtime: lock ordering problem: strongFromWeakQueue, synctest BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. FixPending Issues that have a fix which has not yet been reviewed or submitted.
#73817 opened May 21, 2025 by prattmic
security: fix CVE-2025-4673 release-blocker Security vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#73816 opened May 21, 2025 by thatnealpatel Go1.25
proposal: expvar: add Delete LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#73814 opened May 21, 2025 by mhamza15 Proposal
cmd/go: add fips140 module selection mechanism [1.24 backport] CherryPickApproved Used during the release process for point releases GoCommand cmd/go
#73809 opened May 21, 2025 by gopherbot Go1.24.4
proposal: testing: run tests in parallel by default LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Performance Proposal
#73805 opened May 21, 2025 by CAFxX Proposal
ProTip! no:milestone will show everything without a milestone.