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-07-22
all: go fmt
Michael Pratt
2025-07-21
runtime: relax TestMemoryLimitNoGCPercent a bit
Keith Randall
2025-07-21
runtime: fix asan wrapper for riscv64
Keith Randall
2025-07-16
runtime: fix idle time double-counting bug
Michael Anthony Knyszek
2025-07-16
cmd/link, runtime: on Wasm, put only function index in method table and func ...
Cherry Mui
2025-07-16
runtime: use 32-bit function index on Wasm
Cherry Mui
2025-07-15
runtime: use memclrNoHeapPointers to clear inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: only clear inline mark bits on span alloc if necessary
Michael Anthony Knyszek
2025-07-15
runtime: have mergeInlineMarkBits also clear the inline mark bits
Michael Anthony Knyszek
2025-07-15
runtime: merge inline mark bits with gcmarkBits 8 bytes at a time
Michael Anthony Knyszek
2025-07-14
runtime: expand GOMAXPROCS documentation
Michael Pratt
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-07-11
runtime: turn off large memmove tests under asan/msan
Keith Randall
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-07-07
runtime: make traceStack testable and add a benchmark
Michael Anthony Knyszek
2025-07-03
runtime: correct vdsoSP on S390X
Cherry Mui
2025-06-30
runtime: stash allpSnapshot on the M
Michael Pratt
2025-06-30
runtime: update skips for TestGdbBacktrace
limeidan
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-06-25
runtime: make explicit nil check in (*spanInlineMarkBits).init
Michael Anthony Knyszek
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-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
[next]