aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-04-23runtime: optimize the function memequal using SIMD on loong64limeidan
2025-04-22runtime, internal/runtime/maps: speed-up empty/zero map lookupsMateusz Poliwczak
2025-04-22runtime: commit to spinbitmutex GOEXPERIMENTRhys Hiltner
2025-04-18internal/runtime/maps: move tombstone test to swiss fileMichael Pratt
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2025-04-18internal,runtime: use the builtin clearapocelipes
2025-04-17internal/poll: remove outdated testsqmuntal
2025-04-17internal/runtime/maps: prune tombstones in maps before growingKeith Randall
2025-04-15internal/chacha8rand: implement func block in assemblyXiaolin Zhao
2025-04-14internal/cpu: add a detection for Neoverse(N3, V3, V3ae) coresfanzha02
2025-04-14internal/poll: disable SIO_UDP_NETRESET on WindowsJames Tucker
2025-04-14os,internal/poll: support I/O on overlapped files not added to the pollerqmuntal
2025-04-11all: use built-in min, max functionsMarcel Meyer
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-10net: reenable sendfile on Windowsqmuntal
2025-04-09internal/poll: fix race in Closeqmuntal
2025-04-08go/types, types2: fix failing error message test for s390xMark Freeman
2025-04-08internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPCMateusz Poliwczak
2025-04-06all: use slices.Equal to simplify codecuishuang
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-04-04internal/poll: simplify execIOqmuntal
2025-04-03go/types, types2: better error messages for invalid qualified identifiersMark Freeman
2025-04-03internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointerqmuntal
2025-04-03internal/bytealg: optimize Index/IndexString/IndexByte/IndexByteString on arm64Vasily Leonenko
2025-04-03internal/bytealg: optimize Count/CountString on arm64Vasily Leonenko
2025-04-01internal/poll: defer IOCP association until first IO operationqmuntal
2025-03-31os: avoid symlink races in RemoveAll on WindowsDamien Neil
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-30internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keysthepudds
2025-03-28internal/poll: honor ERROR_OPERATION_ABORTED if pipe is not closedqmuntal
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-28internal/poll: don't skip empty writes on Windowsqmuntal
2025-03-27maps: implement faster cloneKeith Randall
2025-03-27internal/syscall/windows: run go generateqmuntal
2025-03-27cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc...Joel Sing
2025-03-26internal/poll: support async file operations on Windowsqmuntal
2025-03-25internal/poll,net: set SIO_UDP_CONNRESET in netqmuntal
2025-03-25internal/poll: always use SetFileCompletionNotificationModes on non-socket ha...qmuntal
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-24os: add Root.LinkDamien Neil
2025-03-21internal/syscall/unix: add missing cgo_import_dynamics for AIXDamien Neil
2025-03-21internal/syscall/windows: set SYNCHRONIZE flag in DeleteatDamien Neil
2025-03-21runtime: fix interactions between synctest, race detector, and timersDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-19internal/syscall/unix: fix number of params for unlinkatKir Kolyshkin
2025-03-19internal/syscall/unix: use correct number of params in unlinkat, fchownatDamien Neil
2025-03-19go/types, types2: fix silly logic error in commonUnderRobert Griesemer
2025-03-18internal/godebugs: fix changed version for winsymlink and winreadlinkvolume t...Jordan Liggitt