summary refs log tree commit diff
path: root/src/test/run-fail/morestack4.rs
AgeCommit message (Expand)AuthorLines
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-2/+5
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/+4
2012-01-29rt: Remove set_min_stackBrian Anderson-5/+0
2012-01-06update to use new spawn syntaxNiko Matsakis-1/+3
2011-12-18test: Enable all morestack testsBrian Anderson-2/+0
2011-12-17rt: Use a DWARF CFI scheme that works on mac in __morestackBrian Anderson-0/+28