about summary refs log tree commit diff
path: root/src/test/run-fail/morestack2.rs
AgeCommit message (Collapse)AuthorLines
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-2/+0
This existed to make up for the lack of stack growth, and wasn't generally safe.
2011-12-18test: Enable all morestack testsBrian Anderson-2/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-11rt: Make unwinding through __morestack work on macBrian Anderson-1/+1
Had to bump the min stack size in some of the tests from 256 bytes to 1024 bytes. Not sure why yet.
2011-12-05test: More tests for unwinding + morestackBrian Anderson-3/+9
2011-12-05rt: Make stack unwinding work more correctly with stack growthBrian Anderson-0/+35