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
/
testdata
Age
Commit message (
Expand
)
Author
2026-03-31
runtime: unix: sane exit in dieFromSignal for pid 1
Kir Kolyshkin
2026-02-24
os/signal: completely ignore bogus signals
Michael Pratt
2026-02-17
all: use LF line ending for C files
Cherry Mui
2026-02-09
runtime: add race instrumentation for moduleToTypelinksLock
chressie
2025-12-23
runtime: fix nGsyscallNoP accounting
Michael Anthony Knyszek
2025-12-08
runtime: disable TestNotInGoMetricCallback on FreeBSD + race
Michael Anthony Knyszek
2025-12-08
runtime: use atomic C types with atomic C functions
Joel Sing
2025-12-05
runtime: don't count nGsyscallNoP for extra Ms in C
Michael Anthony Knyszek
2025-12-05
runtime: relax threadsSlack in TestReadMetricsSched
Michael Anthony Knyszek
2025-12-01
runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS
Michael Pratt
2025-11-25
runtime: panic if cleanup function closes over cleanup pointer
Ian Lance Taylor
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
runtime: select GC mark workers during start-the-world
Michael Pratt
2025-11-18
runtime: do not print recovered when double panic with the same value
Youlin Feng
2025-11-17
runtime: relax TestMemoryLimit on darwin a bit more
Keith Randall
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-11-07
runtime: correctly print panics before fatal-ing on defer
qiulaidongfeng
2025-10-10
runtime: fail TestGoroutineLeakProfile on data race
Michael Anthony Knyszek
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-10-06
runtime: bump thread count slack for TestReadMetricsSched
Michael Anthony Knyszek
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-26
runtime: move TestReadMetricsSched to testprog
Michael Anthony Knyszek
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-25
runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
Michael Pratt
2025-09-23
[dev.simd] cmd/compile: remove stores to unread parameters
Cherry Mui
2025-09-16
[dev.simd] all: merge master (ca0e035) into dev.simd
Cherry Mui
2025-09-12
runtime: fix syscall9 on darwin/arm64
qmuntal
2025-09-02
[dev.simd] internal/cpu: report AVX1 and 2 as supported on macOS 15 Rosetta 2
Cherry Mui
2025-08-05
cmd/compile, runtime: add checkptr instrumentation for unsafe.Add
Cuong Manh Le
2025-07-29
internal/goexperiment: delete RangeFunc goexperiment
Cherry Mui
2025-07-21
runtime: relax TestMemoryLimitNoGCPercent a bit
Keith Randall
2025-07-09
runtime: run TestSignalDuringExec in its own process group
Michael Anthony Knyszek
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-06-25
runtime: note custom GOMAXPROCS even if value doesn't change
Michael Pratt
2025-06-09
runtime: use small struct TestSynctest to ensure cleanups run
Damien Neil
2025-05-29
runtime, testing/synctest: breaking bubble isolation with Cond is fatal
Damien Neil
2025-05-27
runtime, testing/synctest: verify cleanups/finalizers run outside bubbles
Damien Neil
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 DontUpdate testprog for DontUpdate test
Michael Pratt
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
runtime: guarantee checkfinalizers test allocates in a shared tiny block
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-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
[next]