aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-28runtime: define PanicBounds in funcdata.hIan Lance Taylor
2025-10-28runtime: amend comments a bitJes Cok
2025-10-27runtime: avoid bound check in freebsd binuptimeCuong Manh Le
2025-10-27runtime: remove unused cgoCheckUsingType functionIan Lance Taylor
2025-10-24runtime: add ppc and s390 to 32 build constraints for gccgoJorropo
2025-10-24runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgoJorropo
2025-10-24runtime: use 32-bit hash for maps on WasmCherry Mui
2025-10-22runtime: cleanup pagetraceFlorian Lehner
2025-10-22runtime/cgo: fix cgoCheckArg descriptionAriel Otilibili
2025-10-22runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...fanzha02
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal