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-05-20
runtime: print blocking status of bubbled goroutines in stacks
Damien Neil
2025-05-20
runtime: add package doc for checkfinalizer mode
Michael Anthony Knyszek
2025-05-20
runtime: report finalizer and cleanup queue length with checkfinalizer>0
Michael Anthony Knyszek
2025-05-20
runtime: skip testprogcgo tests in race mode on freebsd
Michael Pratt
2025-05-20
runtime: add scan trace for checkfinalizers>1
Michael Anthony Knyszek
2025-05-20
runtime: mark and identify tiny blocks in checkfinalizers mode
Michael Anthony Knyszek
2025-05-20
runtime: annotate checkfinalizers reports with source and type info
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-20
runtime: prevent unnecessary zeroing of large objects with pointers
Michael Anthony Knyszek
2025-05-20
runtime: only update freeIndexForScan outside of the mark phase
Michael Anthony Knyszek
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2025-05-19
runtime: disable TestSegv in race mode
Michael Pratt
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-19
runtime: check for gsignal in asancall/msancall/racecall
Michael Pratt
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-05-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2025-05-16
runtime: prevent cleanup goroutines from missing work
Michael Anthony Knyszek
2025-05-15
runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregation
Nick Ripley
2025-05-14
runtime: help the race detector detect possible concurrent cleanups
Michael Anthony Knyszek
2025-05-14
runtime: improve scan inner loop
Keith Randall
2025-05-14
runtime: Improvement in perf of s390x memclr
kmvijay
2025-05-14
runtime: increase freebsd/amd64 pointer size from 48 to 57 bits
khr@golang.org
2025-05-13
runtime/pprof: return errors from writing profiles
Sean Liao
2025-05-13
cmd/go: support -json flag in go version
xieyuschen
2025-05-12
runtime: only poll network from one P at a time in findRunnable
Carlos Amedee
2025-05-12
runtime: add goschedIfBusy to bgsweep to prevent livelock after inlining
ArsenySamoylov
2025-05-08
runtime: avoid overflow in mutex delay calculation
Rhys Hiltner
2025-05-08
runtime: remove ptr/scalar bitmap metric
khr@golang.org
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-08
runtime: fix condition to emit gcpacertrace end-of-sweep line
Michael Anthony Knyszek
2025-05-07
runtime: fix tag pointers on aix, take 2
Keith Randall
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-07
runtime, testing/synctest: stop advancing time when main goroutine exits
Damien Neil
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-05-07
runtime: verify attribution of mutex delay
Rhys Hiltner
2025-05-07
runtime: blame unlocker for mutex delay
Rhys Hiltner
2025-05-07
cmd,runtime: enable race detector on loong64
Guoqi Chen
2025-05-07
runtime: print stack traces for bubbled goroutines on synctest deadlock
Damien Neil
2025-05-07
runtime: improve Error documentation
Michael Pratt
2025-05-06
unique: use a bespoke canonicalization map and runtime.AddCleanup
Michael Anthony Knyszek
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-05-05
Revert "cmd/compile: allow all of the preamble to be preemptible"
Keith Randall
2025-05-02
runtime: clear frame pointer in morestack
Michael Pratt
2025-05-02
runtime: don't restore from g0.sched in systemstack on arm64
Michael Pratt
2025-05-02
runtime: clear frame pointer in mcall
Michael Pratt
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-04-25
runtime: don't read /dev/random on Plan 9
David du Colombier
2025-04-25
cmd/compile: allow all of the preamble to be preemptible
Keith Randall
[prev]
[next]