aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-04-24runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64limeidan
2025-04-24runtime: fix typo in commentchangwang ma
2025-04-24runtime/debug: update SetCrashOutput example to not pass parent env varsFelix Geisendörfer
2025-04-24runtime: fix tag pointers on aixKeith Randall
2025-04-23runtime: use precise bounds of Go data/bss for race detectorKeith Randall
2025-04-23runtime: align taggable pointers more so we can use low bits for tagKeith Randall
2025-04-23runtime: move some malloc constants to internal/runtime/gcMichael Anthony Knyszek
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-04-22runtime: fix typos in commentsXiaolin Zhao
2025-04-22Revert "runtime: only poll network from one P at a time in findRunnable"Carlos Amedee
2025-04-22runtime, internal/runtime/maps: speed-up empty/zero map lookupsMateusz Poliwczak
2025-04-22runtime: commit to spinbitmutex GOEXPERIMENTRhys Hiltner
2025-04-22runtime: fix test of when a mutex is contendedRhys Hiltner
2025-04-22runtime: only poll network from one P at a time in findRunnableIan Lance Taylor
2025-04-18internal,runtime: use the builtin clearapocelipes
2025-04-15runtime: don't use cgo_unsafe_args for syscall9 wrapperKeith Randall
2025-04-15runtime: fix 9-arg syscall on darwin/amd64Keith Randall
2025-04-15runtime: size field for gQueue and gListDmitrii Martynov
2025-04-13runtime: optimize the function memmove using SIMD on loong64Guoqi Chen
2025-04-11all: use built-in min, max functionsMarcel Meyer
2025-04-11runtime: handle m0 padding betterRuss Cox
2025-04-11runtime: use built-in min functionMarcel Meyer
2025-04-09runtime: explicitly exclude a potential deadlock in the schedulerDmitrii Martynov
2025-04-08runtime: use internal/byteorderapocelipes
2025-04-07runtime: protect plan9 time_now function with !faketime build tagRichard Miller
2025-04-06all: use slices.Equal to simplify codecuishuang
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-04-04runtime: add thread exit plus vgetrandom stress testMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-04-02runtime: simplify needzero logickhr@golang.org
2025-03-31runtime: fix plan9 monotonic time, crypto randomnessRuss Cox
2025-03-30internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keysthepudds
2025-03-27maps: implement faster cloneKeith Randall
2025-03-26runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64Guoqi Chen
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-24runtime: always show runfinq in tracebackMichael Pratt
2025-03-21runtime: deduplicate context call injection on Windowsqmuntal
2025-03-21runtime: fix interactions between synctest, race detector, and timersDamien Neil
2025-03-20runtime/race: fix reversed conditional in test for fatal map accessDamien Neil
2025-03-20runtime/race: don't complain about unrun tests when fatal map access happensDamien Neil
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-19runtime/race: detect when TestRace fails to run all tests, skip failuresDamien Neil
2025-03-19runtime: in asan mode unregister root regions on freeFlorian Zenker
2025-03-18runtime, time: don't use monotonic clock inside synctest bubblesDamien Neil
2025-03-17runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t...limeidan
2025-03-17runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ...limeidan
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2025-03-15runtime: log profile when mutex profile test failsRhys Hiltner
2025-03-14runtime: only set isExtraInC if there are no Go frames leftMichael Pratt