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

go tool compile: invalid go:embed: build system did not supply embed configuration BugReport Issues describing a possible bug in the Go implementation.
#71942 opened Feb 25, 2025 by pjebs
net: DNSError does not always propagate context cancelled error BugReport Issues describing a possible bug in the Go implementation.
#71939 opened Feb 24, 2025 by oniony
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
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
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 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
x/tools/go/ssa: panic in emitConv in InstantiateGenerics mode 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. Tools This label describes issues relating to any tools in the x/tools repository.
#71899 opened Feb 22, 2025 by mateusz834 Unreleased
cmd/go: GOAUTH command output can't have a trailing slash BugReport Issues describing a possible bug in the Go implementation. GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71889 opened Feb 22, 2025 by yihanzhen Backlog
cmd/compile: poor spill decisions making code 14% slower 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. Performance
#71868 opened Feb 21, 2025 by rsc Unplanned
x/tools/gopls: intellisense dropdown not working with log/slog package in VSCode BugReport Issues describing a possible bug in the Go implementation. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71866 opened Feb 20, 2025 by soypat Unreleased
crypto/x509: reject BMPStrings that use invalid characters BugReport Issues describing a possible bug in the Go implementation. NeedsFix The path to resolution is known, but the work has not been done.
#71862 opened Feb 20, 2025 by rolandshoemaker
cmd/compile: nil dereference when storing field of non-nil struct value BugReport Issues describing a possible bug in the Go implementation. 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 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71857 opened Feb 20, 2025 by chenjie199234 Go1.25
x/tools/gopls: yet more modernizer bugs BugReport Issues describing a possible bug in the Go implementation. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71847 opened Feb 19, 2025 by adonovan
1 of 8 tasks
gopls/v0.19.0
unique: N layers of nested unique.Handle take N GC cycles to reclaim BugReport Issues describing a possible bug in the Go implementation. NeedsFix The path to resolution is known, but the work has not been done.
#71846 opened Feb 19, 2025 by mknyszek Go1.25
crypto/x509: Verify should reject certificates with empty issuers 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.
#71832 opened Feb 19, 2025 by dulanshuangqiao
testing: fuzz []byte arguments may be aliased slices 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.
#71831 opened Feb 19, 2025 by nikolaydubina
x/mobile: type aliases no longer export BugReport Issues describing a possible bug in the Go implementation. mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71827 opened Feb 19, 2025 by xcolwell Unreleased
runtime: finalizers/cleanups can exit the finalizer goroutine 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.
#71824 opened Feb 18, 2025 by prattmic Go1.25
go/types, types2: CheckExpr / Eval may mutate type checked objects 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.
#71817 opened Feb 18, 2025 by findleyr Go1.25
x/tools/gopls/internal/analysis/fillstruct: stack overflow in populateValue 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.
#71815 opened Feb 18, 2025 by adonovan gopls/backlog
x/tools/gopls: runtime abort in go statement 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.
#71814 opened Feb 18, 2025 by adonovan gopls/v0.19.0
x/tools/gopls/internal/analysis/unusedvariable: reports invalid SuggestedFixes 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.
#71812 opened Feb 18, 2025 by adonovan gopls/v0.18.2
regexp: *Regexp.String() sometimes faults on PPC on a nil *Regexp arch-ppc64x 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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71800 opened Feb 17, 2025 by fasaxc
ProTip! Find all open issues with in progress development work with linked:pr.