aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debuglog.go
AgeCommit message (Expand)Author
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