aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-05-23runtime/trace: match traceClockNow typesMichael Pratt
2025-05-23runtime/trace: fix flaky test for SetMinAgeCarlos Amedee
2025-05-22runtime: don't spin looking for a tiny alloc address with asan or raceMichael Anthony Knyszek
2025-05-21runtime: use the immortal weak handle map for sbrk modeMichael Anthony Knyszek
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21runtime: skip TestTimePprof on sanitizersMichael Pratt
2025-05-21runtime: use DontUpdate testprog for DontUpdate testMichael Pratt
2025-05-21runtime: skip windows stack tests in race modeMichael Pratt
2025-05-21runtime: avoid register clobber in s390x racecallMichael Pratt
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21internal/runtime/cgroup: CPU cgroup limit discoveryMichael Pratt
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-21runtime: guarantee checkfinalizers test allocates in a shared tiny blockMichael Anthony Knyszek
2025-05-21runtime,internal/trace: emit clock snapshots at the start of trace generationsFelix Geisendörfer
2025-05-20runtime: disable stack allocation test when instrumentation is onkhr@golang.org
2025-05-20runtime: record synctest bubble ownership in hchanDamien Neil
2025-05-20runtime: disallow closing bubbled chans from outside bubbleDamien Neil
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