index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: get more info for TestCgoSignalDeadlock failures
Ian Lance Taylor
2017-06-27
1
-2
/
+6
*
runtime: don't run TestCgoNumGoroutine on Windows or Plan 9
Ian Lance Taylor
2017-06-14
1
-0
/
+2
*
runtime, syscall: reset signal handlers to default in child
Ian Lance Taylor
2017-06-14
1
-0
/
+70
*
runtime: mark extra M's G as dead when not in use
Austin Clements
2017-06-07
1
-0
/
+97
*
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-06-05
1
-0
/
+27
*
runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSD
David NewHamlet
2017-03-10
1
-0
/
+126
*
runtime: add explicit (void) in C to avoid GCC 7 problem
Ian Lance Taylor
2017-01-30
2
-4
/
+4
*
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-04
2
-2
/
+2
*
runtime/testdata/testprog: increase GCFairness2 timeout to 1s
Quentin Smith
2016-11-03
1
-2
/
+16
*
runtime: record current PC for SIGPROF on non-Go thread
Ian Lance Taylor
2016-10-11
1
-0
/
+8
*
runtime: add threadprof tag for test that starts busy thread
Ian Lance Taylor
2016-10-06
2
-0
/
+19
*
runtime/testdata/testprogcgo: add explicit return value to signalThread
Michael Munday
2016-10-05
1
-1
/
+1
*
runtime: don't call cgocallback from signal handler
Ian Lance Taylor
2016-10-05
1
-0
/
+102
*
runtime: avoid endless loop if printing the panic value panics
Ian Lance Taylor
2016-10-05
1
-0
/
+11
*
runtime: use sched_yield instead of pthread_yield
David Crawshaw
2016-09-23
1
-1
/
+2
*
cmd/compile: don't instrument copy and append in runtime
Ian Lance Taylor
2016-09-22
1
-0
/
+77
*
runtime: remove unused function in test
Ian Lance Taylor
2016-08-23
1
-11
/
+0
*
runtime: fix map iterator concurrent map check
Keith Randall
2016-08-16
1
-0
/
+77
*
runtime: move printing of extra newline
Josh Bleecher Snyder
2016-08-16
1
-2
/
+2
*
cmd/pprof: don't use offset if we don't have a start address
Ian Lance Taylor
2016-06-21
1
-0
/
+49
*
runtime: remove useless loop from CgoCCodeSIGPROF test program
Ian Lance Taylor
2016-06-16
1
-10
/
+8
*
runtime: collect stack trace if SIGPROF arrives on non-Go thread
Ian Lance Taylor
2016-06-13
1
-0
/
+112
*
runtime: pass signal context to cgo traceback function
Ian Lance Taylor
2016-05-31
3
-0
/
+3
*
runtime: fix goroutine priority elevation
Austin Clements
2016-05-19
1
-0
/
+35
*
runtime: deflake TestSignalExitStatus
Ian Lance Taylor
2016-05-18
1
-1
/
+13
*
runtime/testdata/testprogcgo: fix Windows C compiler warning
Brad Fitzpatrick
2016-05-10
1
-1
/
+1
*
runtime: put tracebackctxt C functions in .c file
Ian Lance Taylor
2016-05-05
2
-92
/
+98
*
runtime: use cgo traceback for SIGPROF
Ian Lance Taylor
2016-05-04
1
-0
/
+96
*
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-02
1
-1
/
+1
*
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-04-29
1
-0
/
+191
*
cmd/go: fix -buildmode=c-archive should work on windows
Christopher Nelson
2016-04-04
1
-1
/
+2
*
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-04-01
1
-0
/
+80
*
runtime: limit TestCgoCCodeSIGPROF test to 1 second
Ian Lance Taylor
2016-03-11
1
-0
/
+7
*
runtime: fix off-by-one error finding module for PC
Ian Lance Taylor
2016-03-04
1
-0
/
+48
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
24
-24
/
+24
*
runtime: more deflaking of TestCgoCheckBytes
Ian Lance Taylor
2016-02-26
1
-2
/
+12
*
runtime: when crash with panic, call user Error/String methods before freezin...
Shenghou Ma
2016-02-21
2
-0
/
+55
*
runtime: skip cgo check for non-pointer slice elements
Ian Lance Taylor
2016-02-19
1
-0
/
+10
*
runtime: show panics in traceback
Austin Clements
2016-02-16
1
-1
/
+19
*
runtime: don't run TestEnsureDropM on windows or plan9
Ian Lance Taylor
2016-01-18
1
-0
/
+2
*
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-13
1
-0
/
+15
*
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
Ian Lance Taylor
2016-01-11
2
-0
/
+68
*
runtime/testdata: gofmt
Mikio Hara
2016-01-08
3
-3
/
+3
*
runtime: allow signal.Ignore of user-generated throwing signals
Russ Cox
2016-01-08
1
-0
/
+26
*
Revert "runtime: make NumGoroutine and Stack agree not to include system goro...
Russ Cox
2016-01-08
1
-15
/
+0
*
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-08
1
-0
/
+15
*
runtime: set new m signal mask to program startup mask
Ian Lance Taylor
2016-01-06
1
-0
/
+89
*
runtime: fix exit status when killed by signal
Ian Lance Taylor
2016-01-05
1
-0
/
+17
*
runtime: move test programs out of source code, coalesce
Russ Cox
2015-12-29
18
-0
/
+893