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
/
mfinal.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-05-03
1
-1
/
+1
*
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-13
1
-1
/
+1
*
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-03-12
1
-1
/
+1
*
runtime: split object finding out of heapBitsForObject
Austin Clements
2018-02-15
1
-1
/
+1
*
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2018-02-15
1
-43
/
+3
*
runtime: add a use of runtime.KeepAlive's argument
Keith Randall
2017-08-14
1
-6
/
+9
*
runtime: separate spans of noscan objects
Austin Clements
2017-04-28
1
-1
/
+1
*
runtime: don't rescan finalizers queue during mark termination
Austin Clements
2017-03-03
1
-1
/
+15
*
cmd/compile: do more type conversion inline
Keith Randall
2016-11-02
1
-2
/
+2
*
runtime: ensure finalizers are zero-initialized before reuse
Austin Clements
2016-10-28
1
-6
/
+9
*
runtime: avoid write barriers to uninitialized finalizer frame memory
Austin Clements
2016-10-28
1
-0
/
+5
*
runtime: consolidate h_spans and mheap_.spans
Austin Clements
2016-10-25
1
-1
/
+1
*
runtime: mark several types go:notinheap
Austin Clements
2016-10-15
1
-4
/
+7
*
runtime: weaken claim about SetFinalizer panicking
Austin Clements
2016-10-03
1
-1
/
+1
*
runtime: relax SetFinalizer documentation to allow &local
Elias Naur
2016-09-27
1
-2
/
+3
*
runtime: remove redundant expression from SetFinalizer
Erik Staab
2016-09-06
1
-1
/
+1
*
runtime: fix case in KeepAlive comment
Ian Lance Taylor
2016-07-08
1
-1
/
+1
*
runtime: add KeepAlive function
Ian Lance Taylor
2016-05-18
1
-0
/
+46
*
[dev.garbage] runtime: use s.base() everywhere it makes sense
Austin Clements
2016-04-29
1
-1
/
+1
*
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-04-22
1
-5
/
+5
*
runtime: simplify mallocgc flag argument
Keith Randall
2016-04-20
1
-1
/
+1
*
runtime: fix names in SetFinalizer doc comment
Ian Lance Taylor
2016-03-10
1
-12
/
+12
*
cmd/compile: remove slices from rtype.funcType
David Crawshaw
2016-03-09
1
-4
/
+7
*
cmd/compile: remove rtype *uncommonType field
David Crawshaw
2016-03-08
1
-1
/
+1
*
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-07
1
-3
/
+3
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-4
/
+4
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
cmd/compile: remove uncommonType.name
David Crawshaw
2016-02-26
1
-1
/
+1
*
cmd/compile: embed type string header in rtype
David Crawshaw
2016-02-24
1
-4
/
+4
*
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
1
-10
/
+11
*
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-10
1
-2
/
+5
*
runtime: eliminate some unnecessary uintptr conversions
Matthew Dempsky
2015-10-27
1
-2
/
+2
*
runtime: replace unsafe pointer arithmetic with array indexing
Matthew Dempsky
2015-10-21
1
-1
/
+1
*
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-21
1
-4
/
+4
*
runtime: change functype's in and out fields to []*_type
Matthew Dempsky
2015-10-21
1
-4
/
+3
*
cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss
Russ Cox
2015-05-01
1
-20
/
+25
*
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
Michael Hudson-Doyle
2015-04-10
1
-1
/
+1
*
runtime, reflect: support multiple moduledata objects
Michael Hudson-Doyle
2015-04-10
1
-5
/
+7
*
runtime, cmd/internal/ld: change runtime to use a single linker symbol
Michael Hudson-Doyle
2015-03-31
1
-4
/
+4
*
runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC)
Russ Cox
2015-03-20
1
-0
/
+5
*
runtime: remove runtime frames from stacks in traces
Dmitry Vyukov
2015-03-10
1
-1
/
+1
*
runtime: reorganize memory code
Russ Cox
2015-02-19
1
-0
/
+17
*
runtime: never show system goroutines in traceback
Dmitry Vyukov
2015-02-11
1
-3
/
+6
*
runtime: add tracing of runtime events
Dmitry Vyukov
2015-01-28
1
-1
/
+1
*
runtime: fix crash during heapdump
Dmitry Vyukov
2015-01-27
1
-3
/
+3
*
runtime: factor out bitmap, finalizer code from malloc/mgc
Russ Cox
2015-01-19
1
-0
/
+380