Skip to content

Issues: golang/go

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
Sort

Issues list

internal/trace: TestTraceGOMAXPROCS/Stress failures 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.
#71948 opened Feb 25, 2025 by gopherbot
x/tools/gopls: Definition: "no metadata for package 'unsafe'" bug 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.
#71947 opened Feb 25, 2025 by adonovan Unreleased
x/tools/gopls/internal/test/integration/diagnostics: TestSimplifyCompositeLitDiagnostic/default failures 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.
#71946 opened Feb 25, 2025 by gopherbot Unreleased
crypto/sha256: Sum256 performance regression in Go 1.24 BugReport Issues describing a possible bug in the Go implementation. NeedsFix The path to resolution is known, but the work has not been done. Performance
#71943 opened Feb 25, 2025 by danillouz
cmd/compile: -embedcfg flag is undocumented BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. Documentation Issues describing a change to documentation.
#71942 opened Feb 25, 2025 by pjebs
cmd/compile: "fatal error: found pointer to free object" on arm64 [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime. Critical A critical problem that affects the availability or correctness of production systems built using Go
#71938 opened Feb 24, 2025 by gopherbot Go1.24.1
cmd/compile: large literal maps excessively contribute to binary size BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime.
#71937 opened Feb 24, 2025 by tdewolff
crypto/internal/fips140: CVE-2022-29526 reported in golang.org/x/sys vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#71936 opened Feb 24, 2025 by CameronGo
cmd/compile: "fatal error: found pointer to free object" on arm64 compiler/runtime Issues related to the Go compiler and/or runtime. Critical A critical problem that affects the availability or correctness of production systems built using Go
#71932 opened Feb 24, 2025 by tianon Go1.25
x/tools/gopls: nil deref in Exporter.ProcessEvent 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.
#71928 opened Feb 24, 2025 by adonovan gopls/v0.19.0
unique: optimize interning of a byte slice 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. Performance
#71926 opened Feb 24, 2025 by martin-sucha
proposal: crypto/x509: allow user override of the system roots on all platforms LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal Proposal-Crypto Proposal related to crypto packages or other security issues
#71924 opened Feb 24, 2025 by Snaipe Proposal
gccgo: docs should not recommend gold (deprecated) as default 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.
#71923 opened Feb 24, 2025 by dilyanpalauzov Gccgo
cmd/cgo: cgo-generated header incompatible with latest C++ standards in MSVC 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.
#71921 opened Feb 24, 2025 by KangJiJi Backlog
crypto/tls: EncryptedClientHelloKeys can't be safely rotated when GetConfigForClient is used 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.
#71920 opened Feb 24, 2025 by mholt
crypto/x509: Encode & decode ECDH only works for 1 out of 4 curves; P256, P384, P521 not working BugReport Issues describing a possible bug in the Go implementation. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#71919 opened Feb 24, 2025 by justincranford
reflect: Value.Seq iteration value types not matching the type of given int types [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71916 opened Feb 23, 2025 by gopherbot Go1.24.1
reflect: Value.Seq iteration value types not matching the type of given int types [1.23 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71915 opened Feb 23, 2025 by gopherbot Go1.23.7
cmd/compile/internal/test: TestCode/Closure failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71909 opened Feb 23, 2025 by gopherbot
x/tools/gopls: improve method rename functionality in face of errors gopls Issues related to the Go language server, gopls. Refactoring Issues related to refactoring tools ToolProposal Issues describing a requested change to a Go tool or command-line program. Tools This label describes issues relating to any tools in the x/tools repository.
#71908 opened Feb 23, 2025 by danvolchek gopls/backlog
x/tools/gopls: List package constants for a type when mousing over type FeatureRequest Issues asking for a new feature that does not need a proposal. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71907 opened Feb 22, 2025 by soypat gopls/unplanned
reflect: Value.Seq iteration value types not matching the type of given int types 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.
#71905 opened Feb 22, 2025 by rothelius Go1.25
cmd/compile: nil dereference when storing field of non-nil struct value [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime. Critical A critical problem that affects the availability or correctness of production systems built using Go
#71904 opened Feb 22, 2025 by gopherbot Go1.24.1
cmd/go: TestScript/modfile_flag failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71903 opened Feb 22, 2025 by gopherbot
iter: document general guidance for writing iterator APIs Documentation Issues describing a change to documentation. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#71901 opened Feb 22, 2025 by mvdan Backlog
ProTip! Updated in the last three days: updated:>2025-02-22.