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