-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
spec: for-range iterator yield function requires bool result - consider generalizing to any boolean type
early-in-cycle
A change that should be done early in the 3 month dev cycle.
LanguageChange
Suggested changes to the Go language
LanguageProposal
Issues describing a requested change to the Go language specification.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
all: end support for macOS 11 in Go 1.25
early-in-cycle
A change that should be done early in the 3 month dev cycle.
OS-Darwin
Proposal
Proposal-Accepted
build: adopt Go 1.24 as bootstrap toolchain for Go 1.26
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
cmd/compile: seemingly valid generic interface rejected
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/compile: declaration order of types affects cycle detection
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/compile: "panic: unification reached recursion depth limit" with recursive type constraint
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/compile/internal/types2: enable unsorted processing of package objects
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
go/types, x/tools: help tool authors support the new go/types.Alias node
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/compile: inconsistent typechecking with self-referential type parameter constraints
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
generics
Issue is related to generics
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/compile, importers: implement support for Alias types nodes in export data format
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
go/types, types2: inconsistent behavior with recursive generic types that produces deadlock, invalid recursive, unknown field error
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
go/types: specious "invalid recursive type" error?
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/gofmt: Trailing newline in comments is removed since 1.19
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
cmd/go: mod verify fails if directory entries are in zip file
early-in-cycle
A change that should be done early in the 3 month dev cycle.
GoCommand
cmd/go
modules
NeedsFix
The path to resolution is known, but the work has not been done.
go/types, cmd/compile: "invalid type loop" depending on declaration order
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
internal/cpu: align s390x code in internal/cpu with that in x/sys/cpu
compiler/runtime
Issues related to the Go compiler and/or runtime.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
internal/goversion: increment Version at start of cycle
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
recurring
Issues that should never be closed, but moved to the next milestone once fixed in the current one.
release-blocker
cmd/go: incompatible module version not detected by 'go run' or 'go build'
BadErrorMessage
Issues related compiler error messages that should be better.
early-in-cycle
A change that should be done early in the 3 month dev cycle.
GoCommand
cmd/go
help wanted
modules
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/go: do not lookup "parent" modules automatically to resolve imports
early-in-cycle
A change that should be done early in the 3 month dev cycle.
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/vet: reject flag.Parse during func init
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
early-in-cycle
A change that should be done early in the 3 month dev cycle.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/go: do not download “modules” that contain no go.mod or *.go
early-in-cycle
A change that should be done early in the 3 month dev cycle.
GoCommand
cmd/go
modules
Proposal
Proposal-Accepted
cmd/vet: add unkeyed field literal check to 'go test' set
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
cmd/go: consistently defer module path checks (including major-version matching) until import or build-list resolution
early-in-cycle
A change that should be done early in the 3 month dev cycle.
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/go/internal/modfetch: module path validation inconsistent between repo and proxy fetch paths
early-in-cycle
A change that should be done early in the 3 month dev cycle.
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
cmd/go: support easy way to install a remote binary while respecting remote 'replace' and 'exclude' directives
early-in-cycle
A change that should be done early in the 3 month dev cycle.
GoCommand
cmd/go
modules
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.