-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 18 Open pull requests
- 487 Closed issues
- 154 New issues
Could not load contribution data
Please try again later
18 Pull requests opened by 14 people
-
text/template: use sync.OnceValue for builtinFuncs
#73689 opened
May 13, 2025 -
cmd/link: attach buildinfo to wasm binary
#73742 opened
May 16, 2025 -
all: replace HasPrefix and slicing with CutPrefix
#73756 opened
May 17, 2025 -
cmd/compile: allow wasmexport used without exportname
#73774 opened
May 19, 2025 -
cmd/go: mod edit: add -droptoolchain flag
#73776 opened
May 19, 2025 -
bytes: add Buffer.Peek
#73795 opened
May 20, 2025 -
expvar: add Delete function
#73815 opened
May 21, 2025 -
cmd/go/internal/telemetrycmd: fix quotes in help message
#73818 opened
May 21, 2025 -
cmd/go: fix coverage overlay
#73824 opened
May 22, 2025 -
slices: tolerate Chunk([]string{}, 0) without raising panic for n<1
#73880 opened
May 27, 2025 -
net/http: delegate the reset proxy logic to the test
#73882 opened
May 27, 2025 -
net/http: call requestTooLarge on unwrapped ResponseWriter in MaxBytesReader
#73893 opened
May 27, 2025 -
FreeBSD: use proper method to detect host architecture
#73903 opened
May 28, 2025 -
encoding/base64: add constant-time behavior, enabled by default
#73909 opened
May 29, 2025 -
crypto/x509: validate certificates with unsorted SET values in RDNs
#73936 opened
May 31, 2025 -
cmd: emit dwarf for string constants
#73940 opened
Jun 1, 2025 -
net/http: add debug logging for HTTP/1 client transport
#73969 opened
Jun 4, 2025 -
crypto/x509: Add VerifyOptions.UnknownAlgorithmVerifier
#74023 opened
Jun 6, 2025
487 Issues closed by 49 people
-
os: new test TestRootRemoveDot fails on plan9
#73863 closed
Jun 10, 2025 -
runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile
#74090 closed
Jun 10, 2025 -
x/tools/gopls/internal/test/integration/misc: TestEditingGeneratedFileWarning/default failures
#74072 closed
Jun 10, 2025 -
testing/synctest: panic when calling WaitGroup.Add on a package-scope WaitGroup
#74005 closed
Jun 10, 2025 -
x/tools/gopls/internal/util/safetoken: TestGoplsSourceDoesNotCallTokenFileMethods failures
#74066 closed
Jun 10, 2025 -
cmd/go: mod edit: missing -droptoolchain flag
#73744 closed
Jun 10, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue64451.txt failures
#74062 closed
Jun 10, 2025 -
os: TestOpenFileCreateExclDanglingSymlink fails on AIX
#73924 closed
Jun 10, 2025 -
net/http: make CrossOriginProtection zero value work [freeze exception]
#74089 closed
Jun 10, 2025 -
all: end support for macOS 11 in Go 1.25
#69839 closed
Jun 10, 2025 -
x/tools/gopls/internal/cache: nil deref in modindex.Index.Lookup
#74055 closed
Jun 10, 2025 -
access: may-start-trybots for avamsi
#74044 closed
Jun 10, 2025 -
os: add Root.ReadFile & Root.WriteFile
#73126 closed
Jun 10, 2025 -
x/telemetry/internal/upload: TestRun_Basic failures
#69473 closed
Jun 10, 2025 -
dl: return the same exit status of the wrapped command
#37266 closed
Jun 10, 2025 -
x/telemetry/internal/mmap: TestSharedMemory failures
#70456 closed
Jun 10, 2025 -
x/telemetry/internal/mmap: TestMultipleMaps failures
#70457 closed
Jun 10, 2025 -
mime/multipart: Failure to round trip leading to potential bypass of content based checks
#74087 closed
Jun 10, 2025 -
go/token: add (*FileSet).AddExistingFiles method to add files out of order
#73205 closed
Jun 10, 2025 -
runtime: m called on g0 stack in tracer
#73469 closed
Jun 10, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/remove_struct_tags.txt failures
#74082 closed
Jun 10, 2025 -
src/cmd/go/internal/modget: "go get" behaves not as expected
#74084 closed
Jun 10, 2025 -
cmd/dist: re-expose pack command in Go 1.25
#74080 closed
Jun 10, 2025 -
x/playground: cannot scroll to end of code
#63237 closed
Jun 10, 2025 -
cmd/compile: regression on ppc64le bit operations
#73153 closed
Jun 10, 2025 -
x/tools/gopls/internal/test/integration/workspace: TestClearNonWorkspaceDiagnostics/default failures
#74051 closed
Jun 10, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/remove_struct_tags.txt failures
#74048 closed
Jun 10, 2025 -
encoding/xml: invalid unsupported type error
#74079 closed
Jun 10, 2025 -
internal/trace/v2: TestTraceIterPull failures
#67241 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceWaitOnPipe failures
#66973 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceFutileWakeup failures
#66764 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceStress failures
#64506 closed
Jun 9, 2025 -
internal/trace: TestTraceStress/Stress failures
#69815 closed
Jun 9, 2025 -
internal/trace: TestTraceStressStartStop/Default failures
#70211 closed
Jun 9, 2025 -
internal/trace: TestTraceGCStress/Default failures
#68434 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceGCStress failures
#67370 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue66923.txt failures
#74069 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/random.txt failures
#74070 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/testy.txt failures
#74071 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/fill_switch_resolve.txt failures
#74073 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/completion/issue59096.txt failures
#74074 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue61294.txt failures
#74075 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/zeroconfig/nonworkspacemodule.txt failures
#74077 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceGCStress/Default failures
#68448 closed
Jun 9, 2025 -
internal/trace/v2: TestTraceGCStress/AllocFree failures
#68077 closed
Jun 9, 2025 -
internal/trace: broken traces produced by tests
#71110 closed
Jun 9, 2025 -
internal/trace: TestTraceCPUProfile/Default failures
#71188 closed
Jun 9, 2025 -
internal/trace: TestTraceCgoCallback/Stress failures
#71853 closed
Jun 9, 2025 -
internal/trace: TestTraceGOMAXPROCS/Stress failures
#71948 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue57479.txt failures
#74067 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/recv.txt failures
#74065 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/integration/misc: TestPrepareRenameMainPackage/default failures
#74063 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/moveparam_issue70599.txt failures
#74061 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue61813.txt failures
#74060 closed
Jun 9, 2025 -
x/tools/gopls: Hover: nil deref using zero types.Selection
#74058 closed
Jun 9, 2025 -
x/tools/gopls: Hover: nil deref in typeDeclContent
#74056 closed
Jun 9, 2025 -
x/tools/gopls: nil deref in DidCreateFiles on result of call to completion.NewFile
#74057 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/workfile/godebug_bad.txt failures
#74053 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/integration/misc: TestRenamePackage_NestedModule/default failures
#74049 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/integration/misc: TestRenamePackage/default failures
#74047 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue64451.txt failures
#73985 closed
Jun 9, 2025 -
runtime: TestSynctest failures
#73977 closed
Jun 9, 2025 -
Go Doc Comment: Support @ tags
#74050 closed
Jun 9, 2025 -
proposal: bufio: Scanner.{Text,Bytes}Seq
#70657 closed
Jun 9, 2025 -
cmd/compile: inlined function missing func info causes linker panic
#73947 closed
Jun 9, 2025 -
x/pkgsite: package removal request for github.com/Trade-with-Canvas/godhanhq
#74046 closed
Jun 9, 2025 -
log/slog: TextHandler, JSONHandler: incorrect docs
#73943 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/integration/web: TestFlightRecorder/default failures
#73982 closed
Jun 9, 2025 -
x/tools/gopls/internal/telemetry/cmd/stacks: TestUpdateIssues/open_issue failures
#73974 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue61813.txt failures
#73983 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/highlight/issue60435.txt failures
#73992 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/callhierarchy.txt failures
#73978 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/removeparam_imports.txt failures
#73981 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/moveparam_issue70599.txt failures
#73984 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/integration/misc: TestPrepareRenameMainPackage/default failures
#73986 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue66923.txt failures
#73989 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/addtest.txt failures
#73990 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/recv.txt failures
#73991 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/quickfix/undeclared/undeclared_variable.txt failures
#73993 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/random.txt failures
#73994 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/testy.txt failures
#73995 closed
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue57479.txt failures
#74010 closed
Jun 9, 2025 -
proposal: spec: allow simplified object initialization
#74043 closed
Jun 9, 2025 -
proposal: archive/tar: add Reader FS()
#74041 closed
Jun 9, 2025 -
proxy.golang.org:
#74040 closed
Jun 9, 2025 -
x/tools/gopls: macOS kernel panic after heavy file IO
#73139 closed
Jun 8, 2025 -
runtime: SIGSEGV on nil pointer in mheap.freeManual
#73628 closed
Jun 8, 2025 -
x/pkgsite: report whether a subpackage is a command
#68939 closed
Jun 8, 2025 -
crypto/x509 certificate signed by unknown authority
#74036 closed
Jun 7, 2025 -
proposal: database/sql: add Raw method to Tx type
#73997 closed
Jun 7, 2025 -
proposal: Introduce new data structures that improve performance. spec: proposal title
#74031 closed
Jun 7, 2025 -
net/http/httputil: DumpRequest replacement body allows read after close
#74030 closed
Jun 6, 2025 -
proposal: crypto/cipher: add scatter/gather API for cipher.AEAD
#74028 closed
Jun 6, 2025 -
proposal: crypto/x509: add VerifyOptions.UnknownAlgorithmVerifier
#74024 closed
Jun 6, 2025 -
x/pkgsite: submodules point to old versions
#74016 closed
Jun 6, 2025 -
access: approvers and try-bot
#73966 closed
Jun 6, 2025 -
testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law
#73850 closed
Jun 6, 2025 -
x/build/cmd/relui: bypass trybots for VERSION file CLs
#73614 closed
Jun 6, 2025 -
net/http: sensitive headers not cleared on cross-origin redirect CVE-2025-4673
#73816 closed
Jun 6, 2025 -
x/tools/gopls: Add inlay hints to var variable declaration
#73946 closed
Jun 6, 2025 -
x/pkgsite: versions in pkg.go.dev not up-to-date for pkg.go.dev/github.com/projectcalico/calico
#74026 closed
Jun 6, 2025 -
net/http.TimeoutHandler: ResponseWriter is wrapped so that Flush cannot be used.
#74021 closed
Jun 6, 2025 -
runtime: panic before malloc heap initialized on plan9/amd64
#74006 closed
Jun 6, 2025 -
os: TestRootRemoveDot failing on Plan 9
#74018 closed
Jun 5, 2025 -
x/pkgsite: no docs for gopkg.in/DataDog/dd-trace-go.v1@v1.74.0
#74015 closed
Jun 5, 2025 -
net/http: sensitive headers not cleared on cross-origin redirect CVE-2025-4673 [1.23 backport]
#73905 closed
Jun 5, 2025 -
net/http: sensitive headers not cleared on cross-origin redirect CVE-2025-4673 [1.24 backport]
#73906 closed
Jun 5, 2025 -
Issue with copying heaps in the "container/heap" interface
#74014 closed
Jun 5, 2025 -
cmd/compile: 7.08% regression in RecursiveFunc-(16|72) sec/op on linux/arm64 between 498899e and c8bf388
#74002 closed
Jun 5, 2025 -
proposal: go/doc,testing: add playable examples using a *testing.T context
#74009 closed
Jun 5, 2025 -
test
#74008 closed
Jun 5, 2025 -
proposal: cmd/gofmt: A non-syntactic fix for error handling (permit single-line "if" statements)
#74007 closed
Jun 5, 2025 -
proposal: testing: expose test location information indirectly from `t.Context()`
#72875 closed
Jun 5, 2025 -
proposal: spec: the #id/catch error model, a rethink of check/handle
#27519 closed
Jun 4, 2025 -
proposal: spec: improve error handing using `guard` and `must` keywords
#31442 closed
Jun 4, 2025 -
proposal: spec: cleaner error handling happy path via limited pattern matching
#65266 closed
Jun 4, 2025 -
proposal: spec: error handler operator ?()
#72149 closed
Jun 4, 2025 -
proposal: spec: goto error handler with @err
#72153 closed
Jun 4, 2025 -
proposal: spec: try-handle keywords for reducing common error handling boilerplate
#73376 closed
Jun 4, 2025 -
proposal: allow eliding "_" fields in unkeyed struct literals
#71458 closed
Jun 4, 2025 -
x/website: link to language spec
#57047 closed
Jun 4, 2025 -
x/tools/gopls: incorrect code generated by "Extract function"
#73972 closed
Jun 4, 2025 -
proposal: cmd/go: allow fine-grained go build constraints for go version
#71951 closed
Jun 4, 2025 -
internal/trace: event timestamps change between Go versions
#73558 closed
Jun 4, 2025 -
runtime: TestMemoryLimit failures
#73631 closed
Jun 4, 2025 -
x/tools/go/analysis/unitchecker: TestVetStdlib: compiler Fatal in noder/writer
#70399 closed
Jun 4, 2025 -
x/build/cmd/watchflakes: no reports after May 19, 2025
#73921 closed
Jun 4, 2025 -
x/tools/gopls: support Format and CodeAction(source.organizeImports) on generated files
#73959 closed
Jun 4, 2025 -
runtime: autogenerated frames not being skipped in CallersFrames
#73747 closed
Jun 4, 2025 -
cmd/trace: GC appears to start 25 days earlier than trace started, in UI only
#73962 closed
Jun 4, 2025 -
cmd/compile: internal compiler error: assertion failed with type aliases
#73309 closed
Jun 4, 2025 -
embed: magic go embed import requirement is unnecessarily cryptic
#73955 closed
Jun 4, 2025 -
x/telemetry: single build context
#73970 closed
Jun 4, 2025 -
x/pkgsite: pkg.go.dev shows v0.4.222 as latest instead of correct latest tag v0.4.50
#73971 closed
Jun 4, 2025 -
runtime: etcd put 5% throughput regression
#73932 closed
Jun 4, 2025 -
x/tools/gopls: refactor.rewrite.eliminateDotImport breaks keyed struct literals
#73960 closed
Jun 4, 2025 -
runtime/trace: flight recording
#63185 closed
Jun 3, 2025 -
go/token: FileSet.AddExistingFiles is quadratic [freeze exception]
#73851 closed
Jun 3, 2025 -
-
#73954 closed
Jun 3, 2025 -
x/tools/go/analysis: add check for redundant maps.Keys/Values calls in range statements
#72908 closed
Jun 3, 2025 -
proposal: cmd/go: 'mod tidy' should check for retracted versions
#73952 closed
Jun 2, 2025 -
testing/synctest: timers scheduled for the same instant always fire in creation order
#73876 closed
Jun 2, 2025 -
cmd/compile: slow escape analysis in large package in the typescript compiler
#72815 closed
Jun 2, 2025 -
x/tools/gopls: modernize slices.Clone suggestion wrong when copying between aliased types
#73661 closed
Jun 2, 2025 -
x/tools/gopls: missing workspace diagnostics after protocol change
#73501 closed
Jun 2, 2025 -
testing: add missing Output method to testing.TB
#73937 closed
Jun 2, 2025 -
x/website: On "Tutorial: Get started with Go" there is outdated information about the 'quote' package
#51188 closed
Jun 2, 2025 -
x/tools/go/analysis/passes/unusedresult: add new pure functions in slices, maps
#73950 closed
Jun 2, 2025 -
x/website: show header on mobile devices
#69494 closed
Jun 2, 2025 -
Add some logs to go build.
#73944 closed
Jun 2, 2025 -
pkg/log/slog: JSONHandler, TextHandler: incorrect docs
#73942 closed
Jun 2, 2025 -
runtime: Go 1.25 panic message changes are not applied universally
#73923 closed
May 31, 2025 -
x/time/rate: Limiter depends on implementation-defined float to int conversion
#18762 closed
May 31, 2025 -
x/website/blog: missing embedding metadata
#48447 closed
May 31, 2025 -
x/website: SumNumbers depends on map iteration order with float64
#51715 closed
May 31, 2025 -
x/website/tour: tour packaged not just in website
#59514 closed
May 31, 2025 -
x/website: more Gopher artworks on hero section
#55150 closed
May 31, 2025 -
x/website: go.dev (index page) and go.dev/learn macOS download link downloads amd64 version
#52491 closed
May 31, 2025 -
x/website: links in header/footer of tip.golang.org should redirect to pkgsite at tip
#50180 closed
May 31, 2025 -
x/website: Playground sample programs dropdown overwrites current program
#50071 closed
May 31, 2025 -
x/website: "Get Started" on /learn links to the current page
#50069 closed
May 31, 2025 -
x/website: Linkable sections "Learning Resources" and "Meetups"
#50068 closed
May 31, 2025 -
x/website: MySQL config is incorrect in the database access tutorial.
#49134 closed
May 31, 2025 -
x/website: go.dev/doc/install links to the darwin/amd64 installer for Apple Silicon users
#52487 closed
May 31, 2025 -
x/website: Error of "Developing a RESTful API with Go and Gin" chapter
#47941 closed
May 31, 2025 -
x/website: lighter text reduces contrast/readability
#33014 closed
May 31, 2025 -
x/website/internal/dl: store the list of validUsers in a more dynamic way
#29898 closed
May 31, 2025 -
x/website: Add section to generics docs about common type properties that can't be captured with constraints
#52497 closed
May 31, 2025 -
x/website: set background color for tutorial code snippets
#49803 closed
May 31, 2025 -
x/website/_content/blog: pprof example doesn't trigger reallocation
#43963 closed
May 31, 2025 -
x/website: improve modules tutorial with information on using the module
#30998 closed
May 31, 2025 -
x/tools/tools/internal/tokeninternal/tokeninternal_go125.go: fset.AddExistingFiles undefined
#73929 closed
May 30, 2025 -
runtime/trace: Bad HeapGoal/NextGC Metric
#63864 closed
May 30, 2025 -
net: UDP sockets on windows error on receive due to ICMP TTL
#68614 closed
May 30, 2025 -
x/exp/slog: TestAlloc test is failing
#73928 closed
May 30, 2025 -
testing/synctest: panics result in wrong test duration
#73852 closed
May 30, 2025 -
os: support ReadLinkFS in os.Root.FS [freeze exception]
#73887 closed
May 30, 2025 -
cmd/fix: automate migrations for simple deprecations
#32816 closed
May 30, 2025 -
cmd/internal/moddeps: TestAllDependencies/std(thorough) failures [consistent failure]
#73069 closed
May 30, 2025 -
Request for Removal of Package from pkg.go.dev
#73926 closed
May 30, 2025 -
testing/synctest: prevent isolation failures via WaitGroup [freeze exception]
#73856 closed
May 29, 2025 -
testing/synctest: "all goroutines in bubble are blocked" should list blocked goroutines
#70911 closed
May 29, 2025 -
testing/synctest: test log is not printed without -v
#73902 closed
May 29, 2025 -
slices: Collect returns a nil slice for an empty iterator
#73048 closed
May 29, 2025 -
slices: document behavior w.r.t. nil
#73604 closed
May 29, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows [1.24 backport]
#73720 closed
May 29, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows [1.23 backport]
#73719 closed
May 29, 2025 -
x/website/_content/doc: "Uninstalling Go" has no mention of Go's configuration directory
#65583 closed
May 29, 2025 -
x/tools/gopls: Definition: out-of-bounds panic
#73797 closed
May 29, 2025 -
net/http: http.Client starts returning errors when tls.Config is shared
#73911 closed
May 29, 2025 -
go/doc: NewFromFiles panics on ast.Files that lack ast.Objects due to parser.SkipObjectResolution
#66290 closed
May 29, 2025 -
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen [1.23 backport]
#73831 closed
May 29, 2025 -
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen [1.24 backport]
#73832 closed
May 29, 2025 -
x/tools/gopls/internal/analysis/modernize: minmax offers invalid fix when pattern appears beneath "else"
#73576 closed
May 29, 2025 -
os.exec and file path resolving
#73910 closed
May 29, 2025 -
runtime: bad frame pointer during panic during duffcopy
#73748 closed
May 29, 2025 -
net/http: add CrossOriginForgeryHandler
#73626 closed
May 28, 2025 -
crypto/x509: ExtKeyUsageAny bypasses policy validation [1.24 backport]
#73700 closed
May 28, 2025 -
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen
#73617 closed
May 28, 2025 -
cmd/go: add fips140 module selection mechanism [1.24 backport]
#73809 closed
May 28, 2025 -
hash/maphash: hashing channels with purego impl. of maphash.Comparable panics [1.24 backport]
#73669 closed
May 28, 2025 -
proposal: x/tools/go/analysis: add -category=... filter flag to driver commands
#72008 closed
May 28, 2025 -
x/build/cmd/racebuild: migrate to LUCI
#72767 closed
May 28, 2025 -
runtime/debug: BuildSetting does not document DefaultGODEBUG [1.23 backport]
#73677 closed
May 28, 2025 -
runtime/debug: BuildSetting does not document DefaultGODEBUG [1.24 backport]
#73678 closed
May 28, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows
#73702 closed
May 28, 2025 -
x/net/tcp: provide a way to set keepalive time and interval separately
#8328 closed
May 28, 2025 -
Proposal: Introduce if err ... Syntax to Simplify Go Error Checks and Returns
#73897 closed
May 28, 2025 -
builtin: copy should be more clear on the requirements for arguments
#73899 closed
May 28, 2025 -
x509.go and lookup.go missing fields
#73898 closed
May 28, 2025 -
access: please add new email to existing account
#73749 closed
May 28, 2025 -
import/path: issue title
#73895 closed
May 28, 2025 -
cmd/go: list prints leading underscore when given testdata directories
#28155 closed
May 27, 2025 -
x/build/cmd/gerritbot: too many comments on a new pull request
#24323 closed
May 27, 2025 -
misc/cgo/testtls: skip test if C toolchain exhibits known TLS bugs
#24758 closed
May 27, 2025 -
x/website/_content/doc/tutorial: go vet flags tutorial code for non-constant format string
#73845 closed
May 27, 2025 -
gerrit: shows lit.dev warnings unlike other Gerrit servers
#57280 closed
May 27, 2025 -
runtime: lock ordering problem: strongFromWeakQueue, synctest
#73817 closed
May 27, 2025 -
x/tools/go/analysis/analysistest: support modules
#37054 closed
May 27, 2025 -
x/tools/go/analysis/analysistest: analysistest.Run failing with modules
#46041 closed
May 27, 2025 -
x/tools/go/analysis/analysistest: add module-aware analyzer test runners
#53063 closed
May 27, 2025 -
access: approvers
#73803 closed
May 27, 2025 -
cmd/compile: missing interface methods after CL 649555
#73888 closed
May 27, 2025 -
runtime: AIX build broken with fatal error 'taggedPointerPack invalid packing'
#73515 closed
May 27, 2025 -
os: doInRoot does not resolve relative paths that land on root
#73780 closed
May 27, 2025 -
reflect: type.Method's receiver reports embedded type instead of parent
#73883 closed
May 27, 2025 -
x/tools/go/analysis: `singlechecker.Main()` does not respect `*analysis.Analyzer.Flags`
#73875 closed
May 27, 2025 -
go/ast: deprecate MergePackageFiles (it's not used, and buggy)
#7124 closed
May 27, 2025 -
go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles
#73088 closed
May 27, 2025 -
x/tools/go/analysis/passes/printf: `%#x` recursion is not recognized
#73825 closed
May 27, 2025 -
proposal: golang/sync/errgroup: return all encountered errors
#73881 closed
May 27, 2025 -
x/website: tob-crypto-audit references wrong Go dev tree
#73837 closed
May 27, 2025 -
compiler: stack overflow when calling closure that is being replaced by new closure
#73872 closed
May 26, 2025 -
proposal: Go use elvis operator to simplify error handling
#73867 closed
May 26, 2025 -
gerrit: the same revision has been created 2 CLs
#73763 closed
May 26, 2025 -
proposal: x/crypto/ssh: add a way to see pubkey signature algorithm
#73847 closed
May 25, 2025 -
x/pkgsite: package removal request for github.com/dalet-oss/{terraform-provider-kowabunga,kowabunga-api}
#73498 closed
May 25, 2025 -
proposal: text/template: make the dot in range for iter.Seq2 match ranging over slices and maps
#73861 closed
May 25, 2025 -
proxy.golang.org:
#73862 closed
May 25, 2025 -
text/template: index/element switched for iter.Seq2 in range
#73282 closed
May 24, 2025 -
log/slog: TextHandler logs an empty Source struct when used as `log` output
#73808 closed
May 24, 2025 -
testing/synctest: wrong duration in doc example
#73839 closed
May 24, 2025 -
time: time.Ticker hangs
#73859 closed
May 24, 2025 -
cmd/go: go mod init no longer attempts to import requirements from other tools' configuration files
#71537 closed
May 24, 2025 -
x/vuln: govulncheck expects a go binary
#73634 closed
May 24, 2025 -
database/sql: inconsistency b/w go 1.23 and go 1.24 sql.Null type Value() method for int32 type
#73846 closed
May 24, 2025 -
Implementation of full-fledged monomorphization
#73858 closed
May 24, 2025 -
proposal: spec: for/else block
#73857 closed
May 24, 2025 -
os: safer file open functions
#67002 closed
May 23, 2025 -
testing/synctest: replace Run with Test
#73567 closed
May 23, 2025 -
testing/synctest: new package for testing concurrent code
#67434 closed
May 23, 2025 -
runtime: use runtime.AddCleanup in the standard library
#70907 closed
May 23, 2025 -
math/rand: Source.Intn consistently returns 0
#73849 closed
May 23, 2025 -
x/pkgsite: std's reflect expands with zero subpackages in the directory view
#70313 closed
May 23, 2025 -
x/tools/internal/gocommand: TestRmdirAfterGoList failures
#73481 closed
May 23, 2025 -
cmd/compile: assertion failed: cmd/compile/internal/noder/reader.go:765
#72873 closed
May 23, 2025 -
cmd/go: -test.gocoverdir cannot be used for non-curdir packages
#73842 closed
May 23, 2025 -
Go programs cache the static library and do not automatically use the updated version.
#73843 closed
May 23, 2025 -
Are generics slow?
#73844 closed
May 23, 2025 -
runtime: fatal error occurred when Python call multiple Go built dynamic libraries in Termux
#73841 closed
May 23, 2025 -
cmd/compile: `len(*f())` does not panic when f() returns (*[k]T)(nil)
#72844 closed
May 22, 2025 -
runtime: persistent TestDetectFinalizerAndCleanupLeaks timeout on asan builders
#73834 closed
May 22, 2025 -
cmd/compile: ICE on slice of array pointer returned by a generic function
#71184 closed
May 22, 2025 -
cmd/doc: go doc -http fails with undownloaded modules
#73833 closed
May 22, 2025 -
x/exp/apidiff: incorrectly reports incompatible change in type alias
#65112 closed
May 22, 2025 -
x/pkgsite: Stripe Go SDK docs take more than 10 seconds to load (poor LCP reported by browser dev tools)
#73826 closed
May 22, 2025 -
cmd/compile: internal compiler error: next missing from LHS of .autotmp_23, _ := ([]byte)(.autotmp_4), 0
#73823 closed
May 22, 2025 -
os: os.Lstat fails to recognize symlinks on windows if go version in go.mod is `go 1.22` or above
#73827 closed
May 22, 2025 -
x/pkgsite: package removal request for v0.1.0
#73822 closed
May 22, 2025 -
unique: `fatal error: getWeakHandle on invalid pointer` with `sbrk=1`
#69729 closed
May 22, 2025 -
unique: optimize interning of string([]byte)
#71926 closed
May 22, 2025 -
unique: string arguments do not need to escape
#73680 closed
May 22, 2025 -
hash: add Clone
#69521 closed
May 21, 2025 -
proposal: x/exp/xiter: new package with iterator adapters
#61898 closed
May 21, 2025 -
proposal: os: extend Root FS with interface io/fs.SubFS
#72054 closed
May 21, 2025 -
testing: structured output for test attributes
#43936 closed
May 21, 2025 -
crypto/x509: use truncated SHA-256 for SubjectKeyId
#71746 closed
May 21, 2025 -
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
#72883 closed
May 21, 2025 -
crypto/ecdsa: add NewPublicKey and PublicKey.Bytes
#63963 closed
May 21, 2025 -
build: build failure on gotip-netbsd-arm
#70613 closed
May 21, 2025 -
cmd/internal/testdir: Test/fixedbugs/issue70189.go failures
#70621 closed
May 21, 2025 -
cmd/link/internal/ld: TestRISCVTrampolines failures
#70749 closed
May 21, 2025 -
net/http: TestServerCancelsReadTimeoutWhenIdle/h2 failures
#70844 closed
May 21, 2025 -
net: TestDialListenerAddr failures
#71087 closed
May 21, 2025 -
net: TestDialLocal failures
#71091 closed
May 21, 2025 -
net: TestDialWithNonZeroDeadline failures
#71093 closed
May 21, 2025 -
x/tools/go/packages: empty result from `go list -f "{{context.GOARCH}} {{context.Compiler}}"` (netbsd)
#71215 closed
May 21, 2025 -
cmd/relnote: unrecognized failures
#71266 closed
May 21, 2025 -
cmd/internal/testdir: Test/fixedbugs/issue16037_run.go failures
#71495 closed
May 21, 2025 -
cmd/compile/internal/liveness [cmd/compile]: unrecognized failures
#71530 closed
May 21, 2025 -
cmd/compile/internal/test: TestCode/Closure failures
#71909 closed
May 21, 2025 -
encoding/gob: unrecognized failures
#72056 closed
May 21, 2025 -
cmd/objdump: unrecognized failures
#72783 closed
May 21, 2025 -
cmd/link: TestMachOBuildVersion failures
#72969 closed
May 21, 2025 -
cmd/compile: segfault on netbsd-arm
#73635 closed
May 21, 2025 -
cmd/compile/internal/ssa [cmd/compile]: unrecognized failures
#73658 closed
May 21, 2025 -
cmd/compile/internal/types2: unrecognized failures
#73721 closed
May 21, 2025 -
cmd/compile: TestScript/dwarf5_gen_assembly_and_go failures
#73751 closed
May 21, 2025 -
build: arm64 builders don't support SHA-512 extensions
#69593 closed
May 21, 2025 -
runtime: TestTimePprof failures
#73783 closed
May 21, 2025 -
TestCgroupGOMAXPROCSDontUpdate flaky?
#73819 closed
May 21, 2025 -
runtime: TestSegv/Segv failures
#73786 closed
May 21, 2025 -
runtime: TestSegv/SegvInCgo failures
#73785 closed
May 21, 2025 -
runtime: TestCgoLockOSThreadExit failures [consistent failure]
#73782 closed
May 21, 2025 -
cmd/compile: storing zero value into interface should not allocate
#71323 closed
May 21, 2025 -
cmd/compile: avoid allocs by better tracking of literals for interface conversions and make
#71359 closed
May 21, 2025 -
cmd/compile: CL 661855 breaks s390x make.bash
#73812 closed
May 21, 2025 -
crypto/tls: add GetEncryptedClientHelloKeys callback
#71920 closed
May 21, 2025 -
internal/trace: TestTraceAnnotationsStress broken
#73813 closed
May 21, 2025 -
log/slog: GroupAttrs(key, attrs....Attr) Attr
#66365 closed
May 21, 2025 -
bufio: document that Scanner.Buffer is to avoid buffer allocation, not specify scanner input.
#73778 closed
May 21, 2025 -
cmd/go: add fips140 module selection mechanism
#70200 closed
May 21, 2025 -
TestDetectFinalizerAndCleanupLeaks flaky?
#73810 closed
May 21, 2025 -
x/pkgsite: package removal request
#73811 closed
May 21, 2025 -
os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9
#73729 closed
May 21, 2025 -
x/website: Blog error-handling-and-go: Outdated
#73807 closed
May 21, 2025 -
spam
#73806 closed
May 21, 2025 -
testing/synctest: isolation failure in encoding/json
#73733 closed
May 20, 2025 -
cmd/go: doc -http should start a pkgsite instance and open a browser
#68106 closed
May 20, 2025 -
cmd/compile: memcombine doesn't combine simple chain
#72832 closed
May 20, 2025 -
reflect: add TypeAssert
#62121 closed
May 20, 2025 -
runtime: add debug mode for finalizers and cleanups
#72949 closed
May 20, 2025 -
cmd/cgo/internal/testsanitizers: TestASANFuzz does not take into account subprocess hungs
#72766 closed
May 20, 2025 -
x/pkgsite: 500 - Server Error
#73799 closed
May 20, 2025 -
hash/maphash: hashing channels with purego impl. of maphash.Comparable panics
#73657 closed
May 20, 2025 -
net/http: upon http redirect, Request.GetBody is always nil
#73439 closed
May 20, 2025 -
runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not
#72991 closed
May 20, 2025 -
x/pkgsite/cmd/pkgsite: remove most external dependencies
#61399 closed
May 20, 2025 -
x/tools/gopls: DocumentSymbol returns incorrect selectionRange
#73521 closed
May 20, 2025 -
testing: TestTRun/output_with_chatty_and_json failures
#73737 closed
May 20, 2025 -
testing: TestTRun/output_with_chatty failures
#73739 closed
May 20, 2025 -
testing: TestTRun/buffered_output_gets_flushed_at_test_end failures
#73723 closed
May 20, 2025 -
proposal: Add Hook/Interceptor for `go` Statement (Goroutine Start)
#73798 closed
May 20, 2025 -
x/pkgsite: Latest tag not reflected on pkg.go.dev
#73796 closed
May 20, 2025 -
heap escape
#73791 closed
May 20, 2025 -
go run fork/non-canonical import path directly
#73790 closed
May 20, 2025 -
Proposal: Add IEEE 754 Half-Precision (FP16) Floating Point Support to Standard Library
#73789 closed
May 20, 2025 -
x/sys/windows: some syscalls are creating dangling pointers
#73199 closed
May 20, 2025 -
math: portable FMA implementation incorrectly returns +0 when x*y ~ 0, x*y < 0 and z = 0
#73757 closed
May 19, 2025 -
runtime: TestSegv failures in race mode on darwin
#73784 closed
May 19, 2025 -
net/http: ServeMux.Handler does not populate named path wildcards
#69623 closed
May 19, 2025 -
net/http: ServeMux.Handler returns wrong pattern with trailing-slash redirection handler
#73688 closed
May 19, 2025 -
x/tools/gopls: extract function on `if err != nil` is unidiomatic
#66289 closed
May 19, 2025 -
runtime: -msan / -asan stack corruption with CPU profiling and SetCgoTraceback context callback
#71395 closed
May 19, 2025 -
go/ast: add PreorderStack, a wrapper around ast.Inspect that maintains a stack
#73319 closed
May 19, 2025 -
x/tools/gopls: find reference doesn't reported all references of usages
#73762 closed
May 19, 2025 -
net/http/httptest: TestServer failures with `Unexpected response after close`
#57144 closed
May 19, 2025 -
x/pkgsite: package removal request for github.com/seon1-kim/bobot
#73772 closed
May 19, 2025 -
crypto/rsa: implement optional SP 800-89 public key validation (with bigmod)
#69800 closed
May 19, 2025 -
crypto/tls: missing "configForClient.mutex.RUnlock()" in "Config.ticketKeys(configForClient *Config)" func
#71655 closed
May 19, 2025 -
x/tools/cmd/goimports: add a flag to skip generated files
#71676 closed
May 19, 2025 -
compiler: struct{} pointer comparison
#73771 closed
May 18, 2025 -
x/pkgsite: comments to struct fields require the package name
#73768 closed
May 18, 2025 -
proposal: net/http: add methods to Request for setting and getting Bearer tokens
#70522 closed
May 18, 2025 -
runtime: found bad pointer in Go heap
#73755 closed
May 17, 2025 -
text/template: consider adding recursion depth limit for deeply nested expressions
#71201 closed
May 17, 2025 -
x/build: bot linux-riscv64-mengzhuo--megrez-1 reported as broken
#73745 closed
May 16, 2025 -
x/tools/gopls: prefill new go files with package statement
#72930 closed
May 16, 2025 -
x/tools/gopls: modernize slices.Delete suggestion not considering uint type
#73663 closed
May 16, 2025 -
cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph
#73654 closed
May 16, 2025 -
runtime: fpTracebackPCs SIGSEGV
#73750 closed
May 16, 2025 -
x/tools/gopls/internal/analysis/modernize: slices.Delete modernizer is unsound (clears out s[len:cap])
#73686 closed
May 16, 2025 -
sync:mayMoreStackPreempt: TestPoolGC failures
#73728 closed
May 16, 2025 -
cmd/go: add global ignore mechanism for Go tooling ecosystem
#42965 closed
May 16, 2025 -
sync:cpu10: TestPoolGC failures
#73642 closed
May 16, 2025 -
cmd/compile: confusing error messages when a type is repeated
#8853 closed
May 16, 2025 -
syscall: use Windows FILE_FLAG_BACKUP_SEMANTICS in remaining places (Open)
#23312 closed
May 16, 2025 -
x/tools/internal/diff/lcs: TestRandOld is flaky (and relies on obsolete behavior of rand.SetSeed)
#73714 closed
May 16, 2025 -
x/tools/gopls: Package.Path called on nil Package in AddTestForFunc
#73687 closed
May 15, 2025 -
cmd/compile: unnamed functions missing FuncInfo
#73716 closed
May 15, 2025 -
x/tools/gopls/internal/test/marker: "signal: killed" failure on x_tools-gotip-linux-ppc64_power8
#73276 closed
May 15, 2025 -
cmd/go: go test should be more explicit about test failures
#13106 closed
May 15, 2025 -
x/perf/cmd/benchstat: wrong number of header columns in CSV output
#67760 closed
May 15, 2025 -
x/crypto/ssh: support server-side Diffie-Hellman Group Exchange
#54743 closed
May 15, 2025 -
proposal: x/crypto/ssh: expose client/sever supported algorithms
#46638 closed
May 15, 2025 -
x/crypto/ssh: expose negotiated algorithms
#58523 closed
May 15, 2025 -
x/crypto/ssh: export supported algorithms
#61537 closed
May 15, 2025 -
x/tools/go/packages: TestRmdirAfterGoList_Runner failures
#73503 closed
May 15, 2025 -
proposal: go/types: add HasTypeName interface
#66890 closed
May 15, 2025 -
runtime/pprof: TestMutexBlockFullAggregation failures
#73641 closed
May 15, 2025 -
x/build/cmd/relui: consider failing to add a reviewer a soft failure
#68276 closed
May 15, 2025 -
net: TestCloseWrite/unix failures
#73140 closed
May 15, 2025 -
net: TestFilePacketConn failures
#73698 closed
May 15, 2025 -
net: TestFileConn failures
#73683 closed
May 15, 2025 -
x/sync/errgroup: no trace info is shown when nil pointer dereference occurs
#73710 closed
May 14, 2025 -
cmd/go: no compilation error for invalid filenames in subdirectories with embed.FS
#54003 closed
May 14, 2025 -
cmd/go: env -changed misses CGO_LDFLAGS, others
#69994 closed
May 14, 2025 -
runtime/pprof: TestGoroutineProfileConcurrency/overlapping_profile_requests failures
#73600 closed
May 14, 2025 -
x/build: trybots and CI outage due to crash loop in VMs
#73715 closed
May 14, 2025 -
x/tools/cmd/deadcode: Deadcode not reported with different argument order in workspace
#73652 closed
May 14, 2025 -
proposal: sync: Add MarshalJSON() ([]byte, error) and UnmarshalJSON([]byte) error to sync.Map
#73717 closed
May 14, 2025 -
govulncheck-action: suggestion allow specifying cache-dependency-path
#70027 closed
May 14, 2025 -
cmd/link test fails on Windows without symlinks
#73692 closed
May 14, 2025 -
runtime: canonical 48-bit address bug in lfstack
#49405 closed
May 14, 2025 -
proposal: go/types: add Basic.Obj
#71886 closed
May 14, 2025 -
No packages found for open file
#73712 closed
May 14, 2025 -
proposal: log/slog: Add LogDepth
#73707 closed
May 14, 2025 -
map loop count error
#73708 closed
May 14, 2025 -
crypto/x509: ExtKeyUsageAny bypasses policy validation
#73612 closed
May 13, 2025 -
x/tools/gopls: imports.ApplyFixes panics with "invalid line number %d (should be < %d)"
#73587 closed
May 13, 2025 -
cmd/go: 'go list -m all' fails when offline after 'go mod tidy' due to missing .info files
#42723 closed
May 13, 2025 -
proposal: cmd/go: allow versioned go doc commands
#73489 closed
May 13, 2025 -
cmd/go: `go test` hides the exit status of the test binary
#45508 closed
May 13, 2025 -
x/tools/go/packages: Alias type not being parsed as types.Alias with packages.Load
#73699 closed
May 13, 2025 -
cmd/go: poor error message for misseting GOENV on windows
#73695 closed
May 13, 2025 -
proposal: net/http: return an error instead of panicking on http.ServeMux registration errors
#55942 closed
May 13, 2025 -
x/website, x/pkgsite: net/http.ServeMux.Handle example reads poorly if shown as a complete program
#40103 closed
May 13, 2025 -
net/http: ServeMux excess locking
#28785 closed
May 13, 2025 -
runtime/pprof: pprof.Profile `WriteTo` does not check for the error, and return success on errors
#73107 closed
May 13, 2025 -
x/pkgsite: source file links for unknown hosts should not link to self
#73333 closed
May 13, 2025 -
x/website: url to github cli repo is wrong
#73621 closed
May 13, 2025 -
net/http: routing enhancements issue parsing `{foo}:method`
#73693 closed
May 13, 2025 -
cmd/go: `-json` flag for `go version -m`
#69712 closed
May 13, 2025 -
sync: reduce contention between Map operations with new-but-disjoint keys
#21035 closed
May 13, 2025 -
sync: reduce pointer overhead in Map
#21031 closed
May 13, 2025 -
crypto/{sha256, md5, ...}: bound work in non-preemptible assembly loops
#64417 closed
May 13, 2025 -
testing: Add T.Output() etc
#59928 closed
May 13, 2025 -
riscv64: can't build on FreeBSD with cgo
#73516 closed
May 13, 2025 -
text/template: Clone() does not clone options like it does for funcs
#43022 closed
May 12, 2025 -
x/net/http2: optimize typeFrameParser using an array
#73613 closed
May 12, 2025 -
govulncheck-action: using old action/setup-go results in no caching
#73616 closed
May 12, 2025 -
testing: t.TempDir() failing if test name exceeds 255 chars
#71742 closed
May 12, 2025 -
net: TestDialGoogle uses IPv4 address with leading zeros
#73378 closed
May 12, 2025 -
x/build: add LUCI linux-s390x builder
#67307 closed
May 12, 2025 -
x/crypto: Feature Request: Expose Negotiated Cipher
#73679 closed
May 12, 2025 -
os: TestRacyRead/named_overlapped_pipe failures
#73630 closed
May 12, 2025 -
go/version: doesn't handle devel toolchain versions
#73369 closed
May 12, 2025 -
runtime: inlining in bgsweep leads to livelock
#73499 closed
May 12, 2025 -
os/exec: `(*Cmd).Run` doesn't return when TCP connection attached to I/O
#73675 closed
May 12, 2025 -
os: Root.Mkdir creates directories with zero permissions on OpenBSD [1.24 backport]
#73570 closed
May 12, 2025 -
x/tools/go/ast/inspector: add Cursor, to enable partial and multi-level traversals
#70859 closed
May 12, 2025 -
runtime: /usr/local/go/src/runtime/mpagealloc.go:496 index out of range
#73671 closed
May 12, 2025 -
runtime: Memory leaks caused by circular references
#73674 closed
May 12, 2025 -
proposal: slices: add Intersect and IntersectFunc
#64539 closed
May 11, 2025 -
x/pkgsite: shows the escape character in sidebar index
#65119 closed
May 11, 2025 -
proposal: cmp: Add Cond[T any](cond bool, ifval, elseval T) T
#66062 closed
May 11, 2025 -
proposal: string: add HasAnyOfPrefixes, HasAnyOfSuffixes
#66191 closed
May 11, 2025 -
x/playground: playground times out when executing simple snippet
#66741 closed
May 11, 2025 -
proposal: time: allow scientific notation in ParseDuration
#67076 closed
May 11, 2025 -
proposal: go/doc: ITU-T URL support
#67217 closed
May 11, 2025 -
proposal: testing: add TB.SetStdout
#68810 closed
May 11, 2025 -
proposal: path/filepath: Deprecate Walk
#69604 closed
May 11, 2025 -
proposal: net/http: support slash (/) in path variable
#70601 closed
May 11, 2025 -
all: replace reflect.DeepEqual for error comparisons in test files
#71197 closed
May 11, 2025 -
crypto/x509: Verify allows serialNumber larger than 20 octets
#72076 closed
May 11, 2025 -
testing/synctest: GOEXPERIMENT=synctest blocks indefinitely with context.WithTimeout in tight loop
#73130 closed
May 11, 2025 -
proposal: testing: add WithValue and Value methods to testing.T (and others)
#73288 closed
May 11, 2025 -
crypto/x509: redundant UnknownExtKeyUsage check in verify.go
#73289 closed
May 11, 2025 -
internal/fuzzing, cmd/go: compiling fuzz-tests do not include coverage instrumentation
#73465 closed
May 11, 2025 -
x/crypto/acme: WaitOrder returns an order without a URI
#73504 closed
May 11, 2025 -
proposal: net/http/httptest: ResponseRecorder.Reset
#73544 closed
May 11, 2025 -
proposal: slices: add AllMatch
#68532 closed
May 11, 2025 -
proposal: slices: add functions MinNFunc and MaxNFunc
#67376 closed
May 11, 2025 -
proposal: slices: add Cut, CutPrefix and CutSuffix
#64095 closed
May 11, 2025 -
strconv: allocation in the error case dominates the runtime
#43241 closed
May 11, 2025 -
proposal: strings: add First/Last function
#63197 closed
May 11, 2025 -
text/template: JSEscape generates invalid JSON
#37634 closed
May 11, 2025 -
proposal: unicode: improvement of rune-checking funcs
#68064 closed
May 11, 2025 -
unicode: does not document that ZERO WIDTH NO-BREAK SPACE (\uFEFF) is not considered whitespace
#42274 closed
May 11, 2025 -
proposal: encoding: add interface BinaryWriter to reduce pressure on GC
#72915 closed
May 11, 2025 -
proposal: context: functional interfaces
#62017 closed
May 11, 2025 -
proposal: context: add iterator for values
#69562 closed
May 11, 2025 -
proposal: context: add method like WithoutCancel but preserve context deadline
#67135 closed
May 11, 2025 -
context: TestLayersCancel flake
#19459 closed
May 11, 2025 -
path: build failures
#68439 closed
May 11, 2025 -
x/blog: test times out on aix-ppc64 builder
#33940 closed
May 11, 2025 -
x/exp/slog: TestTextHandlerSource failures
#56212 closed
May 11, 2025 -
x/review: use alternative remote repository
#31046 closed
May 11, 2025 -
proposal: ship packaged debian bianaries along with tarballs
#73668 closed
May 11, 2025
154 Issues opened by 85 people
-
cmd/internal/testdir: Test/fixedbugs/issue20014.go failures
#74097 opened
Jun 11, 2025 -
cmd/internal/testdir: Test/cmp6.go failures
#74096 opened
Jun 11, 2025 -
cmd/internal/testdir: Test/return.go failures
#74095 opened
Jun 11, 2025 -
cmd/internal/testdir: Test/fixedbugs/issue4232.go failures
#74094 opened
Jun 11, 2025 -
cmd/internal/testdir: Test/arenas/smoke.go failures
#74093 opened
Jun 11, 2025 -
cmd/compile: Pointer shaped type causes allocation when cast to interface
#74092 opened
Jun 11, 2025 -
x/tools/gopls/internal/util/safetoken: TestGoplsSourceDoesNotCallTokenFileMethods failures
#74091 opened
Jun 10, 2025 -
os: TestFileWriteFdRace failures
#74088 opened
Jun 10, 2025 -
runtime: SEGV accessing map
#74086 opened
Jun 10, 2025 -
cmd/internal/testdir: Test/fixedbugs/issue4463.go failures
#74085 opened
Jun 10, 2025 -
unique: TestCanonMap/LoadOrStore/ConcurrentUnsharedKeys failures
#74083 opened
Jun 10, 2025 -
cmd/internal/testdir: Test/funcdup.go failures
#74081 opened
Jun 10, 2025 -
internal/trace: TestTraceGCStress/AllocFree failures
#74078 opened
Jun 9, 2025 -
cmd: remove dead code
#74076 opened
Jun 9, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/addtest.txt failures
#74068 opened
Jun 9, 2025 -
x/tools/telemetry: i/o timeout reading from telemetry.go.dev
#74059 opened
Jun 9, 2025 -
runtime/trace: invalid stack ID found while reading generated trace
#74054 opened
Jun 9, 2025 -
internal/trace: TestTraceGCStress OOMs
#74052 opened
Jun 9, 2025 -
runtime: apparent deadlock after building with PGO
#74045 opened
Jun 9, 2025 -
x/build: gotip-linux-ppc64le_power8 builder persistently fails modfetch/codehost gitrepo-sha256 tests
#74042 opened
Jun 9, 2025 -
proposal: cmd/compile: align all the global variables to cache line size boundaries
#74039 opened
Jun 8, 2025 -
cmd/cgo: segmentation violation with -race, only on one machine
#74038 opened
Jun 8, 2025 -
x/tools/go/packages: TypesInfo.Uses adds 3 to the line numbers of types.Objects from cgo files
#74037 opened
Jun 7, 2025 -
cmd/go: go get -tool only adds last package when multiple are provided
#74035 opened
Jun 7, 2025 -
proposal: allow passing type parameterized channels of different element types to "close".
#74034 opened
Jun 7, 2025 -
crypto/x509: ParseRevocationList accepted the CRL file with an empty Key Identifier
#74033 opened
Jun 7, 2025 -
runtime/pprof: TestProfilerStackDepth/heap failures
#74029 opened
Jun 6, 2025 -
x/pkgsite: support postgres or in-memory task queues
#74027 opened
Jun 6, 2025 -
x/mobile: circular dependencies between interfaces won't build on ios targets
#74025 opened
Jun 6, 2025 -
runtime/pprof: unconditional gzip compression of profiles
#74022 opened
Jun 6, 2025 -
x/pkgsite: header blocks content unless screen is very wide
#74020 opened
Jun 5, 2025 -
runtime: segfault under rr chaos mode
#74019 opened
Jun 5, 2025 -
x/tools/gopls: add telemetry for whether people use rename, extract, inline, change signature
#74017 opened
Jun 5, 2025 -
x/tools/go/analysis/passes/assign: unsound quickfix (deletes too much)
#74013 opened
Jun 5, 2025 -
testing/synctest: remove Run in Go 1.26
#74012 opened
Jun 5, 2025 -
x/tools/gopls/internal/analysis: best-effort simplification of custom comparison functions
#74004 opened
Jun 4, 2025 -
runtime: 6.16% regression in PendingDemotion10000-72 sec/op on linux/arm64 at bfc2095
#74003 opened
Jun 4, 2025 -
unique: 7.57% regression in ReplaceShortcodeTokens-72 sec/op on linux/arm64 at 0028532
#74001 opened
Jun 4, 2025 -
math/big: 10.36% regression in ParseBigBytes-16 sec/op on linux/amd64 between c594762 and b3e3636
#73999 opened
Jun 4, 2025 -
x/tools/go/analysis/unitchecker: TestVetStdlib failures
#73998 opened
Jun 4, 2025 -
proposal: debug/dwarf: add LineReader method to seek to first entry on or after a pc
#73996 opened
Jun 4, 2025 -
x/tools/gopls: various flakes on linux-ppc64_power8
#73988 opened
Jun 4, 2025 -
cmd/go/internal/modfetch: TestCodeRepo/golang.org_x_text/4e4a3210bb failures
#73980 opened
Jun 4, 2025 -
cmd/cgo/internal/testsanitizers: TestASANFuzz failures
#73979 opened
Jun 4, 2025 -
cmd/go: TestScript/list_empty_importpath failures
#73976 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/integration/workspace: TestUseGoWork/default failures
#73975 opened
Jun 4, 2025 -
cmd/go: godebug default=go1.20 does not set same netedns0 as GOPATH mode
#73973 opened
Jun 4, 2025 -
cmd/go: can't invoke a tool with -modfile within a workspace
#73968 opened
Jun 4, 2025 -
x/tools/gopls: spurious SEGV in Promise
#73967 opened
Jun 4, 2025 -
x/tools/gopls: release version v0.19.0
#73965 opened
Jun 3, 2025 -
runtime: goroutine starvation with runnext and short-running goroutines
#73964 opened
Jun 3, 2025 -
x/exp/rand: isolate into nested module, tag, delete
#73963 opened
Jun 3, 2025 -
crypto/x509: incompatible behavior of SSL_CERT_DIR with OpenSSL
#73961 opened
Jun 3, 2025 -
cmd/gofmt: Not idempotent for top level comments with lists and sublists
#73958 opened
Jun 3, 2025 -
x/pkgsite: fails to display packages from launchpad.net
#73957 opened
Jun 3, 2025 -
x/tools/go/analysis/passes/composite: flag to require keys within same package
#73953 opened
Jun 3, 2025 -
x/pkgsite: promote examples as a top-level TOC item and populate with children
#73951 opened
Jun 2, 2025 -
runtime: C TSAN reports false positive races in SetCgoTraceback symbolizer function (cgoSymbolizer)
#73949 opened
Jun 2, 2025 -
x/pkgsite: package removal request for github.com/goseventh/rakstar/
#73948 opened
Jun 2, 2025 -
x/text/unicode/norm: Iter.Next empty slice and infinite loop on invalid UTF-8
#73945 opened
Jun 2, 2025 -
x/pkgsite: package removal request for github.com/stianhj/modd
#73941 opened
Jun 1, 2025 -
testing: inconsistent coverage on anonymous functions in slice
#73939 opened
Jun 1, 2025 -
cmd/dist/dist: random build failures on bcachefs
#73938 opened
May 31, 2025 -
x/tools/gopls: InlayHint: point out ignored error result
#73930 opened
May 30, 2025 -
proposal: cmd/vet: check for deferring test cleanup
#73925 opened
May 30, 2025 -
cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23
#73922 opened
May 29, 2025 -
cmd/compile: yet another incorrect recover behavior due to defer a method wrapper
#73920 opened
May 29, 2025 -
net: UDPConn.WriteToUDPAddrPort sometimes blocks forever on darwin/arm64
#73919 opened
May 29, 2025 -
api: audit for Go 1.25
#73918 opened
May 29, 2025 -
cmd/compile: incorrect recover behavior due to defer a method wrapper
#73917 opened
May 29, 2025 -
cmd/compile: incorrect recover behavior due to defer wrapper
#73916 opened
May 29, 2025 -
x/crypto/acme: add integration tests with pebble
#73914 opened
May 29, 2025 -
x/tools/gopls: ChangeSignature: OOB panic in inlineCall (FuncType.Params inconsistent with Signature)
#73912 opened
May 29, 2025 -
runtime: bad frame pointer during panic during duffcopy [1.24 backport]
#73908 opened
May 29, 2025 -
runtime: bad frame pointer during panic during duffcopy [1.23 backport]
#73907 opened
May 29, 2025 -
runtime/trace, x/exp/trace: explicitly encode end of trace and surface it in parser
#73904 opened
May 28, 2025 -
cmd/compile: go build segfault `runtime: g 6: unexpected return pc for runtime.sigpanic`
#73896 opened
May 28, 2025 -
x/pkgsite: package removal request for github.com/2754github/goffer
#73894 opened
May 28, 2025 -
cmd/compile: -gcflags="-m=2 -d=ssa/check_bce/debug=1" sometimes results in no output
#73892 opened
May 27, 2025 -
x/tools/gopls: nil deref in 'go vendor' Snapshot.GoCommandInvocation
#73891 opened
May 27, 2025 -
x/tools/gopls: nil deref in x/telemetry/internal/counter.(*Counter).add
#73890 opened
May 27, 2025 -
runtime: declare time.Timer with same shape as runtime.timeTimer
#73886 opened
May 27, 2025 -
proposal: `cmd/modgraphviz`: Colorize edges for more clear view on large graphs
#73879 opened
May 27, 2025 -
proposal: x/tools/go/analysis: add GoMod field to Pass.Module
#73878 opened
May 27, 2025 -
x/pkgsite/cmd/pkgsite: search not working in `-cache` mode
#73877 opened
May 27, 2025 -
x/tools/gopls: Completion: add description to suggested function literals
#73874 opened
May 27, 2025 -
x/pkgsite: package removal request for github.com/bensema/ths_quote
#73873 opened
May 26, 2025 -
x/review/git-codereview: prepopulate package prefix in commit messages
#73870 opened
May 26, 2025 -
os: `Root.OpenRoot` sets incorrect name, losing prefix of original root
#73868 opened
May 26, 2025 -
context: cancelCtx.Done panics because atomic.Value holds an interface{} instead of a chan struct{}
#73866 opened
May 25, 2025 -
cmd/go/internal/base: Lookup checks itself, not subcommads
#73864 opened
May 25, 2025 -
x/tools/gopls: nil panic in types.Package.Path while writing export data (internal/gcimporter)
#73854 opened
May 23, 2025 -
x/tools/gopls: impossible nil panic in reflect.ValueOf
#73853 opened
May 23, 2025 -
cmd/doc: fix some user experience issues with pkgsite instance started [freeze exception]
#73848 opened
May 23, 2025 -
runtime: block and mutex profile aren't meaningful with faketime
#73836 opened
May 22, 2025 -
runtime: long stop-the-world due to scavenging when exceeding GOMEMLIMIT
#73835 opened
May 22, 2025 -
x/tools/gopls/internal/analysis: analyzer for slice aliasing mistakes
#73830 opened
May 22, 2025 -
all: reopen tree for Go 1.26 development
#73829 opened
May 22, 2025 -
unique: optimize interning of string([]byte) in structs/arrays
#73821 opened
May 22, 2025 -
all: flaky failures on netbsd/arm
#73820 opened
May 21, 2025 -
proposal: expvar: add `Delete`
#73814 opened
May 21, 2025 -
proposal: testing: run tests in parallel by default
#73805 opened
May 21, 2025 -
cmd/go: go ignores overlay map when using coverpkg flag
#73802 opened
May 20, 2025 -
runtime: valgrind thinks adjustpointer sometimes operates on uninitialized values
#73801 opened
May 20, 2025 -
runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not [1.24 backport]
#73800 opened
May 20, 2025 -
proposal: bytes: add Buffer.Peek
#73794 opened
May 20, 2025 -
access: approvers
#73793 opened
May 20, 2025 -
proposal: iter: add method to perform delegated yield with returned bool
#73792 opened
May 20, 2025 -
cmd/link: -race doesn't work by default on FreeBSD with cgo
#73788 opened
May 19, 2025 -
proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT
#73787 opened
May 19, 2025 -
x/tools/gopls: ChangeSignature: "cannot inline: corrupted reference" bug
#73779 opened
May 19, 2025 -
google.golang.org/protobuf/proto: TestHasExtensionNoAlloc/Eager failures
#73775 opened
May 19, 2025 -
proposal: x/crypto/ssh: add SequentialsAuthMethods
#73767 opened
May 18, 2025 -
x/review: Gerrit setup suggests storing a plain gitcookies password
#73761 opened
May 18, 2025 -
runtime/pprof: incorrect mutex contention time
#73760 opened
May 18, 2025 -
net/http: unwrap ResponseWriter in MaxBytesReader for finding requestTooLarger
#73754 opened
May 17, 2025 -
cmd/compile: play better with perf
#73753 opened
May 16, 2025 -
proposal: debug/dwarf: define Go-specific attributes
#73752 opened
May 16, 2025 -
crypto/x509: ParseCertificate allows unsorted `SET` values in RDNs
#73743 opened
May 16, 2025 -
cmd/link: `go:buildinfo` was not written in `wasm`
#73741 opened
May 16, 2025 -
os/signal: TestNohup/uncaught/1 failures
#73740 opened
May 16, 2025 -
runtime:mayMoreStackMove: TestFinalizerOrCleanupDeadlock/PprofProto#01 failures
#73738 opened
May 15, 2025 -
x/tools/internal/gocommand: TestRmdirAfterGoList_Runner failures
#73736 opened
May 15, 2025 -
x/tools/imports: Command fails in sandbox when "go" is not on PATH
#73734 opened
May 15, 2025 -
cmd/link: `buildinfo` was saved twice
#73731 opened
May 15, 2025 -
cmd/go: C source files not allowed when not using cgo or SWIG
#73727 opened
May 15, 2025 -
os: TestFileAssociatedWithExternalIOCP failures
#73726 opened
May 15, 2025 -
x/tools/gopls: imports.(*ProcessEnv).GetResolver stuck waiting for go list
#73724 opened
May 14, 2025 -
runtime/pprof: timeout in TestProfilerStackDepth
#73722 opened
May 14, 2025 -
x/tools/gopls: completion: rank 'struct' higher than imported symbols
#73713 opened
May 14, 2025 -
x/tools/gopls: high memory consumption on 19MLoC input
#73709 opened
May 14, 2025 -
cmd/cgo/internal/test:static: unrecognized failures
#73706 opened
May 13, 2025 -
cmd/go/internal/vcweb/vcstest: TestScripts/git/gitrepo-sha256.txt failures [consistent failure]
#73704 opened
May 13, 2025 -
os: CopyFS fails with ErrClosed
#73701 opened
May 13, 2025 -
cmd/cgo/internal/testsanitizers: TestLSAN/lsan2 failures
#73697 opened
May 13, 2025 -
net: TestFileListener failures
#73696 opened
May 13, 2025 -
cmd/go: TestScript/test_fuzz_chatty failures
#73694 opened
May 13, 2025 -
x/crypto/x509roots/fallback: high, unskippable, init cost
#73691 opened
May 13, 2025 -
x/tools/gopls: completion: rank 'continue' higher inside a loop
#73690 opened
May 13, 2025 -
cmd/link: increase section limit to 4 GiB or more
#73684 opened
May 13, 2025 -
x/arch/riscv64/riscv64asm: TestObjdumpRISCV64TestDecodeGNUSyntaxdata stalls on linux/s390x
#73682 opened
May 12, 2025 -
x/crypto/sha3: TestMarshalUnmarshal/SHA3-224 fails on linux/s390x
#73681 opened
May 12, 2025 -
x/tools/gopls: FoldingRange: no fold option for functions (there is a comment at the end of the line)
#73735 opened
May 12, 2025 -
proposal: syscall: add O_OVERLAPPED on Windows
#73676 opened
May 12, 2025 -
unicode: IsPrint and IsGraphic return true on variation selectors characters
#73673 opened
May 12, 2025
407 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.
-
proposal: x/crypto/ssh: verified public key callback and arbitrary data in Permissions
#70795 commented on
May 11, 2025 • 0 new comments -
x/oauth2: TestExchangeRequest_JSONResponse failures
#66862 commented on
May 11, 2025 • 0 new comments -
testing/iotest: add ZeroNilReader, CorruptingReader
#9466 commented on
May 11, 2025 • 0 new comments -
proposal: slices: add Push
#64090 commented on
May 11, 2025 • 0 new comments -
runtime: plugin has empty pluginpath
#73541 commented on
May 11, 2025 • 0 new comments -
cmd/go: compile error for "toolchain default" in go.mod, removed by mod tidy
#73127 commented on
May 11, 2025 • 0 new comments -
proposal: cmd/vet: add check for using %q with integer types
#72850 commented on
May 11, 2025 • 0 new comments -
proposal: time: add Time.AppendText
#66972 commented on
May 11, 2025 • 0 new comments -
runtime/coverage: confusing go test -cover + GOCOVERDIR behavior
#66225 commented on
May 12, 2025 • 0 new comments -
proposal: crypto/mlkem: support derandomized encapsulation in tests
#73627 commented on
May 12, 2025 • 0 new comments -
cmd/go/internal/workcmd/sync: investigate cases where sync doesn't work correctly with unreleased workspace modules
#73655 commented on
May 12, 2025 • 0 new comments -
proposal: sync: add M-local storage
#73667 commented on
May 12, 2025 • 0 new comments -
cmd/go/internal/work: wrong arch detection for s390x
#73382 commented on
May 12, 2025 • 0 new comments -
go/ast: establish File.FileStart <= Node.Pos <= Node.End <= File.FileEnd for all Nodes in a File
#73438 commented on
May 12, 2025 • 0 new comments -
x/tools/gopls: crash due to fixed ast.Node.End beyond EOF
#66790 commented on
May 12, 2025 • 0 new comments -
go/parser: StructType.End() can underflow the File
#66683 commented on
May 12, 2025 • 0 new comments -
x/tools/gopls: panic after failed PosRange in xrefs.Index
#67704 commented on
May 12, 2025 • 0 new comments -
x/mobile: does not work with Go 1.22 if a vendor folder is present, even with the `GO111MODULE=off` workaround
#67927 commented on
May 12, 2025 • 0 new comments -
x/crypto/ssh/test: TestDialUnix failures
#66378 commented on
May 12, 2025 • 0 new comments -
runtime: "some test left a core file behind" failure
#69457 commented on
May 12, 2025 • 0 new comments -
x/net/http2: TestTransportFailureErrorForHTTP1Response/with_enough_frame_size_to_start_reading failures
#72979 commented on
May 12, 2025 • 0 new comments -
x/net/http2: TestTransportFailureErrorForHTTP1Response/with_default_max_frame_size failures
#72981 commented on
May 12, 2025 • 0 new comments -
internal/coverage/cfile: TestCoverageApis/emitWithCounterClear failures
#68423 commented on
May 12, 2025 • 0 new comments -
proposal: testing: custom mutator support for fuzzing
#48815 commented on
May 12, 2025 • 0 new comments -
proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation
#69559 commented on
May 13, 2025 • 0 new comments -
proposal: go/types: add Hasher{,IgnoreTags} types
#69420 commented on
May 13, 2025 • 0 new comments -
x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures
#70649 commented on
May 13, 2025 • 0 new comments -
x/build: create LUCI GCE host images
#60468 commented on
May 13, 2025 • 0 new comments -
net: TestCloseWrite failures with "i/o timeout" on darwin/arm64
#49352 commented on
May 13, 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
May 13, 2025 • 0 new comments -
cmd/go: "go get" fails when GOFIPS140=v1.0.0 is set
#73649 commented on
May 13, 2025 • 0 new comments -
proposal: syscall/js: remove Func.Release()
#57435 commented on
May 13, 2025 • 0 new comments -
x/build: build and test failures on openbsd-amd64 builders
#66474 commented on
May 13, 2025 • 0 new comments -
proposal: encoding/xml: add RawXML token
#26756 commented on
May 13, 2025 • 0 new comments -
proposal: spec: direct reference to embedded fields in struct literals
#9859 commented on
May 13, 2025 • 0 new comments -
meta: intermittent `unexpected disconnect while reading sideband packet` when fetching golang.org/x repos since 2022-03-25
#52490 commented on
May 14, 2025 • 0 new comments -
runtime/pprof: TestVMInfo failures
#73475 commented on
May 14, 2025 • 0 new comments -
cmd/compile: loop invariant code motion
#63670 commented on
May 14, 2025 • 0 new comments -
runtime: implement WASM-GC
#63904 commented on
May 14, 2025 • 0 new comments -
x/tools/astutil: use goimports import path to import name heuristic in UsesImport
#30331 commented on
May 14, 2025 • 0 new comments -
x/tools/gopls: regtest flakes due to hanging go commands
#54461 commented on
May 14, 2025 • 0 new comments -
x/build/cmd/coordinator: TestFindWork failures
#55190 commented on
May 14, 2025 • 0 new comments -
proposal: x/exp/xiter: add Nop, Nop2, Value, Value2
#68947 commented on
May 14, 2025 • 0 new comments -
encoding/csv: skipping of empty rows leads to loss of data in single-column datasets
#39119 commented on
May 14, 2025 • 0 new comments -
cmd/compile: non-escaping pointer operations block register lifting of values
#73589 commented on
May 14, 2025 • 0 new comments -
cmd/compile/internal/pgo: error parsing profile (for pgo) after scaling
#73640 commented on
May 14, 2025 • 0 new comments -
crypto: drop pre-AVX2 amd64 assembly
#69587 commented on
May 14, 2025 • 0 new comments -
os/user: Current() crashes on arm64 with sigabrt signal arrived during cgo execution
#72946 commented on
May 14, 2025 • 0 new comments -
runtime: deductSweepCredit bad symbol table
#73519 commented on
May 14, 2025 • 0 new comments -
cmd/link: dumpdep output is missing 'from'
#73625 commented on
May 14, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration/misc: midnight flakes of TestTelemetryPrompt_Response
#68659 commented on
May 15, 2025 • 0 new comments -
proposal: spec: allow explicit conversion from function to 1-method interface
#47487 commented on
May 15, 2025 • 0 new comments -
crypto: obtain a FIPS 140-3 validation
#69536 commented on
May 15, 2025 • 0 new comments -
cmd/go: TestScript/gotoolchain_local failures
#66329 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches
#70603 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: Completion: SEGV in deepSearch (cand slice has invalid data pointer)
#73263 commented on
May 15, 2025 • 0 new comments -
testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs
#73137 commented on
May 15, 2025 • 0 new comments -
cmd/vet: don't complain about innocent newlines.
#57059 commented on
May 15, 2025 • 0 new comments -
cmd/go: improve error message for mismatched major versions
#41512 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: SEGV updating non-nil map in analysis.Validate
#73437 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: crash in append (invalid string data pointer)
#73586 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: SEGV accessing map[string]...
#73387 commented on
May 15, 2025 • 0 new comments -
x/pkgsite: detect cgo (feature request)
#73375 commented on
May 15, 2025 • 0 new comments -
runtime/pprof: hang in TestProfilerStackDepth
#73639 commented on
May 15, 2025 • 0 new comments -
x/build: LUCI builders fail to fetch dependencies for subrepos
#65482 commented on
May 15, 2025 • 0 new comments -
iter: add more examples
#73292 commented on
May 16, 2025 • 0 new comments -
net/http: make Transport return a net.Conn Response.Body on successful CONNECT
#32273 commented on
May 16, 2025 • 0 new comments -
cmd/vet: spurious "context leak" due to imprecise 'defer' control-flow analysis in lostcancel
#25720 commented on
May 16, 2025 • 0 new comments -
x/build/cmd/gerritbot: leave a CL comment on a freshly imported PR to help confirm the author has a Gerrit account
#61316 commented on
May 16, 2025 • 0 new comments -
cmd/go: command (perhaps 'go fix') to apply all safe fixes
#73623 commented on
May 16, 2025 • 0 new comments -
make.bash: unrecognized failures
#70119 commented on
May 16, 2025 • 0 new comments -
runtime/trace: "preempted" StateTransition sometimes has Stack of single zeroed StackFrame
#68090 commented on
May 16, 2025 • 0 new comments -
x/tools/go/packages: overlay does not work properly with external module files
#71075 commented on
May 17, 2025 • 0 new comments -
proposal: crypto/tls: implement Session IDs resumption
#25228 commented on
May 17, 2025 • 0 new comments -
proposal: log/slog: native support for handling List
#71088 commented on
May 18, 2025 • 0 new comments -
runtime:cpu2: TestChanSendBarrier failures
#73467 commented on
May 18, 2025 • 0 new comments -
crypto/tls: extend coverage of BoGo test suite
#72006 commented on
May 18, 2025 • 0 new comments -
net/smtp: deprecate CRAMMD5Auth
#61952 commented on
May 18, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue21576.go failures
#67559 commented on
May 19, 2025 • 0 new comments -
x/tools/cmd/auth: tag and delete
#70872 commented on
May 19, 2025 • 0 new comments -
runtime: let idle OS threads exit
#14592 commented on
May 19, 2025 • 0 new comments -
x/tools/gopls: no autocompletion when missing closing parenthesis
#73426 commented on
May 19, 2025 • 0 new comments -
x/tools/gopls: Hover: display package-level constants for selected type
#71907 commented on
May 19, 2025 • 0 new comments -
path/filepath: Walk/WalkDir susceptible to symlink race
#70007 commented on
May 19, 2025 • 0 new comments -
cmd/compile: inlining confuses escape analysis with interface{} params
#53465 commented on
May 19, 2025 • 0 new comments -
runtime: don't allocate for non-escaping conversions to interface{}
#8618 commented on
May 19, 2025 • 0 new comments -
x/tools/gopls: feature: repair the syntax
#69171 commented on
May 19, 2025 • 0 new comments -
strings: copying but not using a Builder after first use leads to runtime crash (generates heap -> stack pointer)
#47276 commented on
May 19, 2025 • 0 new comments -
x/tools/gopls: Completion: add insert-replace support (insertReplaceEdit)
#40871 commented on
May 19, 2025 • 0 new comments -
runtime: TestWindowsStackMemory flakes on windows-386-2016
#58570 commented on
May 19, 2025 • 0 new comments -
x/tools/internal/mcp: TestCmdTransport failures [consistent failure]
#73571 commented on
May 19, 2025 • 0 new comments -
proposal: runtime: add valgrind hints to the runtime under special build mode
#73602 commented on
May 20, 2025 • 0 new comments -
cmd/go: packages with non root vendor elements excluded from module
#71785 commented on
May 20, 2025 • 0 new comments -
go/printer: Comment-LineBreak-LineBreak-SelectorExpr-Comment AST modification issue
#70978 commented on
May 20, 2025 • 0 new comments -
go/doc,x/pkgsite: struct fields inconsistently linked in doc comments
#61394 commented on
May 20, 2025 • 0 new comments -
x/pkgsite: API for pkg.go.dev
#36785 commented on
May 20, 2025 • 0 new comments -
os: ReadFile on directories does not return EISDIR in windows
#43322 commented on
May 20, 2025 • 0 new comments -
x/exp/stats: new package with Mean, Median, more
#69264 commented on
May 20, 2025 • 0 new comments -
x/tools/gopls: should not issue lint-style warnings on generated code
#41436 commented on
May 20, 2025 • 0 new comments -
os: os.Root: use OBJ_DONT_REPARSE on Windows
#73080 commented on
May 20, 2025 • 0 new comments -
x/tools/gopls: add refactor.inline.variable-all code action
#70085 commented on
May 20, 2025 • 0 new comments -
cmd/go: 'go get all' no longer works when a deleted transitive dependency is no longer needed after upgrading
#47303 commented on
May 21, 2025 • 0 new comments -
proposal: spec: treat s[-1] as equivalent to s[len(s)-1]
#25594 commented on
May 21, 2025 • 0 new comments -
all: announce end of support for old Windows releases
#52188 commented on
May 21, 2025 • 0 new comments -
all: announce end of support for old Linux versions
#60792 commented on
May 21, 2025 • 0 new comments -
cmd/run: error hint for "no required module provides package" is not helpful
#60944 commented on
May 21, 2025 • 0 new comments -
cmd/link: can't dynamically import static CFString constants using the internal linker
#71471 commented on
May 21, 2025 • 0 new comments -
x/build/internal/releasetargets: update for each upcoming major Go release
#40561 commented on
May 21, 2025 • 0 new comments -
cmd/api: api checker should check types for change in comparability
#56773 commented on
May 21, 2025 • 0 new comments -
unicode: upgrade to Unicode 15.1.0
#65141 commented on
May 21, 2025 • 0 new comments -
x/telemetry: write the weekends file atomically
#68390 commented on
May 21, 2025 • 0 new comments -
cmd/compile: avoid always escaping the receivers in interface method calls
#62653 commented on
May 21, 2025 • 0 new comments -
hash: add XOF interface
#69518 commented on
May 21, 2025 • 0 new comments -
net/http: internal error: connCount underflow
#61474 commented on
May 22, 2025 • 0 new comments -
proposal: spec: add support for int128 and uint128
#9455 commented on
May 22, 2025 • 0 new comments -
x/net/http2: panic: interface conversion: http.http2Frame is *http.http2UnknownFrame, not *http.http2HeadersFrame
#31986 commented on
May 22, 2025 • 0 new comments -
proposal: crypto/tls: dynamically reload root certificate authorities
#64796 commented on
May 22, 2025 • 0 new comments -
runtime: performance and diagnostics meeting notes
#57175 commented on
May 22, 2025 • 0 new comments -
proposal: x/tools/{godoc,cmd/godoc}: isolate, tag, and delete godoc
#59056 commented on
May 22, 2025 • 0 new comments -
cmd/compile: storing strings doesn't take advantage of paired stores on arm64
#72741 commented on
May 22, 2025 • 0 new comments -
x/crypto/ssh: Unable to start subsystem without an exec or shell message
#35025 commented on
May 22, 2025 • 0 new comments -
cmd/compile: stronger constant propagation around closures
#73601 commented on
May 22, 2025 • 0 new comments -
x/mobile: application freeze after resumed from suspend state on iOS
#27483 commented on
May 23, 2025 • 0 new comments -
x/tools/gopls: clarify supported operating systems and architectures
#59981 commented on
May 23, 2025 • 0 new comments -
proposal: x/crypto/ssh/knownhosts: create from ...io.Reader
#62656 commented on
May 23, 2025 • 0 new comments -
x/tools/gopls: Rename: "no type for %T" panic in satisfy
#71572 commented on
May 23, 2025 • 0 new comments -
x/tools/gopls: go to definition should go to replaced version of module
#73545 commented on
May 24, 2025 • 0 new comments -
proposal: spec: allow type parameters in methods
#49085 commented on
May 24, 2025 • 0 new comments -
x/mobile: fatal error: bulkBarrierPreWrite: unaligned arguments
#46893 commented on
May 24, 2025 • 0 new comments -
encoding/xml: accepts various ill-formed XML
#68293 commented on
May 25, 2025 • 0 new comments -
x/net/http2: improve frame decoding performance by reusing frames
#68352 commented on
May 25, 2025 • 0 new comments -
proposal: net/url: URL.Clone, Values.Clone
#73450 commented on
May 25, 2025 • 0 new comments -
x/vuln: add support for suppressing vulnerabilities by ID
#59507 commented on
May 26, 2025 • 0 new comments -
x/net/http2: Transport ignores net/http.Transport.Proxy once connected
#25793 commented on
May 26, 2025 • 0 new comments -
x/net/http2: make Transport return nicer error when Amazon ALB hangs up mid-response?
#18639 commented on
May 26, 2025 • 0 new comments -
crypto/tls: TLS 1.3 unable to disable non-NIST approved ChaCha20 Cipher Suite
#54072 commented on
May 26, 2025 • 0 new comments -
testing/synctest: receive on synctest channel from outside bubble when not using synctest
#73648 commented on
May 27, 2025 • 0 new comments -
runtime: swiss map SIMD implementation for non-amd64
#71255 commented on
May 27, 2025 • 0 new comments -
cmd/compile: unnecessary bounds check when slicing after using `slices.Grow`
#73145 commented on
May 27, 2025 • 0 new comments -
cmd/compile,wiki,spec: clarify whether or not the panics created in loop bodies should propagate to function iterators
#71830 commented on
May 27, 2025 • 0 new comments -
runtime: stop single goroutine
#31132 commented on
May 27, 2025 • 0 new comments -
proposal: sync: add golang.org/x/sync/errgroup
#57534 commented on
May 27, 2025 • 0 new comments -
proposal: structs: NoCopy
#70811 commented on
May 27, 2025 • 0 new comments -
cmd/compile: poor escape analysis of `strings.SplitSeq`
#73524 commented on
May 27, 2025 • 0 new comments -
go/types, types2: error reported for valid shifts
#52080 commented on
May 27, 2025 • 0 new comments -
go/ast: Free-floating comments are single-biggest issue when manipulating the AST
#20744 commented on
May 27, 2025 • 0 new comments -
cmd/compile: TestScript/issue70173 failures
#71300 commented on
May 27, 2025 • 0 new comments -
runtime/cgo: signal arrived during external code execution
#72074 commented on
May 27, 2025 • 0 new comments -
runtime: TestCgoSignalDeadlock failures
#72814 commented on
May 27, 2025 • 0 new comments -
x/mobile: os.Executable() panic on Xcode16
#72966 commented on
May 27, 2025 • 0 new comments -
proposal: cmd/vet: warn about copying a time.Timer value
#69186 commented on
May 27, 2025 • 0 new comments -
proposal: x/tools/go/analysis/vet: export cmd/vet's []*Analyzer suite
#35487 commented on
May 27, 2025 • 0 new comments -
x/tools/go/analysis: framework for analyzing module graph
#44753 commented on
May 27, 2025 • 0 new comments -
proposal: x/net/http2: add EnableConnectProtocol to Server
#72071 commented on
May 28, 2025 • 0 new comments -
x/tools/gopls: Rename: crash (in satisfy) with ill-typed input
#73109 commented on
May 28, 2025 • 0 new comments -
x/tools/go/analysis/internal/checker: -fix should remove unneeded imports
#72035 commented on
May 28, 2025 • 0 new comments -
lib/time: update tzdata before release
#22487 commented on
May 28, 2025 • 0 new comments -
proxy.golang.org: consider blocking `github.com/siruspen/logrus`
#72116 commented on
May 28, 2025 • 0 new comments -
os: os.Root: use O_RESOLVE_BENEATH on FreeBSD
#73078 commented on
May 28, 2025 • 0 new comments -
proposal: x/sys/unix: add methods to convert between time.Time and unix.PtpClockTime on Linux
#70032 commented on
May 28, 2025 • 0 new comments -
proposal: os: convenience function for one-off Root operations
#73168 commented on
May 28, 2025 • 0 new comments -
testing: fuzz []byte arguments may be aliased slices
#71831 commented on
May 28, 2025 • 0 new comments -
runtime: fpTracebackPartialExpand SIGSEGV under high panic load
#73664 commented on
May 29, 2025 • 0 new comments -
proposal: spec: add Nullable constraint
#53656 commented on
May 29, 2025 • 0 new comments -
runtime: segfaults in runtime.(*unwinder).next
#73259 commented on
May 29, 2025 • 0 new comments -
x/build/cmd/relui: add workflows for some remaining manual recurring Go major release cycle tasks
#70655 commented on
May 29, 2025 • 0 new comments -
crypto/sha512: arm optimizations not implemented
#9005 commented on
May 29, 2025 • 0 new comments -
net/http: Transport.Clone breaks HTTP/2
#39302 commented on
May 29, 2025 • 0 new comments -
runtime: green tea garbage collector
#73581 commented on
May 29, 2025 • 0 new comments -
cmd/trace: add absolute (system) timestamp
#69869 commented on
May 29, 2025 • 0 new comments -
runtime: append can write out of bounds during data races
#73563 commented on
May 29, 2025 • 0 new comments -
proposal: spec: unions as sigma types
#54685 commented on
May 29, 2025 • 0 new comments -
proposal: runtime: an http.Handler that implements 'go tool trace' in process
#66843 commented on
May 30, 2025 • 0 new comments -
os: TestGetwdDeep failures
#69233 commented on
May 30, 2025 • 0 new comments -
proposal: x/sys/windows: allow specifying Security Capabilities in SysProcAttr
#65611 commented on
May 30, 2025 • 0 new comments -
runtime: feature request: Support for ASLR with the heap
#27583 commented on
May 30, 2025 • 0 new comments -
x/website,x/pkgsite: add support for syntax highlighting
#56081 commented on
May 31, 2025 • 0 new comments -
cmd/go: build the cgo artifacts for each package in parallel
#9887 commented on
May 31, 2025 • 0 new comments -
x/tools/gopls: add "if err != nil" snippet completion for net/http's HandlerFunc
#48487 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseRevocationList accepts a GeneralName with an incorrect tag
#73285 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseRevocationList accepts the IDP extension with DER encoding as an empty sequence
#73284 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseCertificate malformed signature algorithm identifier error while version and serialNumber swapped
#70269 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseCertificate should error on Subject Information Access and Policy Constraints being makred as critical
#70278 commented on
May 31, 2025 • 0 new comments -
crypto/x509: Verify should error if non-CA certificate contains name constraints
#71795 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseRevocationList accepts invalid thisUpdate UTCTimes without seconds
#73019 commented on
May 31, 2025 • 0 new comments -
crypto/x509: ParseRevocationList allows country name fields longer than 2 chars
#73020 commented on
May 31, 2025 • 0 new comments -
x/website/internal/dl: expose whether a release is a security release or not in API
#44925 commented on
May 31, 2025 • 0 new comments -
x/website: filename in linux installation instructions is not updated if url to install page has ?download=
#44395 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc/tutorial/create-module: describe use of multiple packages within the same module
#47501 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc/tutorial: tutorials leave developer in broken state
#50435 commented on
May 31, 2025 • 0 new comments -
x/website/blog: write a post on go.mod and go.sum misconceptions
#48539 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc/tutorial: "Developing a RESTful API with Go and Gin" has unmentioned race condition
#51097 commented on
May 31, 2025 • 0 new comments -
x/website: visualization tools in gc-guide have left text cut off with firefox
#53850 commented on
May 31, 2025 • 0 new comments -
x/website/cmd/golangorg: unrecognized failures
#56878 commented on
May 31, 2025 • 0 new comments -
x/website/internal/gitfs: TestGerrit failures
#58154 commented on
May 31, 2025 • 0 new comments -
x/website/tour: indicate if the displayed source code is modified
#60367 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc: refer that crypto/ecdsa.GenerateKey is no longer deterministic since Go 1.20
#62255 commented on
May 31, 2025 • 0 new comments -
x/website/tour: light mode links not underlined on hover
#63265 commented on
May 31, 2025 • 0 new comments -
x/website: reaffirm "not obviously wrong" for +1 or otherwise clarify its meaning
#61364 commented on
May 31, 2025 • 0 new comments -
proposal: x/website: remove cookie banners
#65102 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc: add note about how much memory the Go runtime retains to the GC guide
#65013 commented on
May 31, 2025 • 0 new comments -
x/website: gc-guide: document performance characteristics of weak pointer implementation
#71779 commented on
May 31, 2025 • 0 new comments -
x/website/_content: make security best practices more visible and easier to navigate on Go website
#67340 commented on
May 31, 2025 • 0 new comments -
x/website: addressing inaccessible links on CN site
#24457 commented on
May 31, 2025 • 0 new comments -
x/website: document how golang.org is deployed
#24655 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc/articles/wiki: "Writing Web Applications" example writes the reponse header twice
#27789 commented on
May 31, 2025 • 0 new comments -
x/website: unify playground.js location
#32007 commented on
May 31, 2025 • 0 new comments -
x/website: show current Go version next to download button on homepage
#33083 commented on
May 31, 2025 • 0 new comments -
x/website/internal/dl: document /dl/?mode=json API more prominently
#34864 commented on
May 31, 2025 • 0 new comments -
x/website/_content: consider reusing repo list from x/build/repos instead of maintaining own hard-coded copy
#36136 commented on
May 31, 2025 • 0 new comments -
proposal: x/website/internal/dl: add including unstable without archived releases (?mode=json&include=stable,unstable)
#40649 commented on
May 31, 2025 • 0 new comments -
x/website/internal/dl: serve .sha256 checksum files by redirecting to https://dl.google.com/go
#41894 commented on
May 31, 2025 • 0 new comments -
x/website: Translate "ref/spec" to other languages
#43545 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: option to show "exported" declarations of main packages
#5727 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: show embedded methods
#6127 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: show exported fields promoted from unexported anonymous fields
#6600 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: display type kind of each named type
#6647 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: support company-specific doc annotations
#8586 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: "const" declarations with type on right are not grouped with the type
#9195 commented on
May 31, 2025 • 0 new comments -
x/pkgsite: package-scope exported variables display full source code of function bodies
#40360 commented on
May 31, 2025 • 0 new comments -
x/vulndb, x/pkgsite, x/vuln: display vuln summaries in integrations
#61201 commented on
May 31, 2025 • 0 new comments -
x/pkgsite/cmd/pkgsite: TestServer failures
#65412 commented on
May 31, 2025 • 0 new comments -
proposal: x/pkgsite: package tours (additional documentation type for packages)
#69265 commented on
May 31, 2025 • 0 new comments -
x/pkgsite/internal/middleware: TestCache failures
#66548 commented on
May 31, 2025 • 0 new comments -
x/pkgsite/internal/middleware: TestEnforceQuota failures
#66928 commented on
May 31, 2025 • 0 new comments -
proposal: x/pkgsite, go/doc: un-name result parameters starting with an underscore in docs
#69867 commented on
May 31, 2025 • 0 new comments -
x/pkgsite,go/doc: examples can have trailing newlines inside the block
#72098 commented on
May 31, 2025 • 0 new comments -
x/website, x/pkgsite, x/build/cmd/relui, vscode-go, x/telemetry: vulnerability GHSA-3xgq-45jj-v275/CVE-2024-21538 in cross-spawn dependency version 7.0.3
#71118 commented on
May 31, 2025 • 0 new comments -
x/website/_content/blog: defer statements execute before/after the caller returns
#45889 commented on
May 31, 2025 • 0 new comments -
x/website/_content/blog: images should be readable in both light and dark themes
#55352 commented on
May 31, 2025 • 0 new comments -
x/crypto/acme: Bad error description if website reject authorization query
#32747 commented on
May 31, 2025 • 0 new comments -
x/website/tour: when build error occurs, had to manually kill program
#34340 commented on
May 31, 2025 • 0 new comments -
x/website: how to get listed in "In-person training"?
#37078 commented on
May 31, 2025 • 0 new comments -
x/website/cmd/golangorg: add Content Security Policy
#36892 commented on
May 31, 2025 • 0 new comments -
x/website/_content/doc: install page doesn't show darwin-arm64.pkg installer to Apple silicon users
#43815 commented on
May 31, 2025 • 0 new comments -
x/website: add Gerrit basic tutorial in contributing guidelines
#60397 commented on
May 31, 2025 • 0 new comments -
x/build/internal/task/releaselet: Windows installer Dialog{,Left}.jpg images contain old Go website URL
#57413 commented on
May 31, 2025 • 0 new comments -
x/website/internal/gitfs: TestGitHub failures
#59222 commented on
May 31, 2025 • 0 new comments -
x/tools/gopls: option to autocomplete function call without parentheses
#41813 commented on
May 31, 2025 • 0 new comments -
sync: Map: internal/sync.HashTrieMap: ran out of hash bits while inserting
#73427 commented on
May 31, 2025 • 0 new comments -
net/url: make URL parsing return an error on IPv6 literal without brackets
#31024 commented on
May 31, 2025 • 0 new comments -
cmd/link: include declared constants in DWARF
#14517 commented on
Jun 1, 2025 • 0 new comments -
cmd/compile: add string constants to DWARF
#67744 commented on
Jun 1, 2025 • 0 new comments -
proposal: encoding/json/v2: add support for user-defined format flags and option values
#71664 commented on
Jun 2, 2025 • 0 new comments -
runtime: CPU limit-aware GOMAXPROCS default
#73193 commented on
Jun 2, 2025 • 0 new comments -
proposal: cmd/go: allow versioned `go build` commands
#44469 commented on
Jun 2, 2025 • 0 new comments -
all: document the default doc assumptions around concurrency, zero values, interfaces and return values
#30632 commented on
Jun 3, 2025 • 0 new comments -
cmd/go: go build is very slow on windows without -p=1 parameter
#71981 commented on
Jun 3, 2025 • 0 new comments -
net: LookupCNAME inconsistency on unix systems
#59943 commented on
Jun 3, 2025 • 0 new comments -
proposal: crypto/ecdh: add compressed points functions
#71807 commented on
Jun 3, 2025 • 0 new comments -
x/tools/gopls: expose an off-by-default MCP server from gopls
#73580 commented on
Jun 3, 2025 • 0 new comments -
proposal: cmd/fix: remove all functionality
#73605 commented on
Jun 3, 2025 • 0 new comments -
x/telemetry/cmd/stacks: TestReadPCLineTable/gopls failures
#71805 commented on
Jun 3, 2025 • 0 new comments -
x/tools/telemetry/cmd/stacks: incorrect line number in codesearch link
#71660 commented on
Jun 3, 2025 • 0 new comments -
x/tools/telemetry/cmd/stacks: record current pattern in each new issue note
#71643 commented on
Jun 3, 2025 • 0 new comments -
x/telemetry: consolidate cmd/stacks with watchflakes
#69973 commented on
Jun 3, 2025 • 0 new comments -
proposal: cmd/fix: apply fixes from modernizers and gofix analyzers
#71859 commented on
Jun 3, 2025 • 0 new comments -
proposal: x/net/http2: allow configuring the buffer allocator to avoid copies during reads
#73560 commented on
Jun 3, 2025 • 0 new comments -
encoding/json: better error message for invalid use of ,string struct tag, trying to unmarshal unquoted value into bool
#64831 commented on
Jun 3, 2025 • 0 new comments -
x/tools/gopls: make eglot+gopls awesome
#67529 commented on
Jun 3, 2025 • 0 new comments -
proposal: x/crypto/x509roots/fallback: export certificate bundle
#69898 commented on
Jun 3, 2025 • 0 new comments -
proposal: sync/v2: new package
#71076 commented on
Jun 3, 2025 • 0 new comments -
net/http: add GODEBUG=http1debug
#18733 commented on
Jun 4, 2025 • 0 new comments -
x/pkgsite: automate trivial package removal requests
#70714 commented on
Jun 4, 2025 • 0 new comments -
proposal: cmd/gofmt: permit single line case and statement
#66433 commented on
Jun 4, 2025 • 0 new comments -
net: resolver error messages indicate wrong dns server when using custom resolver
#43703 commented on
Jun 4, 2025 • 0 new comments -
cmd/compile, x/build/cmd/relui: update compiler's PGO profile as part of rc1 relui flow
#60234 commented on
Jun 4, 2025 • 0 new comments -
proposal: x/crypto/acme: support for acme profiles
#73101 commented on
Jun 4, 2025 • 0 new comments -
cmd/go: test failures due to network
#55164 commented on
Jun 4, 2025 • 0 new comments -
x/tools/internal/jsonrpc2: TestIdleTimeout failures
#55179 commented on
Jun 4, 2025 • 0 new comments -
runtime: flaky failures on NetBSD since CL 526118
#62524 commented on
Jun 4, 2025 • 0 new comments -
cmd/go: TestScript/mod_get_direct failures
#68662 commented on
Jun 4, 2025 • 0 new comments -
cmd/go/internal/modload: TestQueryImport/golang.org_x_text failures
#68955 commented on
Jun 4, 2025 • 0 new comments -
cmd/link: TestScript/randlayout_option failures
#71843 commented on
Jun 4, 2025 • 0 new comments -
runtime:cpu2: TestAbortInCgo failures
#73487 commented on
Jun 4, 2025 • 0 new comments -
x/tools/gopls: support global "go to implementation" queries on function types [local is done]
#56572 commented on
Jun 4, 2025 • 0 new comments -
runtime: TestMemoryLimit failures on Darwin
#73136 commented on
Jun 4, 2025 • 0 new comments -
x/build: time out on LUCI Linux/PPC64x builder
#65171 commented on
Jun 4, 2025 • 0 new comments -
syscall: second return value of syscall.Syscall needs to be documented
#29842 commented on
Jun 4, 2025 • 0 new comments -
spec: language change review meeting minutes
#33892 commented on
Jun 4, 2025 • 0 new comments -
cmd/go: go tool rejects #cgo LDFLAGS: -Wl,-rpath,@executable_path/../Frameworks
#40559 commented on
Jun 4, 2025 • 0 new comments -
x/build/cmd/watchflakes: periodically restarts
#70743 commented on
Jun 4, 2025 • 0 new comments -
x/build/cmd/gitmirror: lock conversations on GitHub commits
#25450 commented on
Jun 5, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue46234.go failures
#67558 commented on
Jun 5, 2025 • 0 new comments -
all: test failures with `EBADF` from fork/exec on NetBSD
#63444 commented on
Jun 5, 2025 • 0 new comments -
encoding/xml: foo>bar,attr - foo ignored
#3688 commented on
Jun 5, 2025 • 0 new comments -
mime: incorrect mime-type for .mjs files on windows (text/plain instead of application/javascript)
#68591 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: initial semantic token request slow
#47465 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: should suppress diagnostics when GOMODCACHE is under the repo root
#51947 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: normalize feature sets of unimported completions and organize imports
#36077 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: do not suggest names from unimportable internal packages
#44890 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: automatic imports sometimes pick non-optimal modules
#60663 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: extract(refactor) fails on anonymous structs
#61496 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: "no object found" when renaming a function from within its doc comment
#42301 commented on
Jun 5, 2025 • 0 new comments -
cmd/compile: internal compiler error: unexpected types2.Invalid
#72887 commented on
Jun 5, 2025 • 0 new comments -
go/types, cmd/compile: "invalid type loop" depending on declaration order
#51244 commented on
Jun 5, 2025 • 0 new comments -
cmd/cgo/internal/test: TestCallbackCallersSEH failures
#65116 commented on
Jun 5, 2025 • 0 new comments -
crypto/ecdsa: GenerateKey infinite loop/reader EOF with all zero reader
#58454 commented on
Jun 5, 2025 • 0 new comments -
net/http: add support for SETTINGS_ENABLE_CONNECT_PROTOCOL
#53208 commented on
Jun 6, 2025 • 0 new comments -
crypto/x509: ParseRevocationList accepts DN with all empty values
#73021 commented on
Jun 6, 2025 • 0 new comments -
proposal: testing: allow examples the use of testing.T/B/F for test framework examples
#64993 commented on
Jun 6, 2025 • 0 new comments -
all: update standard-library dependencies at the start and end of each development cycle
#36905 commented on
Jun 6, 2025 • 0 new comments -
runtime/pprof: TestEmptyCallStack failures
#68684 commented on
Jun 6, 2025 • 0 new comments -
testing: annotate output text type
#62728 commented on
Jun 6, 2025 • 0 new comments -
context: TestCauseRace failures
#73390 commented on
Jun 6, 2025 • 0 new comments -
proposal: os/exec,syscall: support running process on ConPty on Windows
#62708 commented on
Jun 6, 2025 • 0 new comments -
runtime: TestPingPongHog failures
#65293 commented on
Jun 7, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
Jun 7, 2025 • 0 new comments -
proposal: crypto/x509: allow user override of the system roots on all platforms
#71924 commented on
Jun 7, 2025 • 0 new comments -
log/slog: JSONHandler should deduplicate keys
#59365 commented on
Jun 7, 2025 • 0 new comments -
x/net: invalid address when reading socket error queue with SO_TIMESTAMPING
#47926 commented on
Jun 7, 2025 • 0 new comments -
proposal: reflect: add generic type arg info to reflect.Type
#54393 commented on
Jun 8, 2025 • 0 new comments -
encoding/xml: fix name spaces
#13400 commented on
Jun 8, 2025 • 0 new comments -
encoding/xml: Serializing XML with namespace prefix
#11496 commented on
Jun 8, 2025 • 0 new comments -
encoding/xml: proposed fixes for namespaces
#14407 commented on
Jun 9, 2025 • 0 new comments -
proposal: encoding/xml: allow caller to specify preferred namespace prefix
#48821 commented on
Jun 9, 2025 • 0 new comments -
encoding/xml: brittle support for matching a namespace by identifier or url
#12624 commented on
Jun 9, 2025 • 0 new comments -
runtime: make `injectglist` starting spinning m
#69621 commented on
Jun 9, 2025 • 0 new comments -
proposal: all: add bare metal support
#73608 commented on
Jun 9, 2025 • 0 new comments -
runtime/cgo: naming a DLL exported function as "CloseHandle" causes all DLL exported functions to deadlock
#73083 commented on
Jun 9, 2025 • 0 new comments -
compress/zstd: add new package
#62513 commented on
Jun 9, 2025 • 0 new comments -
x/tools/gopls: Rename: missing type for selector in satisfy.(*Finder).expr
#71657 commented on
Jun 9, 2025 • 0 new comments -
crypto: post-quantum support roadmap
#64537 commented on
Jun 9, 2025 • 0 new comments -
x/tools/gopls: References does not find all references in the workspace
#73781 commented on
Jun 9, 2025 • 0 new comments -
x/tools/gopls: adding gopls as a tool dependency leads to build failures
#73279 commented on
Jun 9, 2025 • 0 new comments -
fmt: Shouldn't %q (and %s) treat nil as a valid value?
#39886 commented on
Jun 9, 2025 • 0 new comments -
x/build/cmd/relui: add best-effort updating of tagx:ignore'd dependencies
#73264 commented on
Jun 9, 2025 • 0 new comments -
proposal: crypto: ignore rand io.Reader where behavior is not specified
#70942 commented on
Jun 9, 2025 • 0 new comments -
x/net/dns/dnsmessage: add support for SVCB and HTTPS records
#43790 commented on
Jun 9, 2025 • 0 new comments -
proposal: time: make UnmarshalText, UnmarshalJSON enforce strict RFC 3339 semantics
#57912 commented on
Jun 9, 2025 • 0 new comments -
proposal: review meeting minutes
#33502 commented on
Jun 9, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_deadline failures
#72088 commented on
Jun 9, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_fuzztime failures
#72104 commented on
Jun 9, 2025 • 0 new comments -
internal/trace: broken traces produced by tests
#70838 commented on
Jun 9, 2025 • 0 new comments -
internal/trace: corruption in tests
#68878 commented on
Jun 9, 2025 • 0 new comments -
internal/trace: stress tests timing out
#72740 commented on
Jun 9, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration/workspace: TestCreateModule_Interdependent/default failures
#73651 commented on
Jun 10, 2025 • 0 new comments -
encoding/xml: support for XML namespace prefixes
#9519 commented on
Jun 10, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4as16-perf_vs_release
#70895 commented on
Jun 10, 2025 • 0 new comments -
x/pkgsite: generate static docs
#2381 commented on
Jun 10, 2025 • 0 new comments -
proposal: sync: SlicePool for variable-sized slices
#73620 commented on
Jun 10, 2025 • 0 new comments -
runtime/race: TestRace failures in RaceWaitGroupWrongAdd
#64038 commented on
Jun 10, 2025 • 0 new comments -
proposal: runtime/mainthread: add mainthread.Do for mediating access to the main thread
#70089 commented on
Jun 10, 2025 • 0 new comments -
internal/ascii: new internal package consolidating common functions
#68736 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls: "package name is %q, want %q" bug in typeCheckBatch.importPackage
#64235 commented on
Jun 10, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/100µs failures
#72965 commented on
Jun 10, 2025 • 0 new comments -
proposal: hash: standardize the hash function
#70471 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: line directives not recorded properly in unified export data
#71080 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls: "unexpected file: %q" bug.Report in bestView
#67288 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls: support Go assembly files
#71754 commented on
Jun 10, 2025 • 0 new comments -
runtime: tracer seems to stop the world or enter scheduler while holding locks when traceallocfree is enabled
#70310 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls: `go clean` fails with ENOTEMPTY (openbsd) causing gopls test flakes
#68087 commented on
Jun 10, 2025 • 0 new comments -
x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner/Minimization2 failures
#71205 commented on
Jun 10, 2025 • 0 new comments -
Go compiler and runtime meeting notes
#43930 commented on
Jun 10, 2025 • 0 new comments -
proposal: errors: As with type parameters
#51945 commented on
Jun 10, 2025 • 0 new comments -
go/types: add Var.Kind method and enum
#70250 commented on
Jun 10, 2025 • 0 new comments -
x/tools/gopls: support renaming an embedded field at its declaration
#45199 commented on
Jun 10, 2025 • 0 new comments -
proposal: crypto/tls: implement RFC5929 tls-server-end-point support
#65047 commented on
Jun 10, 2025 • 0 new comments -
proposal: os: add (*Process).WithHandle
#70352 commented on
Jun 10, 2025 • 0 new comments -
x/tools/go/{packages/packagestest,expect}: deprecate, tag, and delete
#70229 commented on
Jun 10, 2025 • 0 new comments -
x/pkgsite: no docs for GOEXPERIMENT packages
#71488 commented on
Jun 10, 2025 • 0 new comments -
x/build: `darwin-amd64` LUCI builders are sometimes too slow
#65040 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: poor spill decisions making code 14% slower
#71868 commented on
Jun 10, 2025 • 0 new comments -
proposal: spec: short function literals
#21498 commented on
Jun 10, 2025 • 0 new comments -
go/types,cmd/compile/internal/types2: shared type expressions are evaluated once per variable
#46208 commented on
Jun 10, 2025 • 0 new comments -
go/types, types2: consolidate error message formats
#49123 commented on
Jun 10, 2025 • 0 new comments -
go/types, types2: add mechanism to report "last good" source file position in case of a panic
#51603 commented on
Jun 10, 2025 • 0 new comments -
reflect: verify/ensure that reflect supports the same string/[]byte/[]rune conversions as the spec/implementation
#53523 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: declaration order of types affects cycle detection
#68025 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: "panic: unification reached recursion depth limit" with recursive type constraint
#67627 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: exponential behavior for deeply nested structs
#65540 commented on
Jun 10, 2025 • 0 new comments -
cmd/api: API checker doesn't seem to handle Alias uses correctly
#65437 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: unhelpful error message with recursive constraint
#61685 commented on
Jun 10, 2025 • 0 new comments -
go/types: Implements is an allocation hotspot
#61162 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile/internal/types2: enable unsorted processing of package objects
#67347 commented on
Jun 10, 2025 • 0 new comments -
math/big: update to math/rand/v2
#70790 commented on
Jun 10, 2025 • 0 new comments -
spec: for-range iterator yield function requires bool result - consider generalizing to any boolean type
#71164 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: type parameter involving constraint with channels seems like it should be inferrable
#69153 commented on
Jun 10, 2025 • 0 new comments -
cmd/compile: bug in cmd/compile/internal/noder.(*reader).typeParamNames
#71024 commented on
Jun 10, 2025 • 0 new comments -
go/types: specious "invalid recursive type" error?
#60130 commented on
Jun 10, 2025 • 0 new comments -
x/build: timeout on LUCI openbsd-amd64 builder
#65311 commented on
Jun 10, 2025 • 0 new comments -
cmd/internal/testdir: Test/rangegen.go failures
#67556 commented on
Jun 10, 2025 • 0 new comments -
net: TestCloseRead failures
#69297 commented on
Jun 11, 2025 • 0 new comments -
crypto/x509: ParseRevocationList accepts authorityCertSerialNumber set to 0
#73293 commented on
Jun 11, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/1ms failures
#71181 commented on
Jun 11, 2025 • 0 new comments -
doc: write release notes for Go 1.25
#71661 commented on
Jun 11, 2025 • 0 new comments -
iter: document general guidance for writing iterator APIs
#71901 commented on
Jun 11, 2025 • 0 new comments -
all: test failures on `linux/s390x`
#58901 commented on
Jun 11, 2025 • 0 new comments -
runtime: linux/s390x test timeout
#60413 commented on
Jun 11, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4ah72-perf_vs_release
#70308 commented on
Jun 11, 2025 • 0 new comments -
encoding/xml: cannot marshal self-closing tag
#21399 commented on
Jun 11, 2025 • 0 new comments -
proposal: encoding/xml: Add EmptyElement token type to support self-closing elements.
#69273 commented on
Jun 11, 2025 • 0 new comments -
build: build failure on gotip-linux-amd64_c3h88-perf_vs_release
#72038 commented on
Jun 11, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue68525.go failures
#70439 commented on
Jun 11, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Jun 11, 2025 • 0 new comments -
encoding/xml: support xmlns prefixes
#48641 commented on
Jun 9, 2025 • 0 new comments -
database/sql: allow drivers to override Scan behavior
#67648 commented on
May 31, 2025 • 0 new comments -
encoding/xml: treat a namespaced name as two names, not one
#69196 commented on
May 25, 2025 • 0 new comments -
encoding/xml: normalize \t, \r and \n to space in attributes
#69198 commented on
May 25, 2025 • 0 new comments -
encoding/xml: Require whitespace between attributes
#69199 commented on
May 25, 2025 • 0 new comments -
encoding/xml: require whitespace before processing instruction value
#69200 commented on
May 25, 2025 • 0 new comments -
encoding/xml: reject processing instructions with reserved names
#69201 commented on
May 25, 2025 • 0 new comments -
crypto/internal/boring: Use alias.InexactOverlap
#69439 commented on
May 25, 2025 • 0 new comments -
go/printer: do not set impliedSemi to false in print, while writing newlines
#70983 commented on
May 29, 2025 • 0 new comments -
cmd/compile/internal/devirtualize: improve concrete type analysis
#71935 commented on
May 20, 2025 • 0 new comments -
cmd/go/internal/modload: don't infer a /v1 suffix module path
#73146 commented on
May 14, 2025 • 0 new comments