aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
8 days[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...Damien Neil
2026-03-20[release-branch.go1.26] internal/poll: move rsan to heap on windowsdatabase64128
2026-03-20[release-branch.go1.26] runtime/poll: fix race condition in Window's SendFileqmuntal
2026-03-19[release-branch.go1.26] net: correctly handle non-nil empty cmsg buffer on wi...database64128
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-02-27[release-branch.go1.26] os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-20[release-branch.go1.26] internal/syscall/windows: correct some enums and sysc...Michal Pristas
2026-02-18[release-branch.go1.26] os: support deleting inaccessible files in RemoveAllMichal Pristas
2026-02-03[release-branch.go1.26] internal/poll: readWriteUnlock should destroy fd when...qmuntal
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-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
2025-11-24[dev.simd] internal/buildcfg: don't enable SIMD experiment by defaultCherry Mui
2025-11-24cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390xSrinivas Pokala
2025-11-24internal/bytealg: port bytealg functions to reg ABI on s390xSrinivas Pokala
2025-11-24internal/runtime/syscall: Syscall changes for s390x regabiSrinivas Pokala
2025-11-24internal/abi: define s390x ABI constantsSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui