aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/stack_test.go
AgeCommit message (Expand)Author
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2024-05-16runtime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2022-03-17runtime/debug: do not require a GOROOT/src prefix in TestStackBryan C. Mills
2022-03-15all: untab /* */ doc commentsRuss Cox
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-12-18testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox
2015-09-16runtime/debug: implement Stack using runtime.StackDavid Crawshaw
2014-09-08build: move package sources from src/pkg to srcRuss Cox