aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-07-22all: go fmtMichael Pratt
2025-07-21runtime: relax TestMemoryLimitNoGCPercent a bitKeith Randall
2025-07-21runtime: fix asan wrapper for riscv64Keith Randall
2025-07-16runtime: fix idle time double-counting bugMichael Anthony Knyszek
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16runtime: use 32-bit function index on WasmCherry Mui
2025-07-15runtime: use memclrNoHeapPointers to clear inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: only clear inline mark bits on span alloc if necessaryMichael Anthony Knyszek
2025-07-15runtime: have mergeInlineMarkBits also clear the inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: merge inline mark bits with gcmarkBits 8 bytes at a timeMichael Anthony Knyszek
2025-07-14runtime: expand GOMAXPROCS documentationMichael Pratt
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-07-11runtime: turn off large memmove tests under asan/msanKeith Randall
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-07-03runtime: correct vdsoSP on S390XCherry Mui
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-25runtime: make explicit nil check in (*spanInlineMarkBits).initMichael Anthony Knyszek
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-23runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-06-20runtime: fix struct commentcuishuang
2025-06-18runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-06-16runtime: don't let readTrace spin on trace.shutdownMichael Anthony Knyszek
2025-06-13runtime: comment that some linknames are used by runtime/traceCherry Mui
2025-06-13runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueueCherry Mui
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-10runtime: don't do a direct G handoff in semrelease on systemstackMichael Anthony Knyszek
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-07runtime: check for gsignal in racecall on loong64Guoqi Chen
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-04runtime: reduce per-P memory footprint when greenteagc is disabledMichael Anthony Knyszek
2025-06-02runtime: additional memmove benchmarksKeith Randall
2025-06-02runtime: randomize order of timers at the same instant in bubblesDamien Neil
2025-05-30runtime: set HeapGoal to zero when the GC is disabledCarlos Amedee
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-29runtime: add vgetrandom lock rankMichael Pratt
2025-05-29runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS callMichael Pratt
2025-05-29runtime, internal/synctest, sync: associate WaitGroups with bubblesDamien Neil
2025-05-29runtime: increment updatemaxprocs metric only when disabledMichael Pratt
2025-05-28runtime: rename updateGOMAXPROCS to updateMaxProcsGMichael Pratt
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-27runtime: define lock ranking between weak pointers and synctestDamien Neil