summary refs log tree commit diff
path: root/src/test/run-fail/morestack3.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+6
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-06Fix tests to avoid empty classesTim Chevalier-2/+3
2012-06-05Port remaining run-fail tests to use classes instead of resourcesTim Chevalier-2/+5
2012-01-06update to use new spawn syntaxNiko Matsakis-1/+3
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-5/+0
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-2/+2
2011-12-06rt: Various tweaks to make __morestack unwinding work on linuxBrian Anderson-2/+2
2011-12-05test: More tests for unwinding + morestackBrian Anderson-0/+34