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
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime/cgo: retry pthread_create on EAGAIN for OpenBSD
Ian Lance Taylor
2016-12-05
4
-3
/
+36
*
runtime/cgo: retry pthread_create on EAGAIN
Ian Lance Taylor
2016-12-05
22
-21
/
+72
*
runtime: don't skip TestCgoCallbackGC on FreeBSD
Ian Lance Taylor
2016-12-05
1
-2
/
+0
*
runtime: check that Version does not contain \r \n
Russ Cox
2016-12-05
1
-0
/
+9
*
runtime: skip GDB tests on mips64
Brad Fitzpatrick
2016-12-03
1
-4
/
+15
*
runtime: fix incorrect comment about bitvector layout
Austin Clements
2016-12-01
1
-1
/
+1
*
Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"
Elias Naur
2016-12-01
1
-10
/
+4
*
runtime: fix undead arguments in cgocall
Austin Clements
2016-11-30
1
-1
/
+19
*
runtime: use standard comment style in cgocall
Austin Clements
2016-11-30
1
-15
/
+11
*
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
4
-28
/
+37
*
runtime: extract Linux auxv handling
Austin Clements
2016-11-29
1
-0
/
+4
*
internal/pprof: don't discard allocations called by reflect.Call
Ian Lance Taylor
2016-11-28
1
-6
/
+23
*
runtime/cgo: save correct floating point registers on s390x
Michael Munday
2016-11-23
3
-53
/
+65
*
runtime/pprof/internal/protopprof: fix test on s390x
Michael Munday
2016-11-22
1
-1
/
+3
*
runtime: do not print runtime panic frame at top of user stack
Russ Cox
2016-11-22
2
-7
/
+9
*
runtime/pprof: generate heap profiles in compressed proto format
Michael Matloob
2016-11-22
3
-12
/
+194
*
runtime: sleep a bit to let a bad signal be delivered
Ian Lance Taylor
2016-11-22
1
-0
/
+5
*
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
Cherry Zhang
2016-11-22
2
-3
/
+7
*
runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM
Cherry Zhang
2016-11-21
3
-2
/
+21
*
runtime: make work.bytesMarked 8-byte aligned
Cherry Zhang
2016-11-21
1
-13
/
+16
*
runtime/pprof: emit count profiles with debug=0 as proto profiles
Michael Matloob
2016-11-21
2
-18
/
+68
*
runtime: wake idle Ps when enqueuing GC work
Austin Clements
2016-11-20
3
-6
/
+44
*
runtime: exit idle worker if there's higher-priority work
Austin Clements
2016-11-20
3
-4
/
+55
*
runtime: handle SIGPIPE in c-archive and c-shared programs
Elias Naur
2016-11-18
1
-4
/
+10
*
runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...
Vladimir Stefanovic
2016-11-17
1
-4
/
+4
*
runtime: improve diagnostics for "scan missed a g"
Austin Clements
2016-11-17
1
-8
/
+14
*
runtime/pprof: fix typo in test
Brad Fitzpatrick
2016-11-17
1
-2
/
+2
*
runtime: handle bad ftab index in symtab.go
Lynn Boger
2016-11-17
1
-3
/
+10
*
runtime/cgo: fixes for calling sigaction in C
Ian Lance Taylor
2016-11-16
1
-1
/
+11
*
cmd/compile: ensure necessary types appear in .debug_info
David Chase
2016-11-16
1
-0
/
+70
*
runtime/pprof: skip profiling tests on mips if highres timers not available
Brad Fitzpatrick
2016-11-16
1
-1
/
+51
*
runtime/cgo: use libc for sigaction syscalls when possible
Bryan C. Mills
2016-11-16
8
-6
/
+207
*
runtime: add support files for linux/mips{,le} port
Vladimir Stefanovic
2016-11-15
26
-90
/
+2241
*
cmd/link, runtime, plugin: versioning
David Crawshaw
2016-11-15
2
-3
/
+18
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
3
-17
/
+26
*
all: fix vet nits
Josh Bleecher Snyder
2016-11-13
1
-1
/
+1
*
runtime/internal/atomic: add TestUnaligned64
Brad Fitzpatrick
2016-11-12
1
-0
/
+36
*
net: implement asynchonous cancelable I/O on Plan 9
David du Colombier
2016-11-12
3
-0
/
+33
*
runtime: include pre-panic/throw logs in core dumps
Rhys Hiltner
2016-11-11
1
-1
/
+35
*
runtime: fix Windows profiling crash
Russ Cox
2016-11-11
1
-2
/
+7
*
runtime/pprof: delete new TestCPUProfileParse
Russ Cox
2016-11-11
1
-20
/
+0
*
runtime/pprof/internal: delete package gzip0
Michael Matloob
2016-11-11
2
-199
/
+0
*
runtime/pprof: output CPU profiles in pprof protobuf format
Michael Matloob
2016-11-10
4
-109
/
+48
*
runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...
Michael Munday
2016-11-09
1
-1
/
+3
*
runtime/pprof/internal: add package protopprof
Michael Matloob
2016-11-08
2
-0
/
+313
*
cmd/internal/sys, runtime/internal/sys: gofmt
Michael Munday
2016-11-07
1
-7
/
+7
*
runtime: os.Executable runtime support for Darwin
Shenghou Ma
2016-11-07
2
-0
/
+19
*
runtime/race: allow TestFail to run longer than 0.00s
Alex Brainman
2016-11-07
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-04
7
-7
/
+7
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
7
-0
/
+28
[next]