aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack_test.go
AgeCommit message (Expand)Author
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2019-09-17runtime: remove unneeded noinline directivesKeith Randall
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-05-16runtime: disable some tests in -quick modeRuss Cox
2019-03-01runtime: scan defer closure in stack scanCherry Zhang
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2018-07-09runtime: scale timeout in TestStackGrowthIan Lance Taylor
2018-05-22runtime: fix defer matching of leaf functions on LR machinesAustin Clements
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-04-04runtime: improve StackCopy benchmarksJosh Bleecher Snyder
2017-12-01runtime: even more TestStackGrowth timeout debuggingAustin Clements
2017-11-13runtime: don't elide wrapper functions that call panic or at TOSAustin Clements
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-09-22runtime: hide <autogenerated> methods from call stackAustin Clements
2017-07-11runtime: make TestStackGrowth a serial testAustin Clements
2017-06-14runtime: speed up stack copyingJosh Bleecher Snyder
2017-06-08runtime: more diagnostics for TestStackGrowthAustin Clements
2017-02-14runtime: remove stack barriersAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-07runtime: don't call testing.Fatal from worker goroutinesMikio Hara
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-05runtime: add blank assignment to defeat "declared but not used" error from go...Alan Donovan
2015-06-02runtime: implement GC stack barriersAustin Clements
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-09-16runtime: reenable TestStackGrowth on 32-bit systemsRuss Cox
2014-09-16runtime: use traceback to traverse defer structuresRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox