aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: correct various Go -> C function callsRuss Cox
2014-09-01runtime: fix StackRuss Cox
2014-08-30runtime: increase nosplit area to 192Russ Cox
2014-08-27runtime: give nosplit functions 32 more bytes of headroomRuss Cox
2014-07-30runtime: fix stack memory testKeith Randall
2014-07-17undo CL 101570044 / 2c57aaea79c4Keith Randall
2014-06-30undo CL 104200047 / 318b04f28372Keith Randall
2014-06-30runtime: stack allocator, separate from mallocgcKeith Randall
2014-05-25runtime: skip stack growth test on 32bit platformsDave Cheney
2014-04-13runtime: increase timeout in TestStackGrowthRuss Cox
2014-04-11runtime: make stack growth test shorterRuss Cox
2014-04-10runtime: no longer skip stack growth test in short modeDavid du Colombier
2014-04-07runtime: make sure associated defers are copyable before trying to copy a stack.Keith Randall
2014-03-21runtime: skip stack growth test in short modeDavid du Colombier
2014-03-19runtime: add stack growth testsDmitriy Vyukov
2014-03-12runtime: temporary weaken a check in testDmitriy Vyukov
2013-06-17runtime: fix test for new closure representationDmitriy Vyukov
2013-03-12runtime: deflake TestStackMemDmitriy Vyukov
2013-03-08runtime: make TestStackMem a little less flakyRuss Cox
2013-01-24runtime: increase stack limit in a testDmitriy Vyukov
2013-01-10runtime: less aggressive per-thread stack segment cachingDmitriy Vyukov
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox