summaryrefslogtreecommitdiff
path: root/src/runtime/stack_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: use inlined function name for traceback elisionAustin Clements2020-11-241-0/+41
* runtime: remove unneeded noinline directivesKeith Randall2019-09-171-3/+0
* Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall2019-06-101-0/+55
* Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall2019-06-051-55/+0
* cmd/compile,runtime: allocate defer records on the stackKeith Randall2019-06-041-0/+55
* runtime: disable some tests in -quick modeRuss Cox2019-05-161-0/+4
* runtime: scan defer closure in stack scanCherry Zhang2019-03-011-0/+8
* cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall2018-11-081-0/+3
* runtime: scale timeout in TestStackGrowthIan Lance Taylor2018-07-091-1/+12
* runtime: fix defer matching of leaf functions on LR machinesAustin Clements2018-05-221-0/+33
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+4
* runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels2018-04-131-0/+40
* runtime: improve StackCopy benchmarksJosh Bleecher Snyder2018-04-041-154/+43
* runtime: even more TestStackGrowth timeout debuggingAustin Clements2017-12-011-6/+17
* runtime: don't elide wrapper functions that call panic or at TOSAustin Clements2017-11-131-0/+78
* runtime: make systemstack tail call if already switchedAustin Clements2017-10-301-0/+33
* runtime: hide <autogenerated> methods from call stackAustin Clements2017-09-221-0/+58
* runtime: make TestStackGrowth a serial testAustin Clements2017-07-111-1/+3
* runtime: speed up stack copyingJosh Bleecher Snyder2017-06-141-0/+172
* runtime: more diagnostics for TestStackGrowthAustin Clements2017-06-081-0/+6
* runtime: remove stack barriersAustin Clements2017-02-141-4/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: don't call testing.Fatal from worker goroutinesMikio Hara2016-02-071-2/+2
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* runtime: add blank assignment to defeat "declared but not used" error from go...Alan Donovan2015-06-051-0/+1
* runtime: implement GC stack barriersAustin Clements2015-06-021-0/+33
* runtime: rename gothrow to throwKeith Randall2014-12-281-0/+18
* runtime: reenable TestStackGrowth on 32-bit systemsRuss Cox2014-09-161-4/+0
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-4/+92
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-54/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+367