index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mfinal.go
Age
Commit message (
Expand
)
Author
2020-10-26
runtime: break down memstats.gc_sys
Michael Anthony Knyszek
2020-10-09
cmd/compile: split exported/non-exported methods for interface type
Cuong Manh Le
2020-09-27
os: document and emphasize a potential misuse of File.Fd
Changkun Ou
2019-11-04
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2018-07-09
runtime: clarify SetFinalizer docs
Ian Lance Taylor
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-02-15
runtime: split object finding out of heapBitsForObject
Austin Clements
2018-02-15
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2017-08-14
runtime: add a use of runtime.KeepAlive's argument
Keith Randall
2017-04-28
runtime: separate spans of noscan objects
Austin Clements
2017-03-03
runtime: don't rescan finalizers queue during mark termination
Austin Clements
2016-11-02
cmd/compile: do more type conversion inline
Keith Randall
2016-10-28
runtime: ensure finalizers are zero-initialized before reuse
Austin Clements
2016-10-28
runtime: avoid write barriers to uninitialized finalizer frame memory
Austin Clements
2016-10-25
runtime: consolidate h_spans and mheap_.spans
Austin Clements
2016-10-15
runtime: mark several types go:notinheap
Austin Clements
2016-10-03
runtime: weaken claim about SetFinalizer panicking
Austin Clements
2016-09-27
runtime: relax SetFinalizer documentation to allow &local
Elias Naur
2016-09-06
runtime: remove redundant expression from SetFinalizer
Erik Staab
2016-07-08
runtime: fix case in KeepAlive comment
Ian Lance Taylor
2016-05-18
runtime: add KeepAlive function
Ian Lance Taylor
2016-04-29
[dev.garbage] runtime: use s.base() everywhere it makes sense
Austin Clements
2016-04-22
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-03-10
runtime: fix names in SetFinalizer doc comment
Ian Lance Taylor
2016-03-09
cmd/compile: remove slices from rtype.funcType
David Crawshaw
2016-03-08
cmd/compile: remove rtype *uncommonType field
David Crawshaw
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-26
cmd/compile: remove uncommonType.name
David Crawshaw
2016-02-24
cmd/compile: embed type string header in rtype
David Crawshaw
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-27
runtime: eliminate some unnecessary uintptr conversions
Matthew Dempsky
2015-10-21
runtime: replace unsafe pointer arithmetic with array indexing
Matthew Dempsky
2015-10-21
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-21
runtime: change functype's in and out fields to []*_type
Matthew Dempsky
2015-05-01
cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss
Russ Cox
2015-04-10
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
Michael Hudson-Doyle
2015-04-10
runtime, reflect: support multiple moduledata objects
Michael Hudson-Doyle
2015-03-31
runtime, cmd/internal/ld: change runtime to use a single linker symbol
Michael Hudson-Doyle
2015-03-20
runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC)
Russ Cox
2015-03-10
runtime: remove runtime frames from stacks in traces
Dmitry Vyukov
2015-02-19
runtime: reorganize memory code
Russ Cox
2015-02-11
runtime: never show system goroutines in traceback
Dmitry Vyukov
2015-01-28
runtime: add tracing of runtime events
Dmitry Vyukov
[prev]
[next]