aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-05[release-branch.go1.26] go1.26.1go1.26.1Gopher Robot
2026-03-05[release-branch.go1.26] crypto/x509: fix name constraint checking panicRoland Shoemaker
2026-03-05[release-branch.go1.26] crypto/x509: fix full email constraint matchingRoland Shoemaker
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-03-05[release-branch.go1.26] net/url: reject IPv6 literal not at start of hostIan Alexander
2026-03-04[release-branch.go1.26] cmd/go: revert update default go directive in mod or ...Michael Matloob
2026-03-02[release-branch.go1.26] cmd: re-vendor x/tools for Go 1.26.1Cherry Mui
2026-02-27[release-branch.go1.26] os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-26[release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i...Keith Randall
2026-02-26[release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if...Keith Randall
2026-02-25[release-branch.go1.26] net/smtp: prevent test failures due to expired test c...Nicholas S. Husin
2026-02-25[release-branch.go1.26] cmd/go: fix pkg-config flag sanitizationRoland Shoemaker
2026-02-25[release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bi...Youlin Feng
2026-02-25[release-branch.go1.26] go/analysis/passes/modernize: add vendored codeMark Freeman
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