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
/
heapdump.go
Age
Commit message (
Expand
)
Author
2025-11-06
Revert "runtime: remove the pc field of _defer struct"
Keith Randall
2025-11-03
runtime: remove the pc field of _defer struct
Youlin Feng
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-20
runtime: add _Gdeadextra status
Michael Anthony Knyszek
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-08-16
runtime: use .Pointers() instead of .PtrBytes != 0
zhangyunhao
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2024-02-08
cmd/compile: move runtime.itab to internal/abi.ITab
Keith Randall
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-07
Revert "runtime: drop stack-allocated pcvalueCaches"
Austin Clements
2023-08-07
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
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-10
internal/abi: common up Method, Imethod, UncommonType types
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-21
internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...
Austin Clements
2023-03-10
runtime: replace all callback uses of gentraceback with unwinder
Austin Clements
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-16
runtime: set G wait reason more consistently
Michael Anthony Knyszek
2022-09-13
runtime: replace stringStruct with unsafe.String where appropriate
Cuong Manh Le
2022-09-02
runtime: replace stkframe.arglen/argmap with methods
Austin Clements
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-12
runtime: convert g.goid to uint64
Michael Pratt
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-02
runtime: trivial replacements of _g_ in GC files
Michael Pratt
2022-03-31
runtime: remove intermediate fields in memstats for ReadMemStats
Michael Anthony Knyszek
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-07-30
[dev.typeparams] runtime: use func() for deferred functions
Austin Clements
2021-06-17
[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCH
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-06-16
[dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...
Cherry Mui
2021-06-08
[dev.typeparams] runtime: make deferproc take a func() argument
Cherry Mui
2021-04-08
runtime: drop haveexperiment, sys.GOEXPERIMENT
Austin Clements
2021-03-11
cmd: move GOEXPERIMENT knob from make.bash to cmd/go
Matthew Dempsky
2021-03-05
runtime: encapsulate access to allgs
Michael Pratt
2020-10-30
runtime: add world-stopped assertions
Michael Pratt
2020-10-26
runtime: implement dumpmemstats in terms of readmemstats_m
Michael Anthony Knyszek
[next]