-
Notifications
You must be signed in to change notification settings - Fork 18k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 1 Open pull request
- 58 Closed issues
- 36 New issues
Could not load contribution data
Please try again later
1 Pull request opened by 1 person
-
doc/go_mem: use range over integer loop
#73537 opened
Apr 29, 2025
58 Issues closed by 12 people
-
cmd/go: reject to download toolchain when gotoolchain < go directive
#72003 closed
Apr 30, 2025 -
cmd/compile: unexpected heap allocation for large structs in Go 1.24 compared to Go 1.23
#73536 closed
Apr 30, 2025 -
cmd/compile: infinite loop in the inliner [1.24 backport]
#73440 closed
Apr 29, 2025 -
cmd/compile: program compiles to wasm but is invalid: go:wasmexport: integer too large [1.24 backport]
#73281 closed
Apr 29, 2025 -
context: DeadlineExceeded silently implements net.Error
#45818 closed
Apr 29, 2025 -
x/pkgsite: feature-request: add ability to set port when envoking in cli
#73535 closed
Apr 29, 2025 -
stub error
#73532 closed
Apr 29, 2025 -
fmt.Formatter is not called for %T
#73528 closed
Apr 29, 2025 -
build: golang.org/x/tools/cmd/deadcode failures
#67417 closed
Apr 29, 2025 -
build: build timeout on gotip-linux-loong64
#73518 closed
Apr 29, 2025 -
cmd/go: +dirty in version stamping doesn't combine well with +incompatible [1.24 backport]
#73500 closed
Apr 28, 2025 -
cmd/go: 'go list -m -json' in an empty directory returns cryptic output
#30136 closed
Apr 28, 2025 -
runtime: -race data race map traceback report incorrect functions [1.24 backport]
#73192 closed
Apr 28, 2025 -
runtime, x/sys/unix: Connectx is broken on darwin/amd64 [1.23 backport]
#73380 closed
Apr 28, 2025 -
runtime, x/sys/unix: Connectx is broken on darwin/amd64 [1.24 backport]
#73379 closed
Apr 28, 2025 -
cmd/go: handle ldflag escapes in pkg-config output
#34710 closed
Apr 28, 2025 -
cmd/go: go mod download does not report invalid certificate error
#34998 closed
Apr 28, 2025 -
wiki: link is not correct in https://github.com/golang/go/wiki/GithubAccess
#73510 closed
Apr 28, 2025 -
cmd.WithContext undefined error on Go 1.21+, 1.23+, 1.24+ across multiple environments
#73520 closed
Apr 28, 2025 -
U
#73517 closed
Apr 28, 2025 -
testing: clarification needed for testing.F method usage rules
#73513 closed
Apr 27, 2025 -
cmd/go: document different ways go.sum is populated
#29492 closed
Apr 27, 2025 -
cmd/go: -json test report ordering
#28953 closed
Apr 27, 2025 -
proposal: import/path: proposal title
#73511 closed
Apr 27, 2025 -
net/http/httptest: StartTLS() does not use `GetCertificate` if provided
#73512 closed
Apr 27, 2025 -
cmd/go: provide package path for main packages to cmd/compile
#34480 closed
Apr 27, 2025 -
cmd/go: version encoding in GOPROXY indexes (list files)
#31339 closed
Apr 27, 2025 -
proposal: Allow implicit slice conversion in append operations
#73509 closed
Apr 27, 2025 -
proposal: rochannels module
#73506 closed
Apr 26, 2025 -
cmd/internal/testdir: testenv.go:166: skipping test: 'go build' not compatible with setting $GO_GCFLAGS
#73045 closed
Apr 25, 2025 -
x/tools/gopls: rename also renames qualified identifiers in a doc comment
#44151 closed
Apr 25, 2025 -
cmd/go: invalid flag in #cgo LDFLAGS: -zcommon-page-size=2097152
#50680 closed
Apr 25, 2025 -
proposal: archive/tar: AddFS: add support for symlinks outside subdirectory
#73464 closed
Apr 25, 2025 -
testing/fstest: no simple way to check for single files
#73497 closed
Apr 25, 2025 -
x/tools/gopls: improve the UX when the gopls daemon panics
#42072 closed
Apr 24, 2025 -
x/tools/gopls: inline multiple deprecated function calls at once
#66466 closed
Apr 24, 2025 -
x/tools/gopls: rename: modify [pkg.Symbol] doc links in non-doc comments too
#57559 closed
Apr 24, 2025 -
cmd/go: misleading warning on GOROOT == GOPATH in module mode
#47889 closed
Apr 24, 2025 -
cmd/compile: evaluating range argument in cases we shouldn't
#73476 closed
Apr 24, 2025 -
x/build: add darwin-arm64 longtest and race builders
#73488 closed
Apr 24, 2025 -
runtime/debug.SetCrashOutput + GOGC=off + GOMEMLIMIT can lead to OOM kills
#73490 closed
Apr 24, 2025 -
cmd/compile: incorrect compiler error in for range statement
#73491 closed
Apr 24, 2025 -
cmd/go: allow all build flags for tool
#71503 closed
Apr 24, 2025 -
runtime: race detector crashing on C memory
#73483 closed
Apr 24, 2025 -
cmd/vet: flag using %s:%d to construct network addresses
#28308 closed
Apr 24, 2025 -
build: build failure on x/crypto GOARCH=loong64 with Go 1.23/1.24 [consistent failure]
#73354 closed
Apr 23, 2025 -
runtime: crash in runtime.(*unwinder).next
#73413 closed
Apr 23, 2025 -
x/tools/gopls/internal/analysis/unusedvariable: reports invalid SuggestedFixes
#71812 closed
Apr 23, 2025 -
x/tools/gopls: analysis driver spuriously reports invalid suggested fixes due to AST repair
#71659 closed
Apr 23, 2025 -
time: In() does not replace the time zone correctly
#73480 closed
Apr 23, 2025 -
x/tools/gopls: provide links for replace in go.mod
#73423 closed
Apr 23, 2025 -
iOS generate dynamic libraries
#73479 closed
Apr 23, 2025
36 Issues opened by 31 people
-
runtime: plugin has empty pluginpath
#73541 opened
Apr 30, 2025 -
cmd/compile: deadlock
#73539 opened
Apr 29, 2025 -
x/website: Broken link to Gin documentation in "Tutorial: Developing a RESTful API with Go and Gin"
#73538 opened
Apr 29, 2025 -
x/pkgsite: panic serving from directory with space in name
#73534 opened
Apr 29, 2025 -
proposal: context: context.Expired
#73533 opened
Apr 29, 2025 -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/ajithanand/HeaderTest
#73530 opened
Apr 29, 2025 -
access: go-assignees
#73529 opened
Apr 29, 2025 -
proposal: spec: infer types from sufficiently constrained constraints
#73527 opened
Apr 28, 2025 -
runtime: incorrect terminology 'reraised' in panic message
#73526 opened
Apr 28, 2025 -
cmd/internal/testdir: Test/rotate0.go failures
#73525 opened
Apr 28, 2025 -
cmd/compile: poor escape analysis of `strings.SplitSeq`
#73524 opened
Apr 28, 2025 -
os/user:nolibgcc: TestGroupIdsTestUser failures
#73523 opened
Apr 28, 2025 -
net/http: http2 client data race to close request body when server crashes unexpectedly
#73522 opened
Apr 28, 2025 -
x/tools/gopls: DocumentSymbol returns incorrect selectionRange
#73521 opened
Apr 28, 2025 -
runtime: deductSweepCredit bad symbol table
#73519 opened
Apr 28, 2025 -
riscv64: can't build on FreeBSD with cgo
#73516 opened
Apr 28, 2025 -
runtime: AIX build broken with fatal error 'taggedPointerPack invalid packing'
#73515 opened
Apr 28, 2025 -
x/pkgsite: package removal request for https://github.com/ringo-is-a-color/heteroglossia
#73514 opened
Apr 28, 2025 -
x/pkgsite: package removal request for github.com/2754github/gorm-with-logrus/gorm
#73508 opened
Apr 26, 2025 -
runtime: remove unnecessary copies when converting the command line to os.Args under Windows
#73507 opened
Apr 26, 2025 -
x/crypto/acme: WaitOrder returns an order without a URI
#73504 opened
Apr 25, 2025 -
x/tools/go/packages: TestRmdirAfterGoList_Runner failures
#73503 opened
Apr 25, 2025 -
proposal: spec: local func declarations
#73502 opened
Apr 25, 2025 -
x/tools/gopls: missing workspace diagnostics after protocol change
#73501 opened
Apr 25, 2025 -
runtime: inlining in bgsweep leads to livelock
#73499 opened
Apr 25, 2025 -
x/pkgsite: package removal request for github.com/dalet-oss/{terraform-provider-kowabunga,kowabunga-api}
#73498 opened
Apr 25, 2025 -
build: build failure on x_tools-go1.24-linux-arm64_c4as16-perf_vs_gopls_0_11
#73496 opened
Apr 24, 2025 -
cmd/go: Tests failing when init accesses a byte slice larger than 65536 with go test -cover
#73495 opened
Apr 24, 2025 -
x/sys/windows: mgr.Service.UpdateConfig(...) cannot set empty dependency list
#73494 opened
Apr 24, 2025 -
x/tools/gopls: can't find definition using -mod=mod
#73492 opened
Apr 24, 2025 -
proposal: cmd/go: allow versioned go doc commands
#73489 opened
Apr 24, 2025 -
x/tools/gopls: option to exclude vendor from suggested symbols or symbols from vendored tools
#73493 opened
Apr 24, 2025 -
runtime:cpu2: TestAbortInCgo failures
#73487 opened
Apr 24, 2025 -
proposal: encoding/json/v2: encode time with `format:unix` as integer instead of float
#73486 opened
Apr 24, 2025 -
net: ListenMulticastUDP doesn't limit data to packets from the declared group port on Linux
#73484 opened
Apr 23, 2025 -
x/tools/go/packages: TestRmdirAfterGoList failures
#73481 opened
Apr 23, 2025
238 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
cmd/link: add a flag to the linker to do not write function names to runtime.pclntab
#36555 commented on
Apr 23, 2025 • 0 new comments -
x/tools/gopls: Rename: missing type for selector in satisfy.(*Finder).expr
#71657 commented on
Apr 23, 2025 • 0 new comments -
cmd/compile: infinite loop in the inliner
#73425 commented on
Apr 23, 2025 • 0 new comments -
proposal: go/types: add Hasher{,IgnoreTags} types
#69420 commented on
Apr 23, 2025 • 0 new comments -
proposal: log/slog: GroupAttrs(key, attrs....Attr) Attr
#66365 commented on
Apr 23, 2025 • 0 new comments -
runtime: use runtime.AddCleanup in the standard library
#70907 commented on
Apr 23, 2025 • 0 new comments -
unique: Handle memory leaks; cleanup goroutine can't keep up
#71772 commented on
Apr 23, 2025 • 0 new comments -
x/tools/go/analysis/unitchecker: TestVetStdlib: compiler Fatal in noder/writer
#70399 commented on
Apr 23, 2025 • 0 new comments -
runtime: segfaults in runtime.(*unwinder).next
#73259 commented on
Apr 23, 2025 • 0 new comments -
internal/trace: TestTraceStacks/Stress failures
#73469 commented on
Apr 23, 2025 • 0 new comments -
runtime/pprof: TestVMInfo failures
#73475 commented on
Apr 23, 2025 • 0 new comments -
log/slog: deadlock using wrapped default handler with SetDefault
#61892 commented on
Apr 23, 2025 • 0 new comments -
proposal: bufio: Scanner.{Text,Bytes}Seq
#70657 commented on
Apr 23, 2025 • 0 new comments -
proposal: go/types: add Basic.Obj
#71886 commented on
Apr 23, 2025 • 0 new comments -
proposal: go/types: add HasTypeName interface
#66890 commented on
Apr 23, 2025 • 0 new comments -
proposal: go/ast: add PreorderStack, a wrapper around ast.Inspect that maintains a stack
#73319 commented on
Apr 23, 2025 • 0 new comments -
hash: standardize the hash function
#70471 commented on
Apr 23, 2025 • 0 new comments -
proposal: x/tools/go/ast/inspector: add Cursor, to enable partial and multi-level traversals
#70859 commented on
Apr 23, 2025 • 0 new comments -
proposal: review meeting minutes
#33502 commented on
Apr 23, 2025 • 0 new comments -
sort: clarify Slice comparator requirements
#73420 commented on
Apr 24, 2025 • 0 new comments -
cmd/link/internal/ld: TestArchiveBuildInvokeWithExec failures
#68507 commented on
Apr 24, 2025 • 0 new comments -
sync: add WaitGroup.Go
#63796 commented on
Apr 24, 2025 • 0 new comments -
cmd/compile: eliminate empty switch cases
#24650 commented on
Apr 24, 2025 • 0 new comments -
runtime: failure to detect write barriers inside nowritebarrierrec / questionable write barriers
#73430 commented on
Apr 24, 2025 • 0 new comments -
cmd/cgo/internal/test: unrecognized failures [consistent failure]
#69974 commented on
Apr 24, 2025 • 0 new comments -
all: test failures using proxy.golang.org
#55162 commented on
Apr 24, 2025 • 0 new comments -
proposal: log/slog: export Source method in Record to support custom handler implementations
#70280 commented on
Apr 24, 2025 • 0 new comments -
x/playground: fails to run program importing every package
#26774 commented on
Apr 24, 2025 • 0 new comments -
proposal: runtime/mainthread: add mainthread.Do for mediating access to the main thread
#70089 commented on
Apr 24, 2025 • 0 new comments -
proposal: reflect: add generic type arg info to reflect.Type
#54393 commented on
Apr 24, 2025 • 0 new comments -
proposal: x/net/dns/dnsmessage: add support for SVCB and HTTPS records
#43790 commented on
Apr 24, 2025 • 0 new comments -
cmd/go: confusing situation with 'go run' and '//go:build ignore'
#73152 commented on
Apr 24, 2025 • 0 new comments -
build: make.bash failures
#67883 commented on
Apr 24, 2025 • 0 new comments -
runtime: goroutines blocked in mallocgc triggering gcStart
#72932 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Add a source code action to regenerate cgo definitions.
#73482 commented on
Apr 24, 2025 • 0 new comments -
x/sys/unix: F_OFD_* consts are not present on Darwin
#73351 commented on
Apr 24, 2025 • 0 new comments -
build: arm64 builders don't support SHA-512 extensions
#69593 commented on
Apr 24, 2025 • 0 new comments -
make.bash: unrecognized failures
#70119 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: no autocompletion when missing closing parenthesis
#73426 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "type name %q without type spec" bug in Hover (via telemetry)
#64241 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: incorrectly suggests internal/singleflight completion
#64083 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "could not compute pos to range for %v: %v" bug (reported by telemetry)
#65960 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: ignore gopackagesdriver in PATH
#66041 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: no completion/suggestion/linting working on large projects
#66787 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: add end of line commas during completion
#67246 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: missing completion of current module packages
#67528 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: enable telemetry prompting for all gopls-backed editors
#67821 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: organizeImports does not find package after changing its name
#67973 commented on
Apr 24, 2025 • 0 new comments -
x/tools/internal/refactor/inline: support inlining functions with type parameters
#68236 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration/misc: midnight flakes of TestTelemetryPrompt_Response
#68659 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: resolve comment links to unimported package-qualified symbols such as [net/http.Request]
#69379 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: long initial workspace load durations for workspace with many packages
#69523 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: packages.Load failure with conflicting go.work and go.mod toolchain versions
#69646 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: identifies arbitrary dotted text in strings as links
#70033 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: high cpu usage all the time
#70172 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: pull diagnostic support, continued
#70199 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: recognize templ user agent in telemetry
#70205 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "missing reachable node for %q" bug in evaluatePackageHandle
#71352 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: FoldingRange omitempty causes EndCharacter=0 to be omitted, changing its semantics in clients that distinguish 0 from missing
#71489 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Code completion in gopls is not working, unable to find the packages to import
#71462 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Definition: "no metadata for package 'unsafe'" bug
#71947 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: filter out overlays in the module cache
#71816 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: ChangeSignature: crash in in inliner (likely due to ill-formed variadic call)
#73187 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: autocomplete returns packages within excluded directories (per build.directoryFilters)
#52347 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: provide a better error message when a file is excluded due to a package name mismatch
#58281 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: file watchers should be reevaluated after load
#60340 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: update package and imports on willRenameFiles/didRenameFiles
#60903 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: decide on a default value for "symbolScope"
#60494 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: increase max number of completion candidates for unimported packages
#60988 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: documentation, error messages, and mod tidy behavior can make adding a dependency confusing
#60935 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: poor performance with very large packages in import graph
#61207 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: document a framework for configuration decisions
#61001 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: replace/mitigate objectpath workaround for struct fields
#61674 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: don't downrank symbol results outside of the workspace folder, but in a workspace module
#63458 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: cannot choose the "right" value for completionBudget
#63459 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: remove the "expandWorkspaceToModule" setting
#63536 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: fails to find new std library APIs dynamically
#63767 commented on
Apr 24, 2025 • 0 new comments -
x/tools/go/packages: use the correct go version for the analyzed project
#68495 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: decide on a long-term testing strategy for integration with older Go commands (and GOPACKAGESDRIVERs?)
#69321 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: no completions provided in some seemingly straightforward cases
#69492 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Hover: panic in lookup{ObjectByName,DocLinkSymbol}
#69616 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: deprecate 'Structured' hover kind
#70233 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "slice bounds out of range" crash in ExtractToNewFile
#70553 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/cache/methodsets: "missing object path for %s" bug in indexBuilder.build
#70418 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches
#70603 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: refactor.rewrite.removeUnusedParam: avoid literalization for recursive spread call
#70554 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: stubmethods: "could not find the enclosing function of the return statement" bug in GetIfaceStubInfo
#70666 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: sigpanic in persistent.(*mapNode).forEach (bad SP)
#71115 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: out-of-bounds slice panic in bug in frob.(*reader).bytes
#71244 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "nil handle" assert in getPackageHandles
#71353 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "missing reference to package %s" bug in getOneTransitiveRefLocked
#71354 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "expected exported symbol" assert in getOneTransitiveRefLocked
#71356 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: panic in aeshashbody on behalf of mapaccess2_faststr: string memory corrupted
#71367 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Rename: "unexpected composite literal type %T: %v" panic in satisfy.(*Finder).Find
#71538 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: crashes due to apparent data race (gopls v16+ on linux)
#71425 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: SEGV while clearing memory in newobject
#71561 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Rename: "no type for %T" panic in satisfy
#71572 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/test/marker: test holds open temp files after it has finished (windows)
#71544 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: runtime abort in go statement
#71814 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/telemetry/cmd/stacks: TestReadPCLineTable/gopls failures
#71805 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: nil deref in Exporter.ProcessEvent
#71928 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: nil deref in Snapshot.MetadataForFile
#73114 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: refactor: compute complete sets of methods related through interface satisfaction
#58461 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: clarify supported operating systems
#59981 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: design UX around version skew resulting from the forward compatibility proposal
#61185 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: document supported postfix snippets
#62022 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: triage process for feature requests
#62073 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "package name is %q, want %q" bug in typeCheckBatch.importPackage
#64235 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: investigate if 'fixed' syntax needs more accurate positions
#64335 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: ctrl-click should jump to source, not to autogenerated code
#65001 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "unexpected files in command-line-arguments package" bug (via telemetry)
#64557 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: consider multiplexing operations across all Views (with partial results?)
#65755 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: consider static configuration for multiple builds
#65757 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: investigate better support for CGO_ENABLED=0
#65758 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: redundant diagnostics due to quick fixes
#65966 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "could not locate file for primary type checker error" bug reported by telemetry
#66765 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: go to definition within imported modules
#66827 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: "View package documentation": use type information
#67158 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Session.SnapshotOf gets stuck
#67289 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/cmd: `gopls check` doesn't wait for didOpen finish before it makes diagnostics request
#68075 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: Rename Symbol incorrectly renames symbols when code contains a syntax error
#68465 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: warn if language version is newer than compile version
#68258 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: support change signature refactoring
#38028 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: add a debug endpoint to download diagnostic information
#45602 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: add a setting to control removal of unused imports, and a quickfix
#54362 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: file corruption on case-insensitive filesystems
#57081 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: unusedparams analyzer reports false positive due to build tags
#65479 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: don't offer code lenses/actions that assume go build when using GOPACKAGESDRIVER
#67922 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: CLI cannot rename directories
#68097 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: add analyzer to simplify slice to array conversions
#69820 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: modernize misses modernization of 3-way "max"
#72733 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration: tests failing on openbsd/amd64 due to stalling and timing out
#72145 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: For generic function completion, don't complete with `Name[|]()` if type parameters can be inferred
#72758 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: minmax doesn't work with return statements
#72830 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: frequent test failures with "context deadline exceeded" on linux-riscv64-unmatched builder
#49321 commented on
Apr 24, 2025 • 0 new comments -
cmd/fix: automate migrations for simple deprecations
#32816 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: codelens to show implementations of interfaces
#56695 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: support type move refactorings
#57016 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: hover: doc link markup ignores import mapping of current file, omits links
#61677 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: use strings.Cut
#71369 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: make docs discoverable
#68977 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: feature: "move declaration" refactoring
#70583 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: add refactor.inline.variable and variable-all code actions
#70085 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: support "inline all" and "inline away"
#66370 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: integration with golangci-lint for diagnostics
#53736 commented on
Apr 24, 2025 • 0 new comments -
x/tools/gopls: OOB index crash in github.com/sergi/go-diff/diffmatchpatch
#42927 commented on
Apr 24, 2025 • 0 new comments -
cmd/go: `-json` flag for `go version -m`
#69712 commented on
Apr 24, 2025 • 0 new comments -
proposal: sync/v2: new package
#71076 commented on
Apr 25, 2025 • 0 new comments -
cmd/go/internal/test: test concurrency limited by sequential printing
#61233 commented on
Apr 25, 2025 • 0 new comments -
proposal: testing: prevent worker starvation via ordered scheduling using barrier tasks
#73106 commented on
Apr 25, 2025 • 0 new comments -
x/exp/stats: new package with Mean, Median, more
#69264 commented on
Apr 25, 2025 • 0 new comments -
x/tools/gopls: render package documentation when hovering over imported package name identifiers
#71248 commented on
Apr 25, 2025 • 0 new comments -
proposal: encoding/json: support struct tag for time.Format in JSON Marshaller/Unmarshaller
#21990 commented on
Apr 25, 2025 • 0 new comments -
x/sys/windows/namedpipe: new package
#49650 commented on
Apr 25, 2025 • 0 new comments -
os/user: user.Current() returns wrong user for NT AUTHORITY/SYSTEM
#73471 commented on
Apr 25, 2025 • 0 new comments -
proposal: spec: allow methods on generic structs which meet subset of type constraint
#65394 commented on
Apr 25, 2025 • 0 new comments -
net/http/cgi: should accept "INCLUDED" as protocol for server side includes
#70416 commented on
Apr 25, 2025 • 0 new comments -
cmd/compile: internal compiler error: assertion failed with type aliases
#73309 commented on
Apr 25, 2025 • 0 new comments -
net: add support for FileConn, FilePacketConn, FileListener on windows
#9503 commented on
Apr 25, 2025 • 0 new comments -
os: support runtime poller with os.File on Windows
#19098 commented on
Apr 25, 2025 • 0 new comments -
net: File method of Conn on Windows
#10350 commented on
Apr 25, 2025 • 0 new comments -
net: ListenMulticastUDP setsockopt: not supported by windows
#63529 commented on
Apr 25, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 commented on
Apr 25, 2025 • 0 new comments -
proposal: x/crypto/x509roots/fallback: export certificate bundle
#69898 commented on
Apr 25, 2025 • 0 new comments -
cmd/compile: PGO fails to do multiple levels of inlining into a single function
#69046 commented on
Apr 25, 2025 • 0 new comments -
math/big: broken mips and mips64 builders
#73472 commented on
Apr 25, 2025 • 0 new comments -
database/sql: cancelled context in a transaction gives a variable error
#43507 commented on
Apr 25, 2025 • 0 new comments -
cmd/go: confusing error message when `go list` is missing checksums for patterns outside the main module
#59755 commented on
Apr 25, 2025 • 0 new comments -
runtime: documentation on runtime.Pinner and cgo slightly conflicting or confusing
#62380 commented on
Apr 25, 2025 • 0 new comments -
crypto/x509/pkix: Name.String() rfc2253 AttributeTypes
#41750 commented on
Apr 25, 2025 • 0 new comments -
cmd/go: add global ignore mechanism for Go tooling ecosystem
#42965 commented on
Apr 25, 2025 • 0 new comments -
go/version: doesn't handle devel toolchain versions
#73369 commented on
Apr 25, 2025 • 0 new comments -
proxy.golang.org: some calls taking ~60s to 404
#73403 commented on
Apr 26, 2025 • 0 new comments -
runtime: TestPingPongHog failures
#65293 commented on
Apr 26, 2025 • 0 new comments -
runtime: "traceback did not unwind completely" during preempt during strings_test init
#69389 commented on
Apr 26, 2025 • 0 new comments -
proposal: net/url: URL.Clone, Values.Clone
#73450 commented on
Apr 26, 2025 • 0 new comments -
cmd/link: on wasm, number of functions limited to 2^16
#64856 commented on
Apr 27, 2025 • 0 new comments -
x/mobile: androidapi parameter not working when using gomobile build command
#66011 commented on
Apr 27, 2025 • 0 new comments -
x/mobile: manual declaration of uses-sdk in AndroidManifest.xml not supported
#27023 commented on
Apr 27, 2025 • 0 new comments -
x/crypto: add AES-GCM-SIV
#54364 commented on
Apr 28, 2025 • 0 new comments -
encoding/xml: XML CDATA section could be joined together with regular characters
#12611 commented on
Apr 28, 2025 • 0 new comments -
proposal: net/http: add support for the upcoming "Structured Field Values for HTTP" RFC
#41046 commented on
Apr 28, 2025 • 0 new comments -
x/tools/gopls: modernize.minmax: preserve order of operands, newlines, and comments
#73473 commented on
Apr 28, 2025 • 0 new comments -
proposal: x/sys/unix: add methods to convert between time.Time and unix.PtpClockTime on Linux
#70032 commented on
Apr 28, 2025 • 0 new comments -
cmd/go: 'go mod why' should have an answer for every module in 'go list -m all'
#27900 commented on
Apr 28, 2025 • 0 new comments -
crypto/x509: ParseCRL allows revocation serial number that is a non-positive integer
#73433 commented on
Apr 28, 2025 • 0 new comments -
cmd/go: Subversion VCS build information should be included in the build
#73444 commented on
Apr 28, 2025 • 0 new comments -
proposal: x/tools/go/analysis: add -category=... filter flag to driver commands
#72008 commented on
Apr 28, 2025 • 0 new comments -
cmd/cgo/internal/testsanitizers: failures with `signal: segmentation fault` or `exit status 66`
#59418 commented on
Apr 28, 2025 • 0 new comments -
crypto/tls: TestFIPSCertAlgs failures
#70618 commented on
Apr 28, 2025 • 0 new comments -
runtime: feature request: Support for ASLR with the heap
#27583 commented on
Apr 28, 2025 • 0 new comments -
x/tools/gopls: extract function on `if err != nil` is unidiomatic
#66289 commented on
Apr 28, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue46234.go failures
#67558 commented on
Apr 28, 2025 • 0 new comments -
proposal: runtime: CPU limit-aware GOMAXPROCS default
#73193 commented on
Apr 28, 2025 • 0 new comments -
x/build: add LUCI linux-s390x builder
#67307 commented on
Apr 28, 2025 • 0 new comments -
x/build: LUCI builders fail to fetch dependencies for subrepos
#65482 commented on
Apr 28, 2025 • 0 new comments -
x/build: build and test failures on openbsd-amd64 builders
#66474 commented on
Apr 28, 2025 • 0 new comments -
cmd/compile/internal/ssa: unrecognized failures
#73468 commented on
Apr 28, 2025 • 0 new comments -
go/ast: establish File.FileStart <= Node.Pos <= Node.End <= File.FileEnd for all Nodes in a File
#73438 commented on
Apr 28, 2025 • 0 new comments -
x/tools/gopls: crash due to fixed ast.Node.End beyond EOF
#66790 commented on
Apr 28, 2025 • 0 new comments -
go/parser: StructType.End() can underflow the File
#66683 commented on
Apr 28, 2025 • 0 new comments -
x/tools/gopls: panic after failed PosRange in xrefs.Index
#67704 commented on
Apr 28, 2025 • 0 new comments -
runtime: epoll scalability problem with 192 core machine and 1k+ ready sockets
#65064 commented on
Apr 28, 2025 • 0 new comments -
x/benchmarks: cockroachdb failing after CL 564197 (runtime: only poll network from one P at a time in findRunnable)
#73474 commented on
Apr 28, 2025 • 0 new comments -
cmd/go: TestScript/telemetry failures
#69359 commented on
Apr 29, 2025 • 0 new comments -
x/build: time out on LUCI Linux/PPC64x builder
#65171 commented on
Apr 29, 2025 • 0 new comments -
cmd/link: panic on riscv64 with CGO enabled due to empty container symbol
#72840 commented on
Apr 29, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue21576.go failures
#67559 commented on
Apr 29, 2025 • 0 new comments -
x/tools/cmd/deadcode: Test failures on plan9
#67825 commented on
Apr 29, 2025 • 0 new comments -
x/build: timeout on LUCI openbsd-amd64 builder
#65311 commented on
Apr 29, 2025 • 0 new comments -
proposal: spec: generic parameterization of array sizes
#44253 commented on
Apr 29, 2025 • 0 new comments -
os/exec: TestContextCancel failures on netbsd
#58699 commented on
Apr 29, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Apr 29, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4as16-perf_vs_release
#70895 commented on
Apr 29, 2025 • 0 new comments -
os/exec: TestCancelErrors/killed_after_spurious_ErrProcessDone failures
#68767 commented on
Apr 29, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
Apr 29, 2025 • 0 new comments -
x/pkgsite: package removal request for https://pkg.go.dev/github.com/jamf/regatta and https://pkg.go.dev/github.com/jamf/regatta-go
#73396 commented on
Apr 29, 2025 • 0 new comments -
x/tools/gopls: completion has wrong textedit in some cases
#72753 commented on
Apr 29, 2025 • 0 new comments -
proposal: x/crypto/ssh: verified public key callback and arbitrary data in Permissions
#70795 commented on
Apr 29, 2025 • 0 new comments -
time: TestTicker failures
#72970 commented on
Apr 29, 2025 • 0 new comments -
wiki: GerritBot vs gopherbot
#73330 commented on
Apr 29, 2025 • 0 new comments -
runtime:cpu2: TestChanSendBarrier failures
#73467 commented on
Apr 29, 2025 • 0 new comments -
cmd/go, testing: go test 4-5x slower on Windows when test caching is used; -count=1 is fast
#72992 commented on
Apr 29, 2025 • 0 new comments -
proposal: testing/synctest: new package for testing concurrent code
#67434 commented on
Apr 29, 2025 • 0 new comments -
runtime: correct attribution of internal mutex contention
#66999 commented on
Apr 29, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c2s16-perf_vs_release
#72037 commented on
Apr 29, 2025 • 0 new comments -
all: test failures with `EBADF` from fork/exec on NetBSD
#63444 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile: unrecognized failures
#70103 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile/internal/amd64: unrecognized failures
#70107 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile/internal/arm: unrecognized failures
#71033 commented on
Apr 30, 2025 • 0 new comments -
cmd/compile/internal/arm64: unrecognized failures
#71170 commented on
Apr 30, 2025 • 0 new comments -
cmd/dist, x/build/cmd/golangbuild: switch to a devel version format that satisfies go/version.Lang and go/version.IsValid in more cases
#73372 commented on
Apr 30, 2025 • 0 new comments -
x/tools/cmd/auth: tag and delete
#70872 commented on
Apr 30, 2025 • 0 new comments -
x/tools/gopls: progress notifications for more operations
#71751 commented on
Apr 30, 2025 • 0 new comments -
log/slog: export Source method in Record for custom handler support
#70281 commented on
Apr 25, 2025 • 0 new comments -
testing: add a new output writer and use it in t.Log
#71575 commented on
Apr 29, 2025 • 0 new comments -
cmd/go: respect -n flag in 'go tool' command
#72902 commented on
Apr 26, 2025 • 0 new comments -
cmd/go/internal/vcs: include Subversion VCS build information
#73446 commented on
Apr 28, 2025 • 0 new comments