index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2025-11-18
runtime: do not print recovered when double panic with the same value
Youlin Feng
2025-11-17
cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...
Joel Sing
2025-11-17
runtime: relax TestMemoryLimit on darwin a bit more
Keith Randall
2025-11-17
runtime: clear frame pointer at thread entry points
Nick Ripley
2025-11-17
runtime: rename findrunnable references to findRunnable
Michael Pratt
2025-11-17
runtime: hoist invariant code out of heapBitsSmallForAddrInline
Archana Ravindar
2025-11-14
runtime: usleep before stealing runnext only if not in syscall
Michael Anthony Knyszek
2025-11-14
runtime: support runtime.freegc in size-specialized mallocs for noscan objects
thepudds
2025-11-14
runtime: add more precise test of assist credit handling for runtime.freegc
thepudds
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-11-14
runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1
thepudds
2025-11-14
runtime: put AddCleanup cleanup arguments in their own allocation
Michael Anthony Knyszek
2025-11-14
runtime: add AddCleanup benchmark
Michael Anthony Knyszek
2025-11-14
runtime: ensure weak handles end up in their own allocation
Michael Anthony Knyszek
2025-11-14
runtime: add debug mode to extend _Grunning-without-P windows
Michael Anthony Knyszek
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-11-13
runtime/pprof: fix goroutine leak profile tests for noopt
Michael Anthony Knyszek
2025-11-12
runtime: fix list test memory management for mayMoreStack
Michael Pratt
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-11-12
runtime: switch p.gcFractionalMarkTime to atomic.Int64
Michael Pratt
2025-11-12
runtime,runtime/pprof: clean up goroutine leak profile writing
Vlad Saioc
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-11
runtime: doubly-linked sched.midle list
Michael Pratt
2025-11-11
runtime: use new list type for spanSPMCs
Michael Pratt
2025-11-11
runtime: reusable intrusive doubly-linked list
Michael Pratt
2025-11-10
runtime: fix lock rank for work.spanSPMCs.lock
Michael Anthony Knyszek
2025-11-10
runtime: document that tracefpunwindoff applies to some profilers
Nick Ripley
2025-11-10
runtime/msan: use different msan routine for copying
khr@golang.org
2025-11-10
runtime: tweak wording for comment of mcache.flushGen
Jes Cok
2025-11-07
runtime: correctly print panics before fatal-ing on defer
qiulaidongfeng
2025-11-07
runtime/cgo: improve error messages after pointer panic
Ariel Otilibili
2025-11-07
runtime: tweak wording for doc
Jes Cok
2025-11-06
Revert "runtime: remove the pc field of _defer struct"
Keith Randall
2025-11-04
cmd/link, runtime: don't store text start in pcHeader
Ian Lance Taylor
2025-11-04
runtime: amend doc for setPinned
Jes Cok
2025-11-03
runtime: avoid append in printint, printuint
Russ Cox
2025-11-03
runtime: allow Stack to traceback goroutines in syscall _Grunning window
Michael Anthony Knyszek
2025-11-03
runtime: don't panic in castogscanstatus
Michael Anthony Knyszek
2025-11-03
runtime: update outdated comments for deferprocStack
Youlin Feng
2025-11-03
runtime: remove the pc field of _defer struct
Youlin Feng
2025-11-01
runtime: prevent time.Timer.Reset(0) from deadlocking testing/synctest tests
Nicholas S. Husin
2025-10-31
runtime: avoid zeroing scavenged memory
Lance Yang
2025-10-30
runtime: prioritize panic output over racefini
Michael Anthony Knyszek
2025-10-30
runtime: optimistically CAS atomicstatus directly in enter/exitsyscall
Michael Anthony Knyszek
2025-10-30
runtime: don't track scheduling latency for _Grunning <-> _Gsyscall
Michael Anthony Knyszek
2025-10-30
runtime: document tracer invariants explicitly
Michael Anthony Knyszek
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-30
runtime: delete timediv
Russ Cox
2025-10-29
runtime: tweak example code for gorecover
Jes Cok
[prev]
[next]