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: make tests that invoke 'go build' module-agnostic
Bryan C. Mills
2019-02-19
2
-6
/
+6
*
cmd/compile: implement shifts by signed amounts
Keith Randall
2019-02-15
1
-5
/
+15
*
crypto/tls, runtime: document GODEBUG TLS 1.3 option
Brad Fitzpatrick
2019-02-13
1
-1
/
+1
*
runtime: scan gp._panic in stack scan
Cherry Zhang
2019-02-13
6
-1
/
+58
*
runtime: add credit system for scavenging
Michael Anthony Knyszek
2019-01-31
1
-1
/
+21
*
runtime: scavenge memory upon allocating from scavenged memory
Michael Anthony Knyszek
2019-01-31
1
-0
/
+10
*
runtime: sample large heap allocations correctly
Raul Silvera
2019-01-18
2
-2
/
+5
*
runtime: don't coalesce scavenged spans with unscavenged spans
Michael Anthony Knyszek
2019-01-17
1
-8
/
+66
*
runtime: de-duplicate coalescing code
Michael Anthony Knyszek
2019-01-17
1
-25
/
+25
*
runtime: refactor coalescing into its own method
Michael Anthony Knyszek
2019-01-17
1
-56
/
+61
*
runtime: keep FuncForPC from crashing for PCs between functions
Keith Randall
2019-01-14
1
-3
/
+17
*
runtime: make mTreap iterator bidirectional
go1.12beta2
Michael Anthony Knyszek
2019-01-10
3
-36
/
+34
*
cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64
Clément Chigot
2019-01-09
1
-0
/
+3
*
runtime: follow convention for generated code comment in fastlog2table
Tobias Klauser
2019-01-09
2
-2
/
+2
*
runtime: make FuncForPC return the innermost inlined frame
Keith Randall
2019-01-08
3
-4
/
+49
*
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2019-01-08
5
-9
/
+31
*
runtime: disable GDB tests on freebsd on all GOARCH values
Yuval Pavel Zholkover
2019-01-08
1
-3
/
+1
*
runtime/pprof: add a test for gccgo bug #29448
Cherry Zhang
2019-01-07
1
-0
/
+35
*
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2019-01-04
2
-4
/
+43
*
runtime: work around "P has cached GC work" failures
Austin Clements
2019-01-04
1
-1
/
+28
*
runtime: proper panic tracebacks with mid-stack inlining
Keith Randall
2019-01-04
1
-54
/
+48
*
runtime: don't scan go'd function args past length of ptr bitmap
Keith Randall
2019-01-03
1
-1
/
+1
*
runtime: skip stack barrier copy when there are no pointers
Inada Naoki
2019-01-03
1
-3
/
+5
*
runtime: remove redundant slicing
Stepan Shabalin
2019-01-03
1
-3
/
+3
*
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2019-01-02
3
-1
/
+13
*
runtime: don't spin in checkPut if non-preemptible
Austin Clements
2019-01-02
2
-0
/
+19
*
runtime: disable GDB tests on freebsd/arm for now
Brad Fitzpatrick
2019-01-02
1
-3
/
+7
*
runtime: fix string formatting
Daniel Ingram
2019-01-02
1
-1
/
+2
*
runtime: fix notetsleepg deadline on js/wasm
Richard Musiol
2019-01-02
1
-1
/
+1
*
runtime: fix REFLECTMETHOD macro
Michael McLoughlin
2019-01-01
1
-1
/
+1
*
runtime: use EnumTimeFormatsEx instead of EnumWindows in callback tests
Jordan Rhee
2018-12-30
1
-3
/
+4
*
runtime: panic on uncomparable map key, even if map is empty
Keith Randall
2018-12-29
2
-37
/
+61
*
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-12-28
6
-300
/
+125
*
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshare
Michael Anthony Knyszek
2018-12-21
4
-53
/
+78
*
runtime: use QPC to implement cputicks() on windows/arm
Jordan Rhee
2018-12-20
2
-1
/
+12
*
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-19
6
-30
/
+175
*
runtime: disable TestArenaCollision on Darwin in race mode
Michael Anthony Knyszek
2018-12-19
2
-1
/
+9
*
Revert "runtime: use QPC for nanotime and time.now on windows/arm"
Jordan Rhee
2018-12-19
2
-12
/
+110
*
runtime: avoid write barrier in startpanic_m
Michael Anthony Knyszek
2018-12-19
2
-5
/
+13
*
runtime: use QPC for nanotime and time.now on windows/arm
go1.12beta1
Jordan Rhee
2018-12-18
2
-110
/
+12
*
runtime: call mmap with MAP_FIXED on BSDs in race mode
Michael Anthony Knyszek
2018-12-18
1
-1
/
+13
*
runtime: fix backtrace during C syscalls for aix/ppc64
Clément Chigot
2018-12-18
1
-7
/
+140
*
runtime: flush on every write barrier while debugging
Austin Clements
2018-12-18
2
-1
/
+9
*
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
Joel Sing
2018-12-18
2
-3
/
+71
*
runtime: allocate from free and scav fairly
Michael Anthony Knyszek
2018-12-17
2
-23
/
+31
*
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-12-17
3
-40
/
+88
*
runtime: fix sysUsed for Windows
Michael Anthony Knyszek
2018-12-17
1
-1
/
+1
*
runtime: capture pause stack for late gcWork put debugging
Austin Clements
2018-12-17
2
-0
/
+26
*
runtime: make traceback indicate whether _defer was just allocated
Austin Clements
2018-12-17
1
-0
/
+9
*
runtime: record extra information in throwOnGCWork crashes
Austin Clements
2018-12-17
1
-1
/
+23
[next]