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
2016-06-13
runtime: collect stack trace if SIGPROF arrives on non-Go thread
Ian Lance Taylor
2016-05-31
runtime: pass signal context to cgo traceback function
Ian Lance Taylor
2016-05-19
runtime: fix goroutine priority elevation
Austin Clements
2016-05-18
runtime: deflake TestSignalExitStatus
Ian Lance Taylor
2016-05-10
runtime/testdata/testprogcgo: fix Windows C compiler warning
Brad Fitzpatrick
2016-05-05
runtime: put tracebackctxt C functions in .c file
Ian Lance Taylor
2016-05-04
runtime: use cgo traceback for SIGPROF
Ian Lance Taylor
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-04-29
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-04-04
cmd/go: fix -buildmode=c-archive should work on windows
Christopher Nelson
2016-04-01
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-03-11
runtime: limit TestCgoCCodeSIGPROF test to 1 second
Ian Lance Taylor
2016-03-04
runtime: fix off-by-one error finding module for PC
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-26
runtime: more deflaking of TestCgoCheckBytes
Ian Lance Taylor
2016-02-21
runtime: when crash with panic, call user Error/String methods before freezin...
Shenghou Ma
2016-02-19
runtime: skip cgo check for non-pointer slice elements
Ian Lance Taylor
2016-02-16
runtime: show panics in traceback
Austin Clements
2016-01-18
runtime: don't run TestEnsureDropM on windows or plan9
Ian Lance Taylor
2016-01-13
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-11
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
Ian Lance Taylor
2016-01-08
runtime/testdata: gofmt
Mikio Hara
2016-01-08
runtime: allow signal.Ignore of user-generated throwing signals
Russ Cox
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-06
runtime: set new m signal mask to program startup mask
Ian Lance Taylor
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
[prev]