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
2019-03-19
runtime: fix TestSigStackSwapping on aix/ppc64
Clément Chigot
2019-03-06
runtime: do not use a relative import in testdata
Bryan C. Mills
2019-03-01
runtime: scan defer closure in stack scan
Cherry Zhang
2019-02-13
runtime: scan gp._panic in stack scan
Cherry Zhang
2019-01-18
runtime: sample large heap allocations correctly
Raul Silvera
2018-12-21
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshare
Michael Anthony Knyszek
2018-12-19
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-10
runtime: fix CGO traceback frame count
Mark Pulford
2018-11-26
cmd/compile: allow bodyless function if it is linkname'd
Keith Randall
2018-11-05
runtime: deflake TestTracebackAncestors
Austin Clements
2018-10-30
runtime: add physical memory scavenging test
Michael Anthony Knyszek
2018-09-18
runtime: ignore EAGAIN from exec in TestCgoExecSignalMask
Ian Lance Taylor
2018-08-22
runtime: make TestGcSys actually test something
Ian Lance Taylor
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-06-19
runtime: fix FreeBSDNumCPU test
David Carlier
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-03-27
cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSD
Tim Wright
2018-03-08
runtime: ensure abort actually crashes the process
Austin Clements
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-01-31
runtime: fail silently if we unwind over sigpanic into C code
Austin Clements
2018-01-22
runtime: print hexdump on traceback failure
Austin Clements
2017-12-09
runtime: don't use MAP_STACK in SigStack test
Ian Lance Taylor
2017-12-01
runtime: use MAP_ANON in sigstack check
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
Austin Clements
2017-08-29
runtime: forward crashing signals to late handlers
Elias Naur
2017-08-10
runtime: when dying from a signal use the previous signal handler
Elias Naur
2017-06-27
runtime: get more info for TestCgoSignalDeadlock failures
Ian Lance Taylor
2017-06-14
runtime: don't run TestCgoNumGoroutine on Windows or Plan 9
Ian Lance Taylor
2017-06-14
runtime, syscall: reset signal handlers to default in child
Ian Lance Taylor
2017-06-07
runtime: mark extra M's G as dead when not in use
Austin Clements
2017-06-05
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-03-10
runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSD
David NewHamlet
2017-01-30
runtime: add explicit (void) in C to avoid GCC 7 problem
Ian Lance Taylor
2016-11-04
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-03
runtime/testdata/testprog: increase GCFairness2 timeout to 1s
Quentin Smith
2016-10-11
runtime: record current PC for SIGPROF on non-Go thread
Ian Lance Taylor
2016-10-06
runtime: add threadprof tag for test that starts busy thread
Ian Lance Taylor
2016-10-05
runtime/testdata/testprogcgo: add explicit return value to signalThread
Michael Munday
2016-10-05
runtime: don't call cgocallback from signal handler
Ian Lance Taylor
2016-10-05
runtime: avoid endless loop if printing the panic value panics
Ian Lance Taylor
2016-09-23
runtime: use sched_yield instead of pthread_yield
David Crawshaw
2016-09-22
cmd/compile: don't instrument copy and append in runtime
Ian Lance Taylor
2016-08-23
runtime: remove unused function in test
Ian Lance Taylor
2016-08-16
runtime: fix map iterator concurrent map check
Keith Randall
2016-08-16
runtime: move printing of extra newline
Josh Bleecher Snyder
2016-06-21
cmd/pprof: don't use offset if we don't have a start address
Ian Lance Taylor
2016-06-16
runtime: remove useless loop from CgoCCodeSIGPROF test program
Ian Lance Taylor
[prev]
[next]