aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2026-02-17internal/syscall/windows: add lpBytesReturned to DeviceIoControl callbobo liu
2026-02-17internal/syscall/windows: correct some enums and syscall signaturesMichal Pristas
2026-02-17crypto: don't overwrite existing GODEBUG settingsqmuntal
2026-02-17internal/poll: readWriteLock should destroy the fd when there are no more ref...qmuntal
2026-02-13cmd/link: support PIE on linux/s390x without cgoGeorge Adams
2026-02-13doc: document the gotypesalias removalMateusz Poliwczak
2026-02-11internal/poll: simplify IOCP association checksqmuntal
2026-02-11internal/poll: avoid race between execIO and DisassociateIOCPqmuntal
2026-02-07internal/abi, runtime: put type descriptor sizes in internal/abiIan Lance Taylor
2026-02-06internal/bytealg: unexport {Last,}IndexRabinKarp helpersTobias Klauser
2026-02-06internal/poll: move isBlocking checks to inside execIOqmuntal
2026-02-06internal/poll: optimize socket completion modesqmuntal
2026-02-06internal/poll: make waitIO more idempontentqmuntal
2026-02-06os: support deleting inaccessible files in RemoveAllMichal Pristas
2026-02-04internal/stringslite: remove duplicate code in IndexОлег Световидов
2026-02-04internal/poll: unlock read lock if write lock fails in readWriteLockqmuntal
2026-02-04cmd/go: rewrite cgo names to "C." in compiler error messagesIan Lance Taylor
2026-02-03internal/runtime: fix assembly for spectre retpoline instrumentationMichael Anthony Knyszek
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胡玮文