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
2019-03-14
[release-branch.go1.11] runtime: skip TestLockOSThreadAvoidsStatePropagation ...
Michael Anthony Knyszek
2018-12-19
[release-branch.go1.11] runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
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-08
runtime: ensure abort actually crashes the process
Austin Clements
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-01-22
runtime: print hexdump on traceback failure
Austin Clements
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
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
2016-11-03
runtime/testdata/testprog: increase GCFairness2 timeout to 1s
Quentin Smith
2016-10-05
runtime: avoid endless loop if printing the panic value panics
Ian Lance Taylor
2016-08-16
runtime: fix map iterator concurrent map check
Keith Randall
2016-06-21
cmd/pprof: don't use offset if we don't have a start address
Ian Lance Taylor
2016-05-19
runtime: fix goroutine priority elevation
Austin Clements
2016-05-18
runtime: deflake TestSignalExitStatus
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-21
runtime: when crash with panic, call user Error/String methods before freezin...
Shenghou Ma
2016-02-16
runtime: show panics in traceback
Austin Clements
2016-01-13
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-08
runtime/testdata: gofmt
Mikio Hara
2016-01-08
Revert "runtime: make NumGoroutine and Stack agree not to include system goro...
Russ Cox
2016-01-08
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-05
runtime: fix exit status when killed by signal
Ian Lance Taylor
2015-12-29
runtime: move test programs out of source code, coalesce
Russ Cox