aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debuglog.go
AgeCommit message (Expand)Author
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2022-10-18runtime: avoid unsafe.{Slice,String} in debuglogMichael Pratt
2022-09-13runtime: replace stringStruct with unsafe.String where appropriateCuong Manh Le
2022-09-07runtime: simplify code using unsafe.{Slice,String}cuiweixie
2022-08-26runtime: convert dlogger.owned to atomic typehopehook
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2022-06-03runtime: avoid string allocation in printDebuglogMichael Anthony Knyszek
2022-05-03runtime: track how much memory is mapped in the Ready stateMichael Anthony Knyszek
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2020-04-29runtime: fix debuglog traceback printing off-by-oneAustin Clements
2019-04-05runtime: fix typo in debuglog commentAustin Clements
2019-04-04runtime: ring buffer for binary debug loggingAustin Clements