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
/
export_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: fix CPU underutilization
Dmitry Vyukov
2016-05-03
1
-0
/
+32
*
runtime: fix pagesInUse accounting
Austin Clements
2016-04-04
1
-0
/
+16
*
runtime: use unaligned loads on ppc64
Keith Randall
2016-03-18
1
-0
/
+3
*
runtime: move testSchedLocalQueue* to export_test
Emmanuel Odeke
2016-03-13
1
-2
/
+60
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
runtime: remove unused parfor code
Austin Clements
2016-02-21
1
-36
/
+0
*
runtime: fix errno sign for some mmap and mincore cases
Ian Lance Taylor
2016-02-12
1
-2
/
+0
*
runtime: add test for mincore's return value sign on Linux
Brad Fitzpatrick
2016-02-11
1
-0
/
+2
*
runtime: use at least "system" traceback level for runtime tests
Austin Clements
2016-01-15
1
-0
/
+8
*
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
1
-3
/
+4
*
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-10
1
-2
/
+5
*
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-21
1
-1
/
+1
*
runtime: remove _Kind constants
Ian Lance Taylor
2015-10-13
1
-2
/
+2
*
pprof: improve sampling for heap profiling
Raul Silvera
2015-10-05
1
-0
/
+2
*
runtime: test that periodic GC works
Austin Clements
2015-09-30
1
-0
/
+2
*
cmd/compile: fix uninitialized memory in compare of interface value
Austin Clements
2015-08-25
1
-0
/
+1
*
cmd/compile: fix uninitialized memory during type switch assertE2I2
Russ Cox
2015-07-30
1
-0
/
+2
*
runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system
Russ Cox
2015-05-15
1
-0
/
+2
*
runtime: don't run runq tests on the system stack
Austin Clements
2015-05-12
1
-2
/
+2
*
runtime: use 1-bit pointer bitmaps in type representation
Russ Cox
2015-05-11
1
-8
/
+1
*
runtime: add benchmark of heapBitsSetType
Russ Cox
2015-05-11
1
-0
/
+29
*
runtime: enable profiling on g0
Daniel Morsing
2015-05-11
1
-5
/
+0
*
runtime: fix software FP regs corruption when emulating SQRT on ARM
Shenghou Ma
2015-05-05
1
-0
/
+1
*
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2015-04-24
1
-0
/
+3
*
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-22
1
-0
/
+2
*
runtime: merge slice and sliceStruct
Michael Hudson-Doyle
2015-04-15
1
-2
/
+4
*
runtime: rename close to closefd
David Crawshaw
2015-04-14
1
-1
/
+1
*
runtime: do not share underlying envs/argv array
David Crawshaw
2015-03-09
1
-0
/
+3
*
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-03-03
1
-0
/
+5
*
runtime: use func value for parfor body
Austin Clements
2015-01-29
1
-1
/
+1
*
runtime: eliminate parfor ctx field
Austin Clements
2015-01-29
1
-3
/
+2
*
runtime: use threads slice in parfor instead of unsafe pointer math
Austin Clements
2015-01-29
1
-9
/
+8
*
runtime: fix 32-bit build
Keith Randall
2015-01-08
1
-0
/
+2
*
runtime: remove unused export_test declarations
David Crawshaw
2015-01-01
1
-11
/
+0
*
runtime: a better fallback hash
Keith Randall
2014-12-22
1
-1
/
+0
*
[dev.garbage] all: merge dev.cc into dev.garbage
Russ Cox
2014-11-15
1
-57
/
+23
|
\
|
*
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-12
1
-7
/
+7
|
*
[dev.cc] runtime: convert parallel support code from C to Go
Russ Cox
2014-11-11
1
-53
/
+19
*
|
[dev.garbage] runtime: fix TestLFStack on 386
Russ Cox
2014-10-27
1
-1
/
+1
|
/
*
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-11
1
-0
/
+3
*
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
Russ Cox
2014-09-09
1
-1
/
+0
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+163