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.26] cmd/go: disallow cgo trust boundary bypass
Neal Patel
8 days
[release-branch.go1.26] crypto/tls: prevent deadlock when client sends multip...
Roland Shoemaker
8 days
[release-branch.go1.26] archive/tar: limit the number of old GNU sparse forma...
Damien Neil
8 days
[release-branch.go1.26] cmd/compile: fix loopbce overflow check logic
Junyang Shao
8 days
[release-branch.go1.26] cmd/compile: fix mem access overlap detection
Junyang Shao
8 days
[release-branch.go1.26] crypto/x509: fix wildcard constraint map case sensiti...
Roland Shoemaker
8 days
[release-branch.go1.26] html/template: properly track JS template literal bra...
Roland Shoemaker
8 days
[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...
Damien Neil
2026-03-26
[release-branch.go1.26] net/url: permit colons in the host subcomponent of no...
Damien Neil
2026-03-26
[release-branch.go1.26] crypto/x509: fix signature checking limit
Roland Shoemaker
2026-03-26
[release-branch.go1.26] crypto/x509: hoist policy pruning out of loop
Roland Shoemaker
2026-03-26
[release-branch.go1.26] runtime/race: apply LLVM zero-initialization fix
Michael Pratt
2026-03-26
[release-branch.go1.26] cmd/link: skip special symbols for label symbol gener...
Cherry Mui
2026-03-26
[release-branch.go1.26] cmd/compile: fix internal compiler error: bad write b...
Francisco Ferraz
2026-03-26
[release-branch.go1.26] cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-03-26
[release-branch.go1.26] cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-03-26
[release-branch.go1.26] net/url: reattach package doc comment
Damien Neil
2026-03-26
[release-branch.go1.26] cmd/compile: ternary rewrite of rewrite should skip, ...
David Chase
2026-03-26
[release-branch.go1.26] cmd/compile: skip race detector test failure for unsu...
Guoqi Chen
2026-03-26
[release-branch.go1.26] cmd/compile: gate instrumentEnterExit on NoRaceFunc c...
Derek Parker
2026-03-26
[release-branch.go1.26] runtime: fix value of ENOSYS on mips from 38 to 89
Jorropo
2026-03-25
[release-branch.go1.26] cmd/fix: pull in CL 755980
Dmitri Shuralyov
2026-03-23
[release-branch.go1.26] builtin: incorporate all feedback into doc string for...
Robert Griesemer
2026-03-23
[release-branch.go1.26] builtin: update new function comment
Simon Li
2026-03-20
[release-branch.go1.26] internal/poll: move rsan to heap on windows
database64128
2026-03-20
[release-branch.go1.26] cmd/go/internal/cache: update trim timestamp before t...
Michael Matloob
2026-03-20
[release-branch.go1.26] runtime/poll: fix race condition in Window's SendFile
qmuntal
2026-03-19
[release-branch.go1.26] net/http: restore accidentally removed package doc
Damien Neil
2026-03-19
[release-branch.go1.26] net: correctly handle non-nil empty cmsg buffer on wi...
database64128
2026-03-19
[release-branch.go1.26] cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-19
[release-branch.go1.26] cmd/compile: fix bloop test
Keith Randall
2026-03-19
[release-branch.go1.26] runtime: fix printfloat, printcomplex buffer sizes
Michael Pratt
2026-03-05
[release-branch.go1.26] crypto/x509: fix name constraint checking panic
Roland Shoemaker
2026-03-05
[release-branch.go1.26] crypto/x509: fix full email constraint matching
Roland 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 host
Ian 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.1
Cherry Mui
2026-02-27
[release-branch.go1.26] os: avoid escape from Root via ReadDir or Readdir
Damien 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 sanitization
Roland 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 code
Mark 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 twice
khr@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
[next]