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
/
stack_test.go
Age
Commit message (
Expand
)
Author
2025-09-25
std: remove unused declarations
Alan Donovan
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-04
runtime: don't run TestStackGrowth in parallel with other tests
Cherry Mui
2023-05-03
runtime: add test for systemstack frame pointer adjustment
Felix Geisendörfer
2023-04-18
runtime: adjust frame pointer on stack copy on ARM64
Cherry Zhang
2023-03-15
runtime: fix callee tracking in traceback printing
Austin Clements
2023-03-10
runtime: add tests of printing inlined frames in tracebacks
Austin Clements
2022-09-07
runtime: use strings.Builder
cuiweixie
2022-09-05
runtime: convert local var started,progress at TestStackGrowth to atomic type
cuiweixie
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-01-19
runtime: eliminate arbitrary timeout in TestStackGrowth
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-05
runtime: add BenchmarkStackCopyWithStkobj
Josh Bleecher Snyder
2020-11-24
runtime: use inlined function name for traceback elision
Austin Clements
2019-09-17
runtime: remove unneeded noinline directives
Keith Randall
2019-06-10
Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""
Keith Randall
2019-06-05
Revert "cmd/compile,runtime: allocate defer records on the stack"
Keith Randall
2019-06-04
cmd/compile,runtime: allocate defer records on the stack
Keith Randall
2019-05-16
runtime: disable some tests in -quick mode
Russ Cox
2019-03-01
runtime: scan defer closure in stack scan
Cherry Zhang
2018-11-08
cmd/compile: encourage inlining of functions with single-call bodies
Keith Randall
2018-07-09
runtime: scale timeout in TestStackGrowth
Ian Lance Taylor
2018-05-22
runtime: fix defer matching of leaf functions on LR machines
Austin Clements
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-04-04
runtime: improve StackCopy benchmarks
Josh Bleecher Snyder
2017-12-01
runtime: even more TestStackGrowth timeout debugging
Austin Clements
2017-11-13
runtime: don't elide wrapper functions that call panic or at TOS
Austin Clements
2017-10-30
runtime: make systemstack tail call if already switched
Austin Clements
2017-09-22
runtime: hide <autogenerated> methods from call stack
Austin Clements
2017-07-11
runtime: make TestStackGrowth a serial test
Austin Clements
2017-06-14
runtime: speed up stack copying
Josh Bleecher Snyder
2017-06-08
runtime: more diagnostics for TestStackGrowth
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-07
runtime: don't call testing.Fatal from worker goroutines
Mikio Hara
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-05
runtime: add blank assignment to defeat "declared but not used" error from go...
Alan Donovan
2015-06-02
runtime: implement GC stack barriers
Austin Clements
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-09-16
runtime: reenable TestStackGrowth on 32-bit systems
Russ Cox
2014-09-16
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-09
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox