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
8 days
[release-branch.go1.25] cmd/go: disallow cgo trust boundary bypass
Neal Patel
8 days
[release-branch.go1.25] crypto/tls: prevent deadlock when client sends multip...
Roland Shoemaker
8 days
[release-branch.go1.25] archive/tar: limit the number of old GNU sparse forma...
Damien Neil
8 days
[release-branch.go1.25] cmd/compile: fix loopbce overflow check logic
Junyang Shao
8 days
[release-branch.go1.25] cmd/compile: fix mem access overlap detection
Junyang Shao
8 days
[release-branch.go1.25] html/template: properly track JS template literal bra...
Roland Shoemaker
8 days
[release-branch.go1.25] internal/syscall/unix: properly support AT_SYMLINK_NO...
Damien Neil
2026-03-26
[release-branch.go1.25] crypto/x509: fix signature checking limit
Roland Shoemaker
2026-03-26
[release-branch.go1.25] crypto/x509: hoist policy pruning out of loop
Roland Shoemaker
2026-03-26
[release-branch.go1.25] runtime/race: apply LLVM zero-initialization fix
Michael Pratt
2026-03-26
[release-branch.go1.25] cmd/go: tests: rename git-min-vers->git-sha256
David Finkel
2026-03-26
[release-branch.go1.25] cmd/go: skip git sha256 tests if git < 2.29
David Finkel
2026-03-20
[release-branch.go1.25] cmd/go/internal/cache: update trim timestamp before t...
Michael Matloob
2026-03-20
[release-branch.go1.25] crypto/x509: fix wildcard domain exclusions.
Rudolf Polzer
2026-03-19
[release-branch.go1.25] cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-11
[release-branch.go1.25] cmd/internal/testdir: pass -buildid to link command
Cherry Mui
2026-03-11
[release-branch.go1.25] cmd/internal/testdir: unify link command
Cherry Mui
2026-03-11
[release-branch.go1.25] cmd/cgo/internal/test: use (syntactic) constant for C...
Cherry Mui
2026-03-05
[release-branch.go1.25] html/template: properly escape URLs in meta content a...
Roland Shoemaker
2026-03-05
[release-branch.go1.25] net/url: reject IPv6 literal not at start of host
Ian Alexander
2026-02-27
[release-branch.go1.25] os: avoid escape from Root via ReadDir or Readdir
Damien Neil
2026-02-26
[release-branch.go1.25] internal/syscall/windows: correct some enums and sysc...
Michal Pristas
2026-02-26
[release-branch.go1.25] os: support deleting inaccessible files in RemoveAll
Michal Pristas
2026-02-25
[release-branch.go1.25] all: update x/sys
Mark Freeman
2026-02-25
[release-branch.go1.25] runtime: don't negate eventfd errno
Michael Pratt
2026-02-25
[release-branch.go1.25] net/smtp: prevent test failures due to expired test c...
Nicholas S. Husin
2026-02-25
[release-branch.go1.25] cmd/go: fix pkg-config flag sanitization
Roland Shoemaker
2026-02-25
[release-branch.go1.25] cmd/compile: fix mis-compilation for static array ini...
Cuong Manh Le
2026-02-03
[release-branch.go1.25] crypto/tls: document resumption behavior across Configs
Filippo Valsorda
2026-02-03
[release-branch.go1.25] crypto/tls: revalidate whole chain on resumption on W...
Filippo Valsorda
2026-01-28
[release-branch.go1.25] crypto/tls: check verifiedChains roots when resuming ...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] crypto/tls: add verifiedChains expiration checking du...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] Revert "crypto/tls: don't copy auto-rotated session t...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] crypto/x509: fix single label excluded name constrain...
Roland Shoemaker
2026-01-28
[release-branch.go1.25] cmd/go: remove user-content from doc strings in cgo A...
Neal Patel
2026-01-27
[release-branch.go1.25] cmd/compile: during regalloc, fixedreg values are alw...
Keith Randall
2026-01-15
[release-branch.go1.25] archive/zip: reduce CPU usage in index construction
Damien Neil
2026-01-15
[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2026-01-15
[release-branch.go1.25] cmd/go/internal/work: sanitize flags before invoking ...
Neal Patel
2026-01-15
[release-branch.go1.25] cmd/go: update VCS commands to use safer flag/argumen...
Roland Shoemaker
2026-01-15
[release-branch.go1.25] crypto/tls: don't copy auto-rotated session ticket ke...
Roland Shoemaker
2026-01-07
[release-branch.go1.25] crypto/tls: reject trailing messages after client/ser...
Roland Shoemaker
2026-01-07
[release-branch.go1.25] Revert "errors: optimize errors.Join for single unwra...
Damien Neil
2026-01-07
[release-branch.go1.25] cmd/compile: handle propagating an out-of-range jump ...
Cuong Manh Le
2025-12-29
[release-branch.go1.25] runtime: mark getfp as nosplit
khr@golang.org
2025-12-29
[release-branch.go1.25] runtime/race: set missing argument frame for ppc64x a...
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-12-19
[release-branch.go1.25] os: allow direntries to have zero inodes on Linux
Dave Vasilevsky
2025-12-19
[release-branch.go1.25] os,internal/poll: don't call IsNonblock for consoles ...
qmuntal
2025-12-03
[release-branch.go1.25] crypto/tls: use inner hello for earlyData when using ...
Roland Shoemaker
2025-12-02
[release-branch.go1.25] crypto/x509: prevent HostnameError.Error() from consu...
Nicholas S. Husin
[next]