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
Sort

Issues list

crypto/x509: ParseCRL allows revocation serial number that is a non-positive integer 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.
#73433 opened Apr 18, 2025 by onepeople158 Backlog
proposal: x/oauth2: add support for client_assertion LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#73431 opened Apr 18, 2025 by michaeldcanady Proposal
runtime: failure to detect write barriers inside nowritebarrierrec / questionable write barriers 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.
#73430 opened Apr 17, 2025 by dr2chase Backlog
go/types: type mismatch with func error less helpful since go 1.18 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.
#73428 opened Apr 17, 2025 by gnojus Backlog
sync: Map: internal/sync.HashTrieMap: ran out of hash bits while inserting 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.
#73427 opened Apr 17, 2025 by MasterDimmy Go1.25
x/tools/gopls: no autocompletion when missing closing parenthesis FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/parsing Issues related to parsing / poor parser recovery. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#73426 opened Apr 17, 2025 by gnojus Unreleased
cmd/compile: infinite loop in the inliner BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
#73425 opened Apr 17, 2025 by randall77 Go1.25
x/tools/gopls: provide links for replace in go.mod FeatureRequest Issues asking for a new feature that does not need a proposal. 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.
#73423 opened Apr 17, 2025 by xieyuschen gopls/backlog
sort: clarify Slice comparator requirements Documentation Issues describing a change to documentation. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#73420 opened Apr 17, 2025 by jagprog5 Backlog
x/pkgsite: package removal request for github.com/openshift/cluster-monitoring-operator pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#73414 opened Apr 17, 2025 by rexagod Unreleased
runtime: crash in runtime.(*unwinder).next 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.
#73413 opened Apr 17, 2025 by sirzooro Go1.25
cmd/link: cgo cross linking using the clang --target flag creates crashing programs BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
#73406 opened Apr 16, 2025 by apsaltis-ddog Backlog
x/build: recent Linux kernel builder Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. new-builder
#73405 opened Apr 16, 2025 by prattmic Unreleased
archive/zip: support zero-copy writing NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#73404 opened Apr 16, 2025 by hanwen-flow Proposal
proxy.golang.org: some calls taking ~60s to 404 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. proxy.golang.org
#73403 opened Apr 16, 2025 by myitcv
proposal: go/types: add TypeAndValue.IsConstant LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#73402 opened Apr 16, 2025 by jba Proposal
proposal: os: support copy_file_range for SectionReader LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#73399 opened Apr 16, 2025 by hanwen-flow Proposal
x/pkgsite: package removal request for https://pkg.go.dev/github.com/jamf/regatta and https://pkg.go.dev/github.com/jamf/regatta-go NeedsFix The path to resolution is known, but the work has not been done. pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#73396 opened Apr 16, 2025 by rschone Unreleased
proposal: go/ast: add FieldList.Variables() iter.Seq2[*Ident, *Field] LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#73395 opened Apr 16, 2025 by adonovan Proposal
context: TestCauseRace failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73390 opened Apr 15, 2025 by gopherbot
unicode: upgrade to Unicode 16.0.0 NeedsFix The path to resolution is known, but the work has not been done.
#73388 opened Apr 15, 2025 by cowtoolz Backlog
x/tools/gopls: SEGV accessing map[string]... 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.
#73387 opened Apr 15, 2025 by adonovan Unreleased
net: the KeepAlive comment in Dialer is not accurate NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73386 opened Apr 15, 2025 by spacewander Backlog
cmd/go/internal/work: wrong arch detection for s390x arch-s390x Issues solely affecting the s390x architecture. BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. ExpertNeeded GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73382 opened Apr 15, 2025 by taronaeo Backlog
ProTip! Adding no:label will show everything without a label.