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-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
2026-02-18
[release-branch.go1.26] cmd/link: don't pass -Wl,-S on illumos
Peter Tribble
2026-02-18
[release-branch.go1.26] os: support deleting inaccessible files in RemoveAll
Michal Pristas
2026-02-09
[release-branch.go1.26] runtime/pprof: fix missing Profile docs
Austin 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 docs
Rhys Hiltner
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
[next]