index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
callers_test.go
Age
Commit message (
Expand
)
Author
20 hours
all: prealloc slice with possible minimum capabilities
Shulhan
2024-07-25
runtime: use slices and maps to clean up tests
apocelipes
2023-08-28
runtime: fix bp restoration in panic recovery for arm64
Michael Anthony Knyszek
2023-08-15
runtime: restore caller's frame pointer when recovering from panic
Nick Ripley
2023-05-12
runtime: remove unused skip arg from fpTracebackPCs
Felix Geisendörfer
2023-03-30
runtime: add a benchmark of FPCallers
Felix Geisendörfer
2023-03-10
runtime: add a benchmark of Callers
Austin Clements
2022-04-18
cmd/compile: fix missing source information in ssa view
hopehook
2020-02-22
runtime: mark testCallersEqual as a test helper
Ian Lance Taylor
2019-12-12
runtime: force segv for nil defer function to be in deferreturn()
Dan Scales
2019-11-04
runtime: ensure that Goexit cannot be aborted by a recursive panic/recover
Dan Scales
2019-10-24
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-10-16
Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...
Bryan C. Mills
2019-10-16
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-09-25
misc, runtime, test: extra tests and benchmarks for defer
Dan Scales
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-25
runtime, runtime/pprof: add Frames to get file/line for Callers
Ian Lance Taylor