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-06-25
runtime: note custom GOMAXPROCS even if value doesn't change
Michael Pratt
2025-06-23
runtime: add missing unlock in sysReserveAlignedSbrk
Cherry Mui
2025-06-20
runtime: fix struct comment
cuishuang
2025-06-18
runtime: set mspan limit field early and eagerly
Michael Anthony Knyszek
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-16
runtime: don't let readTrace spin on trace.shutdown
Michael Anthony Knyszek
2025-06-13
runtime: comment that some linknames are used by runtime/trace
Cherry Mui
2025-06-13
runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueue
Cherry Mui
2025-06-13
[dev.simd] runtime: eliminate global state in mkpreempt.go
Austin Clements
2025-06-10
runtime: handle system goroutines later in goroutine profiling
Michael Anthony Knyszek
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-06-10
runtime: don't do a direct G handoff in semrelease on systemstack
Michael Anthony Knyszek
2025-06-09
runtime: use small struct TestSynctest to ensure cleanups run
Damien Neil
2025-06-09
runtime: clarify stack traces for bubbled goroutines
Damien Neil
2025-06-09
runtime: return a different bubble deadlock error when main goroutine is done
Damien Neil
2025-06-07
runtime: check for gsignal in racecall on loong64
Guoqi Chen
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-06-02
runtime: additional memmove benchmarks
Keith Randall
2025-06-02
runtime: randomize order of timers at the same instant in bubbles
Damien Neil
2025-05-30
runtime: set HeapGoal to zero when the GC is disabled
Carlos Amedee
2025-05-29
runtime, testing/synctest: breaking bubble isolation with Cond is fatal
Damien Neil
2025-05-29
runtime: add vgetrandom lock rank
Michael Pratt
2025-05-29
runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS call
Michael Pratt
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-29
runtime: increment updatemaxprocs metric only when disabled
Michael Pratt
2025-05-28
runtime: rename updateGOMAXPROCS to updateMaxProcsG
Michael Pratt
2025-05-27
runtime, testing/synctest: verify cleanups/finalizers run outside bubbles
Damien Neil
2025-05-27
runtime: define lock ranking between weak pointers and synctest
Damien Neil
2025-05-27
runtime/trace: add a trace validation test for different trace orders
Carlos Amedee
2025-05-27
runtime: skip nil Ps in allp during cleanup flush
Michael Pratt
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
[prev]
[next]