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-23
runtime/trace: match traceClockNow types
Michael Pratt
2025-05-23
runtime/trace: fix flaky test for SetMinAge
Carlos Amedee
2025-05-22
runtime: don't spin looking for a tiny alloc address with asan or race
Michael Anthony Knyszek
2025-05-21
runtime: use the immortal weak handle map for sbrk mode
Michael Anthony Knyszek
2025-05-21
runtime/trace: add the flight recorder
Carlos Amedee
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
runtime: skip TestTimePprof on sanitizers
Michael Pratt
2025-05-21
runtime: use DontUpdate testprog for DontUpdate test
Michael Pratt
2025-05-21
runtime: skip windows stack tests in race mode
Michael Pratt
2025-05-21
runtime: avoid register clobber in s390x racecall
Michael Pratt
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
internal/runtime/cgroup: CPU cgroup limit discovery
Michael Pratt
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-21
runtime: guarantee checkfinalizers test allocates in a shared tiny block
Michael Anthony Knyszek
2025-05-21
runtime,internal/trace: emit clock snapshots at the start of trace generations
Felix Geisendörfer
2025-05-20
runtime: disable stack allocation test when instrumentation is on
khr@golang.org
2025-05-20
runtime: record synctest bubble ownership in hchan
Damien Neil
2025-05-20
runtime: disallow closing bubbled chans from outside bubble
Damien Neil
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
[prev]
[next]