aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-25[release-branch.go1.26] cmd/compile: fix mis-compilation for static array ini...Cuong Manh Le
2026-02-25[release-branch.go1.26] cmd/compile: don't drop same register twicekhr@golang.org
2026-02-25[release-branch.go1.26] reflect: use &zeroVal[0] instead of nil for data fiel...Keith Randall
2026-02-25[release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-...Rongrong
2026-02-20[release-branch.go1.26] internal/syscall/windows: correct some enums and sysc...Michal Pristas
2026-02-18[release-branch.go1.26] cmd/link: don't pass -Wl,-S on illumosPeter Tribble
2026-02-18[release-branch.go1.26] os: support deleting inaccessible files in RemoveAllMichal Pristas
2026-02-10[release-branch.go1.26] go1.26.0go1.26.0Gopher Robot
2026-02-09[release-branch.go1.26] runtime/pprof: fix missing Profile docsAustin Clements
2026-02-06[release-branch.go1.26] simd/archsimd: correct algorithm name in SHA256 ops d...Tom Thorogood
2026-02-06[release-branch.go1.26] crypto/tls: avoid data race when canceling a QUICConn...Damien Neil
2026-02-06[release-branch.go1.26] log/slog: correct method names in MultiHandler docsRhys Hiltner
2026-02-04[release-branch.go1.26] go1.26rc3go1.26rc3Gopher Robot
2026-02-03[release-branch.go1.26] crypto/tls: document resumption behavior across ConfigsFilippo Valsorda
2026-02-03[release-branch.go1.26] crypto/tls: revalidate whole chain on resumption on W...Filippo Valsorda
2026-02-03[release-branch.go1.26] internal/poll: readWriteUnlock should destroy fd when...qmuntal
2026-01-30[release-branch.go1.26] cmd/compile/internal/bloop: avoid extraneous heap all...thepudds
2026-01-29[release-branch.go1.26] simd/archsimd: add missing cpufeature to generated ma...David Chase
2026-01-28[release-branch.go1.26] crypto/tls: check verifiedChains roots when resuming ...Roland Shoemaker
2026-01-28[release-branch.go1.26] crypto/tls: add verifiedChains expiration checking du...Roland Shoemaker
2026-01-28[release-branch.go1.26] Revert "crypto/tls: don't copy auto-rotated session t...Roland Shoemaker
2026-01-28[release-branch.go1.26] cmd/compile, simd: capture VAES instructions and fix ...Junyang Shao
2026-01-23[release-branch.go1.26] internal/buildcfg: disable sizespecializedmalloc by d...Michael Anthony Knyszek
2026-01-21[release-branch.go1.26] all: merge master (2baa1d1) into release-branch.go1.26Carlos Amedee
2026-01-21runtime: remove the unused scanIdx from mspanYoulin Feng
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-20strconv: don't call internal Atoi twice in AtoiDaniel Müllner
2026-01-16doc: fix urlmaxqueryparams typosMichael Pratt
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-15archive/zip: reduce CPU usage in index constructionDamien Neil
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-15cmd/go/internal/work: sanitize flags before invoking 'pkg-config'Neal Patel
2026-01-15cmd/go: update VCS commands to use safer flag/argument syntaxRoland Shoemaker
2026-01-15crypto/tls: don't copy auto-rotated session ticket keys in Config.CloneRoland Shoemaker
2026-01-15[release-branch.go1.26] go1.26rc2go1.26rc2Gopher Robot
2026-01-15[release-branch.go1.26] archive/zip: reduce CPU usage in index constructionDamien Neil
2026-01-15[release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2026-01-15[release-branch.go1.26] cmd/go/internal/work: sanitize flags before invoking ...Neal Patel
2026-01-15[release-branch.go1.26] cmd/go: update VCS commands to use safer flag/argumen...Roland Shoemaker
2026-01-15[release-branch.go1.26] crypto/tls: don't copy auto-rotated session ticket ke...Roland Shoemaker
2026-01-15sort: improve comment readability for Stable functionPrateik Lohani
2026-01-14crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional testsFilippo Valsorda
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-13simd/archsimd/_gen/simdgen: feature implicationsAustin Clements
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-13all: fix misspellings in commentscuishuang
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2026-01-12os/exec_test: fix test on Plan 9Ori Bernstein
2026-01-12net: fix socket duplication error handling on Windowsqmuntal
2026-01-12net: don't ignore getsockname errors in newFileFDqmuntal