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
/
debuglog.go
Age
Commit message (
Expand
)
Author
2025-11-18
runtime: add dlog.hexdump
Austin Clements
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-04-08
runtime: use internal/byteorder
apocelipes
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-07-30
runtime: run debuglog tests when debuglog tag is *not* set
Austin Clements
2024-07-30
runtime: switch debuglog from const-toggled to type-toggled
Austin Clements
2024-07-30
runtime: rename dlogger to dloggerImpl
Austin Clements
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2022-10-18
runtime: avoid unsafe.{Slice,String} in debuglog
Michael Pratt
2022-09-13
runtime: replace stringStruct with unsafe.String where appropriate
Cuong Manh Le
2022-09-07
runtime: simplify code using unsafe.{Slice,String}
cuiweixie
2022-08-26
runtime: convert dlogger.owned to atomic type
hopehook
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-06-03
runtime: avoid string allocation in printDebuglog
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2020-04-29
runtime: fix debuglog traceback printing off-by-one
Austin Clements
2019-04-05
runtime: fix typo in debuglog comment
Austin Clements
2019-04-04
runtime: ring buffer for binary debug logging
Austin Clements