about summary refs log tree commit diff
path: root/src/test/run-fail/morestack2.rs
AgeCommit message (Expand)AuthorLines
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-2/+4
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-02-11rt: remove last_os_error and adjust tests.Luqman Aden-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-2/+1
2013-01-24librustc: Make C functions unsafePatrick Walton-2/+4
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-7/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
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-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-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-02-03Remove experimental GC codeMarijn Haverbeke-2/+2
2012-02-02rt: Remove task pinning. Does nothingBrian Anderson-2/+2
2012-01-06update to use new spawn syntaxNiko Matsakis-2/+2
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-2/+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-1/+1
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