aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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
2026-01-12net: don't ignore errors in TestUnixUnlinkqmuntal
2026-01-12crypto: use testenv.Executable(t) instead of os.Args[0] in testsFilippo Valsorda
2026-01-09cmd/dist: fix goroot typo in panic messagejjpinto
2026-01-09path/filepath: Match: improve doc commentAlan Donovan
2026-01-09crypto/rsa: log key on test failureFilippo Valsorda
2026-01-09cmd/go: only use check cache action's dependencies to build vet configMichael Matloob
2026-01-08runtime/trace: fix documentation commentjjpinto
2026-01-08cmd/go: remove user-content from doc strings in cgo ASTs.Neal Patel
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-08internal/types: add test for cycles in value contextMark Freeman
2026-01-07cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -cMichael Matloob
2026-01-07cmd/go/internal/work: decrement concurrentProcesses when action finishesMichael Matloob
2026-01-07internal/trace: fix recorder.Write return value for header-only buffersjjpinto
2026-01-07all: update vendored x/toolsDmitri Shuralyov
2026-01-06os/exec: avoid atomic.Bool for Cmd.startCalledAlan Donovan
2026-01-05simd/archsimd: use V(P)MOVMSK for mask ToBits if possibleCherry Mui
2026-01-02cmd/go/testdata/vcstest/git: use git commands that work on older git versionsJoel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2026-01-02simd/archsimd: add tests for IsNaNCherry Mui
2026-01-02simd/archsimd: make IsNaN unaryCherry Mui
2026-01-02simd/archsimd: correct documentation of Mask typesCherry Mui