aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime
AgeCommit message (Expand)Author
14 daysinternal/runtime/atomic: simplify linknamesCherry Mui
2026-03-25runtime: use uname version check for 64-bit time on 32-bit arch codepathsBrad Fitzpatrick
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-18syscall: remove the 42 args limit in SyscallNqmuntal
2026-03-18runtime: return the error code as a return value in asmstdcallqmuntal
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-06internal/runtime/maps/: devirtualize hashing for specialized mapsArsenySamoylov
2026-02-24internal/runtime/sys: only use speculation barrier for DIT on Apple SiliconRoland Shoemaker
2026-02-24internal/runtime/sys: improve DIT assemblyRoland Shoemaker
2026-02-18internal/runtime/gc/scan: require popcnt for x86khr@golang.org
2026-02-03internal/runtime: fix assembly for spectre retpoline instrumentationMichael Anthony Knyszek
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-01-27internal/runtime/gc/scan: include package in expandAVX512 symbol namesMichael Pratt
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2025-12-10runtime: VZEROUPPER at the end of FilterNilAVX512Cherry Mui
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-25internal/runtime/cgroup: allow more tests to run on all OSes胡玮文
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24internal/runtime/syscall: Syscall changes for s390x regabiSrinivas Pokala
2025-11-21internal/runtime/gc/scan: add AVX512 impl of filterNil.Junyang Shao
2025-11-17internal/runtime/maps: update doc for table.ClearJes Cok
2025-11-14internal/runtime/cgobench: add Go function call benchmark for comparisonMichael Anthony Knyszek
2025-11-10internal/runtime/sys,math/bits: eliminate bounds checks on len8tabJoel Sing
2025-11-03internal/runtime/cgobench: add cgo callback benchmarkMichael Anthony Knyszek
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-28internal/runtime/gc/scan: avoid memory destination on VPCOMPRESSQMichael Pratt
2025-10-27internal/runtime/gc/scan: correct size class size checkMichael Pratt
2025-10-24runtime: use 32-bit hash for maps on WasmCherry Mui
2025-10-17all: correct name for commentsJes Cok
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-27all: fix typosAN Long
2025-09-23runtime: add specialized malloc functions for sizes up to 512 bytesMichael Matloob
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
2025-09-11runtime: move mksizeclasses.go to runtime/_mkmallocmatloob
2025-09-10internal/runtime/maps: remove redundant package docsxieyuschen
2025-09-10runtime/internal/maps: only conditionally clear groups when sparseKeith Randall
2025-09-10internal/runtime/maps: speed up ClearKeith Randall
2025-08-31internal/runtime/atomic: reset wrong jump target in Cas{,64} on loong64Guoqi Chen
2025-08-21runtime: remove remaining windows/arm files and commentsqmuntal
2025-08-15internal/runtime: cleaner overflow checkercuiweixie
2025-08-12internal/runtime/gc/scan: avoid -1 index when cache sizes unavailableMichael Anthony Knyszek
2025-08-12internal/runtime/gc/scan: import scan kernel from gclab [green tea]Michael Anthony Knyszek
2025-08-11internal/runtime/maps: loop invariant code motion with h2(hash) by handcuiweixie
2025-08-08internal/runtime/maps: remove unused var bitsetDeletedcuiweixie