aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/stack.go
AgeCommit message (Expand)Author
2024-11-21all: fix some function names and typos in commentcuishuang
2024-05-16runtime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
2024-05-15runtime/debug: add SetCrashOutput(...CrashOptions) parameterAlan Donovan
2024-02-22runtime: be careful about crash FD changes during panicMichael Pratt
2024-02-21runtime/debug: clarify SetCrashOutput dup behaviorMichael Pratt
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2023-11-08runtime: add available godoc linkcui fliter
2015-09-16runtime/debug: more explicit Stack docsDavid Crawshaw
2015-09-16runtime/debug: implement Stack using runtime.StackDavid Crawshaw
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox