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

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.
#71164 opened Jan 7, 2025 by griesemer Go1.25
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
#69839 opened Oct 10, 2024 by cherrymui Go1.25
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
#69315 opened Sep 6, 2024 by dmitshur Go1.26
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.
#68162 opened Jun 24, 2024 by griesemer Go1.25
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.
#68025 opened Jun 16, 2024 by richardwilkes Go1.25
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.
#67627 opened May 23, 2024 by camhux Go1.25
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.
#67347 opened May 13, 2024 by griesemer Go1.25
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.
#67263 opened May 8, 2024 by findleyr
4 tasks
Go1.25
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.
#65714 opened Feb 14, 2024 by dawidl022 Go1.25
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.
#64208 opened Nov 16, 2023 by griesemer Go1.25
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.
#60817 opened Jun 15, 2023 by nekomeowww Go1.25
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.
#60130 opened May 11, 2023 by mdempsky Go1.25
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.
#54489 opened Aug 16, 2022 by bjwrk Go1.25
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.
#53448 opened Jun 19, 2022 by darkfeline Backlog
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.
#51244 opened Feb 17, 2022 by mdempsky Go1.25
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.
#42287 opened Oct 30, 2020 by billotosyr Backlog
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
#40705 opened Aug 11, 2020 by dmitshur Go1.26
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.
#34330 opened Sep 16, 2019 by carnott-snap Backlog
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.
#33568 opened Aug 9, 2019 by rsc Backlog
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.
#33190 opened Jul 19, 2019 by rsc Backlog
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.
#31695 opened Apr 26, 2019 by rsc Backlog
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.
#31662 opened Apr 24, 2019 by bcmills Backlog
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.
#31428 opened Apr 11, 2019 by shrajfr12 Backlog
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.
#31173 opened Mar 31, 2019 by thepudds Backlog
ProTip! Mix and match filters to narrow down what you’re looking for.