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
/
testprog
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-09
runtime: add race instrumentation for moduleToTypelinksLock
chressie
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-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-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-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-06-25
runtime: note custom GOMAXPROCS even if value doesn't change
Michael Pratt
2025-05-29
runtime, testing/synctest: breaking bubble isolation with Cond is fatal
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: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-04-04
runtime: add thread exit plus vgetrandom stress test
Michael Pratt
2025-03-24
runtime: always show runfinq in traceback
Michael Pratt
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
2024-05-17
runtime: fix coro interactions with thread-locked goroutines
Michael Anthony Knyszek
2024-05-08
runtime: properly frame panic values in tracebacks
Alan Donovan
2024-03-21
runtime: make tidExists more robust
Michael Anthony Knyszek
2023-10-23
runtime: allow for 10 more threads in TestWindowsStackMemory*
Cuong Manh Le
2023-08-16
runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...
Bryan C. Mills
2023-06-05
runtime: move Segv and TgkillSegv to testprog
Cherry Mui
2023-04-18
runtime: adjust frame pointer on stack copy on ARM64
Cherry Zhang
2023-03-07
runtime: allow for 5 more threads in TestWindowsStackMemory*
Alex Brainman
[next]