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: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-06-05
5
-4
/
+87
*
runtime: save and restore CR for ppc64le
Ian Lance Taylor
2017-06-05
2
-0
/
+8
*
runtime: avoid division in gc
Ilya Tocar
2017-06-05
1
-1
/
+3
*
runtime: expand acceptable PingPongHog factor from 2 to 5
Austin Clements
2017-06-05
1
-4
/
+7
*
cmd/compile/internal/gc: speed-up small array comparison
Ilya Tocar
2017-06-01
1
-2
/
+0
*
runtime: work around NetBSD bug in thread creation
Benny Siegert
2017-05-31
1
-0
/
+10
*
runtime: fix stack split at bad time when disable inlining
Wei Xiao
2017-05-29
1
-0
/
+1
*
runtime: fix file reference in comments
Dmitry Savintsev
2017-05-29
1
-1
/
+1
*
runtime/cgo: add TSAN annotations for C sigaction call
Bryan C. Mills
2017-05-26
1
-1
/
+7
*
cmd/cgo, runtime/cgo: add docs for TSAN interaction
Ian Lance Taylor
2017-05-26
1
-0
/
+5
*
runtime: accept non-monotonic arena allocation on 32-bit
Austin Clements
2017-05-25
2
-29
/
+61
*
runtime: fix ppc64le c-archive init
Ian Lance Taylor
2017-05-24
1
-0
/
+3
*
runtime: use pselect6 for usleep on linux/386
Austin Clements
2017-05-23
1
-2
/
+5
*
runtime: remove unused copies of special stack guards
Austin Clements
2017-05-23
1
-9
/
+0
*
runtime: fix stackCache=0 debug mode
Austin Clements
2017-05-23
1
-6
/
+5
*
runtime: fix stackFromSystem returning memory
Austin Clements
2017-05-23
1
-1
/
+2
*
runtime: don't corrupt arena bounds on low mmap
Austin Clements
2017-05-23
1
-1
/
+13
*
runtime: use pselect6 for usleep on linux/amd64 and linux/arm
Austin Clements
2017-05-19
2
-5
/
+11
*
runtime/pprof: don't produce 0 location in count profiles
Austin Clements
2017-05-17
1
-1
/
+5
*
runtime/pprof: deflake TestGoroutineCounts
Carl Henrik Lunde
2017-05-17
1
-0
/
+4
*
runtime: mmap(2) on Solaris & Illumos can return EAGAIN.
Sean Chittenden
2017-05-16
1
-2
/
+3
*
runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"
Cherry Zhang
2017-05-16
1
-17
/
+17
*
cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions
Cherry Zhang
2017-05-16
1
-22
/
+16
*
runtime/pprof: expand inlined frames in symbolized proto profiles
Austin Clements
2017-05-15
4
-43
/
+91
*
runtime/pprof: clean up call/return PCs in memory profiles
Austin Clements
2017-05-15
4
-9
/
+16
*
runtime: doubly fix "double wakeup" panic
Austin Clements
2017-05-12
1
-1
/
+1
*
runtime: print debug info on "base out of range"
Austin Clements
2017-05-12
1
-0
/
+1
*
runtime: remove unused cpuid_X variables
Martin Möhrmann
2017-05-10
4
-15
/
+0
*
internal/cpu: new package to detect cpu features
Martin Möhrmann
2017-05-10
1
-21
/
+0
*
runtime/pprof: deflake TestGoroutineCounts
Austin Clements
2017-05-09
1
-10
/
+9
*
runtime: clean redundant call of environ function
feilengcui008
2017-05-03
1
-1
/
+1
*
runtime: don't panic for bad size hint in hashmap
Filip Gruszczynski
2017-05-02
2
-3
/
+10
*
runtime: refactor cpu feature detection for 386 & amd64
Martin Möhrmann
2017-05-01
9
-94
/
+243
*
runtime: use 64 bit calculation in overLoadFactor
Josh Bleecher Snyder
2017-05-01
1
-1
/
+1
*
runtime: reduce Windows timer resolution when idle
Austin Clements
2017-04-29
3
-1
/
+31
*
runtime/pprof: use symbol information already in profile in tests
Austin Clements
2017-04-28
1
-36
/
+37
*
runtime: make _TinySizeClass an int8 to prevent use as spanClass
Austin Clements
2017-04-28
2
-2
/
+2
*
runtime: eliminate heapBitsSetTypeNoScan
Austin Clements
2017-04-28
2
-10
/
+6
*
runtime: eliminate heapBits.hasPointers
Austin Clements
2017-04-28
2
-13
/
+2
*
runtime: separate spans of noscan objects
Austin Clements
2017-04-28
11
-52
/
+93
*
runtime: document runtime.Frames better
Austin Clements
2017-04-28
1
-10
/
+21
*
runtime/pprof: propagate profile labels into profile proto
Michael Matloob
2017-04-28
2
-5
/
+39
*
runtime: fix profile handling of labels for race detector
Russ Cox
2017-04-28
2
-0
/
+21
*
runtime/pprof: ignore dummy huge page mapping in /proc/self/maps
Russ Cox
2017-04-26
2
-3
/
+21
*
runtime/pprof: add /proc/self/maps parsing test
Russ Cox
2017-04-26
2
-97
/
+52
*
runtime: align mcentral by cache line size
Aliaksandr Valialkin
2017-04-26
1
-1
/
+1
*
runtime: adjust netpoll panic messages
Mikio Hara
2017-04-25
5
-35
/
+36
*
all: remove some unused parameters in test code
Daniel Martí
2017-04-25
1
-3
/
+3
*
runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2)
Brad Fitzpatrick
2017-04-25
1
-1
/
+1
*
runtime: simplify detection of preference to use AVX memmove
Martin Möhrmann
2017-04-25
7
-91
/
+31
[prev]
[next]