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
Age
Commit message (
Expand
)
Author
2026-01-22
cmd/link: put type descriptors in .go.type section
Ian Lance Taylor
2026-01-22
go/types, types2: remove support for gotypesalias GODEBUG flag
Robert Griesemer
2026-01-22
cmd/compile: ensure ops have the expected argument widths
Keith Randall
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
2026-01-22
encoding/json: remove unneeded unsafe import
khr@golang.org
2026-01-22
net/http: Add Server.DisableClientPriority field
Nicholas S. Husin
2026-01-22
all: update to Unicode 17
Russ Cox
2026-01-22
syscall: document Sendfile semantics
Bill Morgan
2026-01-22
debug/elf: return FormatError when reading short files
Mark F
2026-01-22
simd/archsimd/_gen/simdgen: fix typos in error messages
jjpinto
2026-01-22
test: use lower-case error message in heapsampling.go
jjpinto
2026-01-22
cmd/compile: speedup large init function compile time
Cuong Manh Le
2026-01-22
internal/runtime: remove math.Mul64
Gavin Lam
2026-01-22
syscall: return early on error in Recvmsg
Tobias Klauser
2026-01-22
cmd/compile: allow Bswap{64,32,16} on loong64
Guoqi Chen
2026-01-22
cmd/go/internal/vcs: use 0o for octal
Josh Bleecher Snyder
2026-01-22
cmd/cgo: add test for sanitizing smuggled doc comment code
Neal Patel
2026-01-22
strings: use bytealg.LastIndexRabinKarp on strings.LastIndex
jiahua wang
2026-01-22
net/http: use math/rand/v2 instead of math/rand
1911860538
2026-01-22
runtime: guard unexpected return pc gp.m dereference
Michael Pratt
2026-01-22
cmd/compile: reserve less memory for bitvectors
Keith Randall
2026-01-22
encoding/json/v2: remove issue reference in Duration formatting error
Joe Tsai
2026-01-22
cmd/compile: remove unnecessary code in keepAliveAt
Cuong Manh Le
2026-01-22
cmd/compile: fix mis-compilation for static array initialization
Cuong Manh Le
2026-01-22
cmd/compile: refactor preserveStmt
Cuong Manh Le
2026-01-22
cmd/compile: better name for BloopWalk
Cuong Manh Le
2026-01-21
go/types, types2: better error when selecting field on type rather than value
Robert Griesemer
2026-01-21
doc/next: initialize
Carlos Amedee
2026-01-21
internal/goversion: update Version to 1.27
Carlos Amedee
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-16
doc: fix urlmaxqueryparams typos
Michael Pratt
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
[prev]
[next]