aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-05-20runtime: print blocking status of bubbled goroutines in stacksDamien Neil
2025-05-20runtime: add package doc for checkfinalizer modeMichael Anthony Knyszek
2025-05-20runtime: report finalizer and cleanup queue length with checkfinalizer>0Michael Anthony Knyszek
2025-05-20runtime: skip testprogcgo tests in race mode on freebsdMichael Pratt
2025-05-20runtime: add scan trace for checkfinalizers>1Michael Anthony Knyszek
2025-05-20runtime: mark and identify tiny blocks in checkfinalizers modeMichael Anthony Knyszek
2025-05-20runtime: annotate checkfinalizers reports with source and type infoMichael Anthony Knyszek
2025-05-20runtime: add new GODEBUG checkfinalizerMichael Anthony Knyszek
2025-05-20runtime: prevent unnecessary zeroing of large objects with pointersMichael Anthony Knyszek
2025-05-20runtime: only update freeIndexForScan outside of the mark phaseMichael Anthony Knyszek
2025-05-19cmd/compile: allocate backing store for append on the stackKeith Randall
2025-05-19runtime: disable TestSegv in race modeMichael Pratt
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-19runtime: check for gsignal in asancall/msancall/racecallMichael Pratt
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-16runtime: prevent cleanup goroutines from missing workMichael Anthony Knyszek
2025-05-15runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregationNick Ripley
2025-05-14runtime: help the race detector detect possible concurrent cleanupsMichael Anthony Knyszek
2025-05-14runtime: improve scan inner loopKeith Randall
2025-05-14runtime: Improvement in perf of s390x memclrkmvijay
2025-05-14runtime: increase freebsd/amd64 pointer size from 48 to 57 bitskhr@golang.org
2025-05-13runtime/pprof: return errors from writing profilesSean Liao
2025-05-13cmd/go: support -json flag in go versionxieyuschen
2025-05-12runtime: only poll network from one P at a time in findRunnableCarlos Amedee
2025-05-12runtime: add goschedIfBusy to bgsweep to prevent livelock after inliningArsenySamoylov
2025-05-08runtime: avoid overflow in mutex delay calculationRhys Hiltner
2025-05-08runtime: remove ptr/scalar bitmap metrickhr@golang.org
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-08runtime: fix condition to emit gcpacertrace end-of-sweep lineMichael Anthony Knyszek
2025-05-07runtime: fix tag pointers on aix, take 2Keith Randall
2025-05-07runtime: use "bubble" terminology for synctestDamien Neil
2025-05-07runtime, testing/synctest: stop advancing time when main goroutine exitsDamien Neil
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-05-07runtime: verify attribution of mutex delayRhys Hiltner
2025-05-07runtime: blame unlocker for mutex delayRhys Hiltner
2025-05-07cmd,runtime: enable race detector on loong64Guoqi Chen
2025-05-07runtime: print stack traces for bubbled goroutines on synctest deadlockDamien Neil
2025-05-07runtime: improve Error documentationMichael Pratt
2025-05-06unique: use a bespoke canonicalization map and runtime.AddCleanupMichael Anthony Knyszek
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-05-02runtime: clear frame pointer in morestackMichael Pratt
2025-05-02runtime: don't restore from g0.sched in systemstack on arm64Michael Pratt
2025-05-02runtime: clear frame pointer in mcallMichael Pratt
2025-05-02runtime: mark and scan small objects in whole spans [green tea]Michael Anthony Knyszek
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-04-25runtime: don't read /dev/random on Plan 9David du Colombier
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall