Skip to content

issues Search Results · repo:golang/go language:Go

Filter by

66k results
 (121 ms)

66k results

ingolang/go (press backspace or delete to remove)

Go version go version go1.24.2 darwin/arm64 Output of go env in your module/workspace: AR= ar CC= clang CGO_CFLAGS= -O2 -g CGO_CPPFLAGS= CGO_CXXFLAGS= -O2 -g CGO_ENABLED= 1 CGO_FFLAGS= -O2 -g ...
Tools
  • eliasnaur
  • Opened 
    1 hour ago
  • #73594

Go version go version go1.24.2 windows/amd64 Output of go env in your module/workspace: set AR=ar set CC=gcc set CGO_CFLAGS=-O2 -g set CGO_CPPFLAGS= set CGO_CXXFLAGS=-O2 -g set CGO_ENABLED=0 set CGO_FFLAGS=-O2 ...
ToolProposal
  • RickSanch3z
  • 2
  • Opened 
    3 hours ago
  • #73593

Go version go version go1.24.2 linux/riscv64 Output of go env in your module/workspace: $ go env AR= ar CC= /usr/bin/cc CGO_CFLAGS= -O2 -g CGO_CPPFLAGS= CGO_CXXFLAGS= -O2 -g CGO_ENABLED= 1 CGO_FFLAGS= ...
arch-riscv
BugReport
compiler/runtime
  • ziyao233
  • 2
  • Opened 
    9 hours ago
  • #73591

-
pkgsite/package-removal
pkgsite
  • dildod
  • Opened 
    17 hours ago
  • #73590

$ go version go version go1.24.2 darwin/arm64 Consider the following program: package x type t struct { x0, x1, x2, x3 uint64 } //go:nosplit func (t *t) inc() { t.x0 += t.x1 } //go:nosplit ...
compiler/runtime
  • mcy
  • 2
  • Opened 
    21 hours ago
  • #73589

#!stacks gopls/bug (*importReader).objectPathObject:+9 Issue created by stacks. // objectPathObject is the inverse of exportWriter.objectPath. // // In shallow mode, certain fields and methods ...
gopls/telemetry-wins
gopls
NeedsInvestigation
Tools
  • adonovan
  • Opened 
    22 hours ago
  • #73588

#!stacks runtime.gopanic go/token.(*File).MergeLine:+7 imports.ApplyFixes Issue created by stacks. The failing call is tokFile.MergeLine(tokFile.Line(p)) // has side effects! Under what ...
gopls/telemetry-wins
gopls
NeedsInvestigation
Tools
  • adonovan
  • Opened 
    22 hours ago
  • #73587

#!stacks crash/crash runtime.memmove strings.(*Builder).WriteString Issue created by stacks. The crashing instruction was a load from the first word of the string data: move_65through128: ...
gopls/memory-corruption
gopls/telemetry-wins
gopls
NeedsInvestigation
Tools
  • adonovan
  • Opened 
    22 hours ago
  • #73586

#!watchflakes default - pkg == os/user test == TestImpersonatedSelf/3 Issue created automatically to collect these failures. Example (log): === RUN TestImpersonatedSelf/3 — watchflakes
NeedsInvestigation
  • gopherbot
  • 1
  • Opened 
    23 hours ago
  • #73585

Background: The go/ast package was designed with batch-oriented compiler-like applications in mind, where well-formed ASTs are overwhelmingly the common case. However, it is now the basis of many tools, ...
gopls/parsing
LibraryProposal
Proposal
  • adonovan
  • 7
  • Opened 
    23 hours ago
  • #73584
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub