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
Assigned to nobody Loading
Sort

Issues list

os: support ReadLinkFS in os.Root.FS [freeze exception] FixPending Issues that have a fix which has not yet been reviewed or submitted. LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
#73887 opened May 27, 2025 by neild Go1.25
go/token: FileSet.AddExistingFiles is quadratic [freeze exception] BugReport Issues describing a possible bug in the Go implementation. FixPending Issues that have a fix which has not yet been reviewed or submitted. release-blocker
#73851 opened May 23, 2025 by adonovan Go1.25
cmd/go: mod edit: missing -droptoolchain flag FeatureRequest Issues asking for a new feature that does not need a proposal. FixPending Issues that have a fix which has not yet been reviewed or submitted. GoCommand cmd/go ToolProposal Issues describing a requested change to a Go tool or command-line program.
#73744 opened May 16, 2025 by maxb 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 FixPending Issues that have a fix which has not yet been reviewed or submitted. 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
iter: add more examples Documentation Issues describing a change to documentation. FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done.
#73292 opened Apr 9, 2025 by samsonkolge
cmd/go: mod init should not infer a path with a /v1 suffix BugReport Issues describing a possible bug in the Go implementation. FixPending Issues that have a fix which has not yet been reviewed or submitted. GoCommand cmd/go
#73121 opened Apr 1, 2025 by chenyanchen Go1.25
cmd/internal/moddeps: TestAllDependencies/std(thorough) failures [consistent failure] FixPending Issues that have a fix which has not yet been reviewed or submitted. Testing An issue that has been verified to require only test changes, not just a test failure.
#73069 opened Mar 27, 2025 by gopherbot Go1.25
testing: iterators break t.Helper() 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. NeedsFix The path to resolution is known, but the work has not been done.
#72794 opened Mar 11, 2025 by mrwonko Go1.25
x/pkgsite,go/doc: examples can have trailing newlines inside the block FixPending Issues that have a fix which has not yet been reviewed or submitted.
#72098 opened Mar 4, 2025 by alirezaarzehgar Unreleased
x/tools/go/analysis/internal/checker: -fix should remove unneeded imports FixPending Issues that have a fix which has not yet been reviewed or submitted. 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.
#72035 opened Feb 28, 2025 by adonovan Unreleased
cmd/link: can't dynamically import static CFString constants using the internal linker 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. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
#71471 opened Jan 29, 2025 by qmuntal Backlog
go/printer: Comment-LineBreak-LineBreak-SelectorExpr-Comment AST modification issue FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#70978 opened Dec 23, 2024 by TACIXAT Backlog
spec: clarify that map iteration always yields the latest version of an entry FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done.
#70916 opened Dec 19, 2024 by prattmic Backlog
runtime: corruption after wasm stack overflow RangeError arch-wasm WebAssembly issues 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. NeedsFix The path to resolution is known, but the work has not been done.
#70829 opened Dec 13, 2024 by rsc Go1.25
x/build/cmd/coordinator: older dashboard pages omit LUCI builders in detailed views (page 2, x/ repo commits) but don't make it apparent it's WAI Builders x/build issues (builders, bots, dashboards) FixPending Issues that have a fix which has not yet been reviewed or submitted. Friction Nuisances that make good candidates for our "friction" fix-it weeks NeedsFix The path to resolution is known, but the work has not been done.
#70314 opened Nov 13, 2024 by qmuntal Unreleased
x/tools/go/ssa: stop using deprecated x/tools/go/loader in unit tests Analysis Issues related to static analysis (vet, x/tools/go/analysis) FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done. Tools This label describes issues relating to any tools in the x/tools repository.
#69556 opened Sep 20, 2024 by timothy-king Backlog
regexp/syntax: character class negation is slow FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#69303 opened Sep 6, 2024 by func25 Backlog
runtime: binaries should fail at startup when built with a GOARM64 version not supported on the runtime hardware arch-arm64 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. NeedsFix The path to resolution is known, but the work has not been done.
#69124 opened Aug 29, 2024 by cespare Go1.25
x/pkgsite: report whether a subpackage is a command FeatureRequest Issues asking for a new feature that does not need a proposal. FixPending Issues that have a fix which has not yet been reviewed or submitted. pkgsite
#68939 opened Aug 19, 2024 by avamsi pkgsite/unplanned
cmd/go: add go mod verify -tag FixPending Issues that have a fix which has not yet been reviewed or submitted. GoCommand cmd/go Proposal Proposal-Accepted
#68669 opened Jul 31, 2024 by Esra-Al Go1.25
cmd/go/internal/list: may fail if -export -covermode=atomic is used FixPending Issues that have a fix which has not yet been reviewed or submitted. gabywins
#68212 opened Jun 27, 2024 by RomainMuller
x/mobile: does not work with Go 1.22 if a vendor folder is present, even with the GO111MODULE=off workaround FixPending Issues that have a fix which has not yet been reviewed or submitted. 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.
#67927 opened Jun 11, 2024 by benma Unreleased
cmd/compile: dynamic checks for atomics should be removed for ARM64 targets that support LSE arch-arm64 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.
#66131 opened Mar 6, 2024 by andreybokhanko Unplanned
cmd/go/internal/modload: MainModuleSet.DirImportPath does not check module boundaries FixPending Issues that have a fix which has not yet been reviewed or submitted. GoCommand cmd/go modules
#66119 opened Mar 5, 2024 by bcmills Backlog
cmd/compile: unnecessary temporary variable on stack 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. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#65495 opened Feb 3, 2024 by katsusan Backlog
ProTip! Updated in the last three days: updated:>2025-05-26.