about summary refs log tree commit diff
path: root/src/test/run-pass/morestack5.rs
AgeCommit message (Collapse)AuthorLines
2014-08-04Remove obsolete stack growth testsBrian Anderson-29/+0
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-07-31test: Disable morestack testsBrian Anderson-0/+2
The new scheduler does not yet implement split stacks
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+0
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-02-20core: New task APIBrian Anderson-1/+1
2012-01-29rt: Remove set_min_stackBrian Anderson-5/+0
2012-01-06port over the tests to use the new APINiko Matsakis-1/+1
2011-12-18test: Enable all morestack testsBrian Anderson-3/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-05test: Add more tests for stack growthBrian Anderson-0/+26