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
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-15
runtime: clarify finalizer semantics for tiny objects
Changkun Ou
2022-10-12
arena: add experimental arena package
Michael Anthony Knyszek
2022-09-05
runtime: refactor finalizer goroutine status
Leonard Wang
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-04
runtime: add mayAcquire annotation for finlock
Austin Clements
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-05-03
runtime: decrease STW pause for goroutine profile
Rhys Hiltner
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-03
runtime: count spill slot for frame size at finalizer call
Cherry Mui
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-08-05
runtime: warn that KeepAlive is not an unsafe.Pointer workaround
Matthew Dempsky
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-03-11
runtime: support register ABI for finalizers
Michael Anthony Knyszek
2021-02-23
cmd/compile: simplify assert{E,I}2I{,2} calling conventions
Cuong Manh Le
2021-02-16
[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call
Michael Anthony Knyszek
2020-10-28
Revert "cmd/compile: split exported/non-exported methods for interface type"
Cuong Manh Le
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
[next]