aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-11-18runtime: do not print recovered when double panic with the same valueYoulin Feng
2025-11-17cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...Joel Sing
2025-11-17runtime: relax TestMemoryLimit on darwin a bit moreKeith Randall
2025-11-17runtime: clear frame pointer at thread entry pointsNick Ripley
2025-11-17runtime: rename findrunnable references to findRunnableMichael Pratt
2025-11-17runtime: hoist invariant code out of heapBitsSmallForAddrInlineArchana Ravindar
2025-11-14runtime: usleep before stealing runnext only if not in syscallMichael Anthony Knyszek
2025-11-14runtime: support runtime.freegc in size-specialized mallocs for noscan objectsthepudds
2025-11-14runtime: add more precise test of assist credit handling for runtime.freegcthepudds
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1thepudds
2025-11-14runtime: put AddCleanup cleanup arguments in their own allocationMichael Anthony Knyszek
2025-11-14runtime: add AddCleanup benchmarkMichael Anthony Knyszek
2025-11-14runtime: ensure weak handles end up in their own allocationMichael Anthony Knyszek
2025-11-14runtime: add debug mode to extend _Grunning-without-P windowsMichael Anthony Knyszek
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-13runtime: prefer to restart Ps on the same M after STWMichael Pratt
2025-11-13runtime/pprof: fix goroutine leak profile tests for nooptMichael Anthony Knyszek
2025-11-12runtime: fix list test memory management for mayMoreStackMichael Pratt
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-11-12runtime: switch p.gcFractionalMarkTime to atomic.Int64Michael Pratt
2025-11-12runtime,runtime/pprof: clean up goroutine leak profile writingVlad Saioc
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-11runtime: doubly-linked sched.midle listMichael Pratt
2025-11-11runtime: use new list type for spanSPMCsMichael Pratt
2025-11-11runtime: reusable intrusive doubly-linked listMichael Pratt
2025-11-10runtime: fix lock rank for work.spanSPMCs.lockMichael Anthony Knyszek
2025-11-10runtime: document that tracefpunwindoff applies to some profilersNick Ripley
2025-11-10runtime/msan: use different msan routine for copyingkhr@golang.org
2025-11-10runtime: tweak wording for comment of mcache.flushGenJes Cok
2025-11-07runtime: correctly print panics before fatal-ing on deferqiulaidongfeng
2025-11-07runtime/cgo: improve error messages after pointer panicAriel Otilibili
2025-11-07runtime: tweak wording for docJes Cok
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-04cmd/link, runtime: don't store text start in pcHeaderIan Lance Taylor
2025-11-04runtime: amend doc for setPinnedJes Cok
2025-11-03runtime: avoid append in printint, printuintRuss Cox
2025-11-03runtime: allow Stack to traceback goroutines in syscall _Grunning windowMichael Anthony Knyszek
2025-11-03runtime: don't panic in castogscanstatusMichael Anthony Knyszek
2025-11-03runtime: update outdated comments for deferprocStackYoulin Feng
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-11-01runtime: prevent time.Timer.Reset(0) from deadlocking testing/synctest testsNicholas S. Husin
2025-10-31runtime: avoid zeroing scavenged memoryLance Yang
2025-10-30runtime: prioritize panic output over racefiniMichael Anthony Knyszek
2025-10-30runtime: optimistically CAS atomicstatus directly in enter/exitsyscallMichael Anthony Knyszek
2025-10-30runtime: don't track scheduling latency for _Grunning <-> _GsyscallMichael Anthony Knyszek
2025-10-30runtime: document tracer invariants explicitlyMichael Anthony Knyszek
2025-10-30runtime: eliminate _PsyscallMichael Anthony Knyszek
2025-10-30runtime: delete timedivRuss Cox
2025-10-29runtime: tweak example code for gorecoverJes Cok