index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2026-02-03
[release-branch.go1.26] crypto/tls: document resumption behavior across Configs
Filippo 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
runtime: remove the unused scanIdx from mspan
Youlin Feng
2026-01-20
cmd/compile/internal/staticinit: fix bug in global new(expr)
Alan Donovan
2026-01-20
strconv: don't call internal Atoi twice in Atoi
Daniel Müllner
2026-01-15
go/types,cmd/compile/internal/types2: better diagnostic for type shadowing
Alan Donovan
2026-01-15
archive/zip: reduce CPU usage in index construction
Damien Neil
2026-01-15
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
Damien Neil
2026-01-15
cmd/go/internal/work: sanitize flags before invoking 'pkg-config'
Neal Patel
2026-01-15
cmd/go: update VCS commands to use safer flag/argument syntax
Roland Shoemaker
2026-01-15
crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone
Roland Shoemaker
2026-01-15
sort: improve comment readability for Stable function
Prateik Lohani
2026-01-14
crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional tests
Filippo Valsorda
2026-01-13
simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512
Austin Clements
2026-01-13
simd/archsimd/_gen/simdgen: feature implications
Austin Clements
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-13
all: fix misspellings in comments
cuishuang
2026-01-12
os/exec: move platform-specific LookPath docs to a common comment
Damien Neil
2026-01-12
os/exec_test: fix test on Plan 9
Ori Bernstein
2026-01-12
net: fix socket duplication error handling on Windows
qmuntal
2026-01-12
net: don't ignore getsockname errors in newFileFD
qmuntal
2026-01-12
net: don't ignore errors in TestUnixUnlink
qmuntal
2026-01-12
crypto: use testenv.Executable(t) instead of os.Args[0] in tests
Filippo Valsorda
2026-01-09
cmd/dist: fix goroot typo in panic message
jjpinto
2026-01-09
path/filepath: Match: improve doc comment
Alan Donovan
2026-01-09
crypto/rsa: log key on test failure
Filippo Valsorda
2026-01-09
cmd/go: only use check cache action's dependencies to build vet config
Michael Matloob
2026-01-08
runtime/trace: fix documentation comment
jjpinto
2026-01-08
cmd/go: remove user-content from doc strings in cgo ASTs.
Neal Patel
2026-01-08
simd/archsimd: rename Broadcast methods
Cherry Mui
2026-01-08
internal/types: add test for cycles in value context
Mark Freeman
2026-01-07
cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c
Michael Matloob
2026-01-07
cmd/go/internal/work: decrement concurrentProcesses when action finishes
Michael Matloob
2026-01-07
internal/trace: fix recorder.Write return value for header-only buffers
jjpinto
2026-01-07
all: update vendored x/tools
Dmitri Shuralyov
2026-01-06
os/exec: avoid atomic.Bool for Cmd.startCalled
Alan Donovan
2026-01-05
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
Cherry Mui
2026-01-02
cmd/go/testdata/vcstest/git: use git commands that work on older git versions
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2026-01-02
simd/archsimd: add tests for IsNaN
Cherry Mui
2026-01-02
simd/archsimd: make IsNaN unary
Cherry Mui
2026-01-02
simd/archsimd: correct documentation of Mask types
Cherry Mui
[next]