aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/callers_test.go
AgeCommit message (Expand)Author
2023-08-28runtime: fix bp restoration in panic recovery for arm64Michael Anthony Knyszek
2023-08-15runtime: restore caller's frame pointer when recovering from panicNick Ripley
2023-05-12runtime: remove unused skip arg from fpTracebackPCsFelix Geisendörfer
2023-03-30runtime: add a benchmark of FPCallersFelix Geisendörfer
2023-03-10runtime: add a benchmark of CallersAustin Clements
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2020-02-22runtime: mark testCallersEqual as a test helperIan Lance Taylor
2019-12-12runtime: force segv for nil defer function to be in deferreturn()Dan Scales
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-25runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor