aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic_test.go
AgeCommit message (Expand)Author
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2025-11-07runtime: correctly print panics before fatal-ing on deferqiulaidongfeng
2025-10-29runtime: use internal/strconvRuss Cox
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2020-04-22runtime: fix bad link to issue tracker in testAlberto Donizetti
2020-03-03runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke