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
2025-06-13
runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueue
Cherry Mui
2025-05-20
runtime: report finalizer and cleanup queue length with checkfinalizer>0
Michael Anthony Knyszek
2025-05-20
runtime: annotate checkfinalizers reports with source and type info
Michael Anthony Knyszek
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-06
unique: use a bespoke canonicalization map and runtime.AddCleanup
Michael Anthony Knyszek
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2025-03-24
runtime: rename runfinq to runFinalizersAndCleanups
Michael Pratt
2025-02-19
runtime: minor mfinal.go code cleanup
Michael Anthony Knyszek
2024-12-07
runtime: improve AddCleanup documentation
Austin Clements
2024-11-16
runtime: implement AddCleanup
Carlos Amedee
2024-11-15
runtime: validate all calls to SetFinalizer
Carlos Amedee
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-06-07
runtime: add a note on SetFinalizer doc about method receiver
Anuraag Agrawal
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2023-11-21
sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...
Carlo Alberto Ferraris
2023-11-17
runtime: put allocation headers back at the start the object
Michael Anthony Knyszek
2023-11-09
runtime: make alloc headers footers instead
Michael Anthony Knyszek
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-08
runtime: add available godoc link
cui fliter
2023-10-06
cmd/compile: pass only the itab to the assertI2I-style functions
Keith Randall
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-05-19
runtime: replace raw traceEv with traceBlockReason in gopark
Michael Anthony Knyszek
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
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
[next]