aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime
AgeCommit message (Expand)Author
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
2025-07-30runtime: add cgo call benchmarkMichael Anthony Knyszek
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-28internal/runtime/maps: fix spelling errors in commentsRuihua Wen
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
2025-07-24internal/runtime/exithook: fix a typoJes Cok
2025-07-22all: go fmtMichael Pratt
2025-07-15runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)dyma solovei
2025-05-21internal/runtime/cgroup: CPU cgroup limit discoveryMichael Pratt