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

cmd/compile: "fatal error: found pointer to free object" on arm64 [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71938 opened Feb 24, 2025 by gopherbot Go1.24.1
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
cmd/compile: "fatal error: found pointer to free object" on arm64 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
#71932 opened Feb 24, 2025 by tianon Go1.25
unique: optimize interning of a byte slice 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
#71926 opened Feb 24, 2025 by martin-sucha
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
reflect: Value.Seq iteration value types not matching the type of given int types [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71916 opened Feb 23, 2025 by gopherbot Go1.24.1
reflect: Value.Seq iteration value types not matching the type of given int types [1.23 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71915 opened Feb 23, 2025 by gopherbot Go1.23.7
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
cmd/compile: nil dereference when storing field of non-nil struct value [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71904 opened Feb 22, 2025 by gopherbot Go1.24.1
reflect: Value.Seq panicking on functional iterator methods [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71876 opened Feb 21, 2025 by gopherbot Go1.24.1
reflect: Value.Seq panicking on functional iterator methods [1.23 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71875 opened Feb 21, 2025 by gopherbot Go1.23.7
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
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
cmd/compile: Pow10 freeze the compiler on certain condition on Go 1.24 [1.24 backport] CherryPickCandidate Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
#71855 opened Feb 20, 2025 by gopherbot Go1.24.1
internal/trace: TestTraceCgoCallback/Stress failures 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.
#71853 opened Feb 20, 2025 by gopherbot
cmd/link: TestScript/randlayout_option failures 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.
#71843 opened Feb 19, 2025 by gopherbot Go1.25
cmd/compile,wiki,spec: clarify whether or not the panics created in loop bodies should propagate to function iterators compiler/runtime Issues related to the Go compiler and/or runtime. Documentation Issues describing a change to documentation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71830 opened Feb 19, 2025 by zigo101 Backlog
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
cmd/compile: memcombine should learn alignment of byte slices - hard mode - arithmetic compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#71780 opened Feb 16, 2025 by Jorropo Unplanned
cmd/compile: memcombine should learn allignement of byte slices - easy mode - types compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#71778 opened Feb 16, 2025 by Jorropo Unplanned
cmd/compile: failed type inference 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.
#71769 opened Feb 15, 2025 by lee157953 Go1.25
runtime:runtime:gccheckmark: TestSpuriousWakeupsNeverHangSemasleep failures 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. release-blocker
#71691 opened Feb 12, 2025 by gopherbot Go1.25
runtime: recover calls in loop body of ranging over iterators doesn't take effect 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.
#71685 opened Feb 12, 2025 by zigo101 Backlog
cmd/compile: function signature based optimizations compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#71628 opened Feb 8, 2025 by mateusz834 Unplanned
cmd/compile: method calls for indirect imports not inlined 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
#71598 opened Feb 7, 2025 by ArsenySamoylov Unplanned
ProTip! Mix and match filters to narrow down what you’re looking for.