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

proposal: spec: local func declarations LanguageChange Suggested changes to the Go language LanguageChangeReview Discussed by language change review committee LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#73502 opened Apr 25, 2025 by adonovan Proposal
proposal: spec: try-handle keywords for reducing common error handling boilerplate error-handling Language & library change proposals that are about error handling. LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#73376 opened Apr 14, 2025 by jimmyfrasche Proposal
proposal: runtime: support VMkernel in Go's Linux port LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#73350 opened Apr 12, 2025 by 0xAlcidius Proposal
proposal: runtime: support general dynamic thread local storage model compiler/runtime Issues related to the Go compiler and/or runtime. LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#71953 opened Feb 25, 2025 by amusman Proposal
proposal: allow eliding "_" fields in unkeyed struct literals LanguageChange Suggested changes to the Go language LanguageChangeReview Discussed by language change review committee LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#71458 opened Jan 27, 2025 by dr2chase Proposal
proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags LanguageChange Suggested changes to the Go language LanguageChangeReview Discussed by language change review committee LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#71183 opened Jan 8, 2025 by adonovan Proposal
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
ProTip! Exclude everything labeled bug with -label:bug.