summaryrefslogtreecommitdiff
path: root/src/runtime/debuglog.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-2/+2
* runtime: fix debuglog traceback printing off-by-oneAustin Clements2020-04-291-4/+16
* runtime: fix typo in debuglog commentAustin Clements2019-04-051-1/+1
* runtime: ring buffer for binary debug loggingAustin Clements2019-04-041-0/+808