aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2026-02-03internal/testenv: exclude GOMAXPROCS when building test programmakepkgShulhan
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-03internal/poll: readWriteUnlock should destroy fd when no remaining referencesqmuntal
2026-02-02go/types, types2: add missing Named.unpack call in Checker.hasVarSizeMark Freeman
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-02-02internal/poll: move buffer pinning inside execIOqmuntal
2026-02-02internal/poll: consolidate cancelIO logic into waitIOqmuntal
2026-01-28cmd/compile, simd: capture VAES instructions and fix AVX512VAES featureJunyang Shao
2026-01-27internal/runtime/gc/scan: include package in expandAVX512 symbol namesMichael Pratt
2026-01-27go/types, types2: add check for map value completeness in IndexExprMark Freeman
2026-01-27go/types, types2: replace pendingType with completion checkMark Freeman
2026-01-26internal/reflectlite: remove unused codekhr@golang.org
2026-01-23internal/buildcfg: disable sizespecializedmalloc by defaultMichael Anthony Knyszek
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-21go/types, types2: better error when selecting field on type rather than valueRobert Griesemer
2026-01-21internal/goversion: update Version to 1.27Carlos Amedee
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-08internal/types: add test for cycles in value contextMark Freeman
2025-12-29internal/coverage/decodemeta: correct wording in unknown version errorjjpinto
2025-12-18internal/cpu: repair VNNI feature checkDavid Chase
2025-12-11internal/trace: correctly handle GoUndetermined for GoroutineSummaryMichael Anthony Knyszek
2025-12-11lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip fileFilippo Valsorda
2025-12-10runtime: VZEROUPPER at the end of FilterNilAVX512Cherry Mui
2025-12-09go/types, types2: add check for finite size at value observanceMark Freeman
2025-12-08internal/trace: skip tests for alloc/free experiment by defaultMichael Anthony Knyszek
2025-12-05crypto/subtle: add speculation barrier after DITRoland Shoemaker
2025-12-05internal/runtime/maps: clarify probeSeq doc commentNick Ripley
2025-12-01internal/runtime/cgroup: remove duplicate readString definitionMichael Pratt
2025-12-01internal/runtime/cgroup: lineReader fuzz test胡玮文
2025-11-26internal/runtime/cgroup: stricter unescapePath胡玮文
2025-11-26internal/runtime/cgroup: fix path on non-root mount point胡玮文
2025-11-26internal/runtime/cgroup: simplify escapePath in test胡玮文
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-26os,internal/poll: don't call IsNonblock for consoles and Stdinqmuntal
2025-11-26internal/trace: support event constructor for testingFelix Geisendörfer
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25internal/strconv: add testbase testsRuss Cox
2025-11-25internal/strconv: delete ftoaryuRuss Cox
2025-11-25strconv: replace Ryu ftoa with DragonboxTaichi Maeda
2025-11-25internal/runtime/cgroup: allow more tests to run on all OSes胡玮文
2025-11-25internal/poll: replace t.Sub(time.Now()) with time.Until in testguoguangwu
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui