-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 4 Open pull requests
- 83 Closed issues
- 62 New issues
Could not load contribution data
Please try again later
4 Pull requests opened by 4 people
-
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
83 Issues closed by 20 people
-
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 -
runtime: RSS regression in gopher-lua benchmark likely at https://go.dev/cl/658036
#73931 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
62 Issues opened by 30 people
-
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/test/marker: Test/rename/issue57479.txt failures
#74010 opened
Jun 5, 2025 -
testing/synctest: panic when calling WaitGroup.Add on a package-scope WaitGroup
#74005 opened
Jun 4, 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: database/sql: add Raw method to Tx type
#73997 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/internal/test/marker: Test/rename/testy.txt failures
#73995 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/random.txt failures
#73994 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/quickfix/undeclared/undeclared_variable.txt failures
#73993 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/highlight/issue60435.txt failures
#73992 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/recv.txt failures
#73991 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/addtest.txt failures
#73990 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue66923.txt failures
#73989 opened
Jun 4, 2025 -
x/tools/gopls/internal/util/safetoken: TestGoplsSourceDoesNotCallTokenFileMethods failures
#73988 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/integration/misc: TestPrepareRenameMainPackage/default failures
#73986 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/issue64451.txt failures
#73985 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/moveparam_issue70599.txt failures
#73984 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/rename/issue61813.txt failures
#73983 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/integration/web: TestFlightRecorder/default failures
#73982 opened
Jun 4, 2025 -
x/tools/gopls/internal/test/marker: Test/codeaction/removeparam_imports.txt failures
#73981 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 -
x/tools/gopls/internal/test/marker: Test/callhierarchy/callhierarchy.txt failures
#73978 opened
Jun 4, 2025 -
runtime: TestSynctest failures
#73977 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 -
x/tools/gopls/internal/telemetry/cmd/stacks: TestUpdateIssues/open_issue failures
#73974 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 -
cmd/compile: inlined function missing func info causes linker panic
#73947 opened
Jun 2, 2025 -
x/text/unicode/norm: Iter.Next empty slice and infinite loop on invalid UTF-8
#73945 opened
Jun 2, 2025 -
log/slog: TextHandler, JSONHandler: incorrect docs
#73943 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
180 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
cmd/go: build the cgo artifacts for each package in parallel
#9887 commented on
May 31, 2025 • 0 new comments -
x/crypto/x509roots/fallback: high, unskippable, init cost
#73691 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 -
cmd/doc: fix some user experience issues with pkgsite instance started [freeze exception]
#73848 commented on
May 31, 2025 • 0 new comments -
x/pkgsite/cmd/pkgsite: search not working in `-cache` mode
#73877 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/website/_content/blog: images and embedded YouTube content in pkgsite-redesign.article renders poorly on mobile
#42493 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 -
runtime/cgo: naming a DLL exported function as "CloseHandle" causes all DLL exported functions to deadlock
#73083 commented on
Jun 2, 2025 • 0 new comments -
crypto/x509: ParseCertificate allows unsorted `SET` values in RDNs
#73743 commented on
Jun 2, 2025 • 0 new comments -
x/tools/gopls: Completion: add description to suggested function literals
#73874 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 -
proposal: bytes: add Buffer.Peek
#73794 commented on
Jun 3, 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: runtime/mainthread: add mainthread.Do for mediating access to the main thread
#70089 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: "package name is %q, want %q" bug in typeCheckBatch.importPackage
#64235 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 -
Go compiler and runtime meeting notes
#43930 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 -
x/tools/gopls: Extension is having trouble with one package in a big project (the rest of the packages are fine)
#73933 commented on
Jun 3, 2025 • 0 new comments -
cmd/go/internal/base: Lookup checks itself, not subcommads
#73864 commented on
Jun 4, 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 -
api: audit for Go 1.25
#73918 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 -
x/build: timeout on LUCI openbsd-amd64 builder
#65311 commented on
Jun 4, 2025 • 0 new comments -
cmd/internal/testdir: Test/rangegen.go failures
#67556 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 -
cmd/go: TestScript/test_fuzz_fuzztime failures
#72104 commented on
Jun 4, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 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 -
cmd/compile: inconsistency with whether wrapper shows in traceback in race mode when method is tail call optimized
#73915 commented on
Jun 4, 2025 • 0 new comments -
cmd/compile: incorrect recover behavior due to defer wrapper
#73916 commented on
Jun 4, 2025 • 0 new comments -
cmd/compile: incorrect recover behavior due to defer a method wrapper
#73917 commented on
Jun 4, 2025 • 0 new comments -
cmd/compile: yet another incorrect recover behavior due to defer a method wrapper
#73920 commented on
Jun 4, 2025 • 0 new comments -
proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT
#73787 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 -
log/slog: JSONHandler should deduplicate keys
#59365 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 -
proposal: hash: standardize the hash function
#70471 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 -
all: flaky failures on netbsd/arm
#73820 commented on
Jun 5, 2025 • 0 new comments -
x/playground: cannot scroll to end of code
#63237 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/imports: Command fails in sandbox when "go" is not on PATH
#73734 commented on
Jun 5, 2025 • 0 new comments -
x/build/cmd/relui: add best-effort updating of tagx:ignore'd dependencies
#73264 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 -
go/token: add (*FileSet).AddExistingFiles method to add files out of order
#73205 commented on
Jun 5, 2025 • 0 new comments -
x/tools/gopls: support renaming an embedded field at its declaration
#45199 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 -
x/build: `darwin-amd64` LUCI builders are sometimes too slow
#65040 commented on
Jun 5, 2025 • 0 new comments -
runtime: bad frame pointer during panic during duffcopy [1.23 backport]
#73907 commented on
Jun 5, 2025 • 0 new comments -
runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not [1.24 backport]
#73800 commented on
Jun 5, 2025 • 0 new comments -
runtime: bad frame pointer during panic during duffcopy [1.24 backport]
#73908 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 -
os: new test TestRootRemoveDot fails on plan9
#73863 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 -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
Jun 6, 2025 • 0 new comments -
doc: write release notes for Go 1.25
#71661 commented on
Jun 6, 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: all: add bare metal support
#73608 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 -
proposal: spec: short function literals
#21498 commented on
Jun 6, 2025 • 0 new comments -
x/benchmarks: cockroachdb failing after CL 564197 (runtime: only poll network from one P at a time in findRunnable)
#73474 commented on
Jun 6, 2025 • 0 new comments -
cmd/compile: regression on ppc64le bit operations
#73153 commented on
Jun 6, 2025 • 0 new comments -
runtime: linux/s390x test timeout
#60413 commented on
Jun 6, 2025 • 0 new comments -
all: test failures on `linux/s390x`
#58901 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 -
database/sql: allow drivers to override Scan behavior
#67648 commented on
May 31, 2025 • 0 new comments -
text/template: use sync.OnceValue for builtinFuncs
#73689 commented on
Jun 4, 2025 • 0 new comments -
cmd/go: fix coverage overlay
#73824 commented on
Jun 5, 2025 • 0 new comments -
slices: tolerate Chunk([]string{}, 0) without raising panic for n<1
#73880 commented on
Jun 6, 2025 • 0 new comments -
net/http: call requestTooLarge on unwrapped ResponseWriter in MaxBytesReader
#73893 commented on
May 31, 2025 • 0 new comments