aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-22cmd/link: put type descriptors in .go.type sectionIan Lance Taylor
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22cmd/compile: ensure ops have the expected argument widthsKeith Randall
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-22encoding/json: remove unneeded unsafe importkhr@golang.org
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22all: update to Unicode 17Russ Cox
2026-01-22syscall: document Sendfile semanticsBill Morgan
2026-01-22debug/elf: return FormatError when reading short filesMark F
2026-01-22simd/archsimd/_gen/simdgen: fix typos in error messagesjjpinto
2026-01-22test: use lower-case error message in heapsampling.gojjpinto
2026-01-22cmd/compile: speedup large init function compile timeCuong Manh Le
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-22syscall: return early on error in RecvmsgTobias Klauser
2026-01-22cmd/compile: allow Bswap{64,32,16} on loong64Guoqi Chen
2026-01-22cmd/go/internal/vcs: use 0o for octalJosh Bleecher Snyder
2026-01-22cmd/cgo: add test for sanitizing smuggled doc comment codeNeal Patel
2026-01-22strings: use bytealg.LastIndexRabinKarp on strings.LastIndexjiahua wang
2026-01-22net/http: use math/rand/v2 instead of math/rand1911860538
2026-01-22runtime: guard unexpected return pc gp.m dereferenceMichael Pratt
2026-01-22cmd/compile: reserve less memory for bitvectorsKeith Randall
2026-01-22encoding/json/v2: remove issue reference in Duration formatting errorJoe Tsai
2026-01-22cmd/compile: remove unnecessary code in keepAliveAtCuong Manh Le
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2026-01-22cmd/compile: refactor preserveStmtCuong Manh Le
2026-01-22cmd/compile: better name for BloopWalkCuong Manh Le
2026-01-21go/types, types2: better error when selecting field on type rather than valueRobert Griesemer
2026-01-21doc/next: initializeCarlos Amedee
2026-01-21internal/goversion: update Version to 1.27Carlos Amedee
2026-01-21runtime: remove the unused scanIdx from mspanYoulin Feng
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-20strconv: don't call internal Atoi twice in AtoiDaniel Müllner
2026-01-16doc: fix urlmaxqueryparams typosMichael Pratt
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-15archive/zip: reduce CPU usage in index constructionDamien Neil
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-15cmd/go/internal/work: sanitize flags before invoking 'pkg-config'Neal Patel
2026-01-15cmd/go: update VCS commands to use safer flag/argument syntaxRoland Shoemaker
2026-01-15crypto/tls: don't copy auto-rotated session ticket keys in Config.CloneRoland Shoemaker
2026-01-15sort: improve comment readability for Stable functionPrateik Lohani
2026-01-14crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional testsFilippo Valsorda
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-13simd/archsimd/_gen/simdgen: feature implicationsAustin Clements
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-13all: fix misspellings in commentscuishuang
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2026-01-12os/exec_test: fix test on Plan 9Ori Bernstein
2026-01-12net: fix socket duplication error handling on Windowsqmuntal
2026-01-12net: don't ignore getsockname errors in newFileFDqmuntal
2026-01-12net: don't ignore errors in TestUnixUnlinkqmuntal