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

x/build: update gopls version requirements as part of the Go toolchain release workflow Builders x/build issues (builders, bots, dashboards) NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#71113 opened Jan 3, 2025 by findleyr Unreleased
go/parser: goto; is incorrectly valid NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#70957 opened Dec 22, 2024 by mateusz834
go/parser: (*ast.File).Decls is empty after bailout NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#70725 opened Dec 8, 2024 by mateusz834 Backlog
cmd/compile, go/types2: for case sensitive mismatches in function/method/attribute lookups please suggest "but does have $<CASE_INSENSITIVE_EQUIVALENT>" compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#70549 opened Nov 25, 2024 by odeke-em Go1.25
os: consider mapping Unix permissions bits to Windows ACLs NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#70524 opened Nov 22, 2024 by neild Backlog
x/net/trace: registered routes conflict with "GET /" NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#69951 opened Oct 20, 2024 by zamai Unreleased
syscall: special case cmd.exe /c <command> in StartProcess compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. OS-Windows
#69939 opened Oct 18, 2024 by qmuntal Backlog
x/tools/go/packages: missing TypesInfo when NeedTypesInfo was set while NeedSyntax & NeedTypes were not NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#69931 opened Oct 18, 2024 by xrxtzz Unreleased
x/tools/gopls: add analyzer to simplify slice to array conversions gopls Issues related to the Go language server, gopls. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#69820 opened Oct 9, 2024 by dsnet Backlog
crypto: drop pre-AVX2 amd64 assembly NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#69587 opened Sep 23, 2024 by FiloSottile Go1.24
html/template: template Parse/Execute escaping race NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#69404 opened Sep 11, 2024 by rolandshoemaker Backlog
x/mod/modfile: AddNewRequire doesn't put direct dependencies in the first block modules NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#69050 opened Aug 24, 2024 by stevenh Unreleased
cmd/go: telemetry data should not be in $XDG_CONFIG_HOME GoCommand cmd/go NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. telemetry x/telemetry issues
#68988 opened Aug 21, 2024 by AGWA
runtime: use tophash == emptyRest to decrease search times in mapaccess1_faststr and mapaccess2_faststr compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Performance
#68912 opened Aug 16, 2024 by yuanjize Backlog
debug/elf: NewFile can be tricked into reading the entire file into memory if it is corrupted compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#68454 opened Jul 15, 2024 by umanwizard Unplanned
cmd/compile: inliner does not inline binary.*Endian.Uint* after many inlines in a big function compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#68081 opened Jun 20, 2024 by Jorropo Go1.24
runtime/pprof: no API to access deep stacktraces with MemProfileRecord and BlockProfileRecord compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#67941 opened Jun 12, 2024 by korniltsev Backlog
x/sync/semaphore: skipping acquisition if the context is done is a breaking change Bug Issues describing a bug in the Go implementation. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#67723 opened May 30, 2024 by baganokodo2022 Unreleased
path/filepath: COM0 and LPT0 are now reserved on Windows NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. OS-Windows
#67245 opened May 7, 2024 by neild Backlog
x/crypto/chacha20poly1305: 15% performance regression on certain cpus NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#67240 opened May 7, 2024 by rfjakob Unreleased
wiki: SQLDrivers Documentation Issues describing a change to documentation. help wanted NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#67200 opened May 6, 2024 by sdavids
x/mod/modfile: ParseLax and toolchain modules NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#67132 opened May 1, 2024 by jimmyfrasche Unreleased
x/tools/gopls: set non-zero exit code on check command when there are errors FeatureRequest Issues asking for a new feature that does not need a proposal. gopls Issues related to the Go language server, gopls. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#67078 opened Apr 27, 2024 by silverwind gopls/backlog
cmd/compile: use mapaccess1_fast64 for small keys compiler/runtime Issues related to the Go compiler and/or runtime. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
#66446 opened Mar 21, 2024 by dsnet Backlog
x/telemetry/config: Initial Go command counters NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. telemetry x/telemetry issues Telemetry-Proposal
#66210 opened Mar 8, 2024 by matloob Unreleased
ProTip! Updated in the last three days: updated:>2024-12-31.