about summary refs log tree commit diff
path: root/src/test/run-pass/mlist-cycle.rs
AgeCommit message (Collapse)AuthorLines
2014-01-03test: De-`@mut` the test suitePatrick Walton-26/+0
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
These are relics that serve no purpose.
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-04-30this test still doesn't pass, but at least it parses...John Clements-6/+8
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-5/+5
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-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-7/+7
This reverts commit 3b013cd800ce675a445220105911bbefd2427e47.
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-7/+7
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-4/+4
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ↵Patrick Walton-1/+1
tests accordingly.
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
Closes #799
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-1/+3
This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0.
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
Closes #799
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-3/+0
While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0.
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+4
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-4/+4
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+1
The new test runners run stage 3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-11/+10
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-1/+1
This should be a snapshot transition.
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-1/+1
(Have fun mergining your stuff with this.)
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+2
2010-09-09Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵Graydon Hoare-1/+4
work, possibly a little bumpy. Changes a lot.
2010-07-22A certain incomplete quantity of wrestling with "INIT" statements that don't ↵Graydon Hoare-3/+3
actually initialize. Should probably rename them to MAKE. Anyway, WIP, but two steps forward (and one back). More later.
2010-07-13Fix the next typo in mlist-cycle.rs; still doesn't work.Graydon Hoare-1/+1
2010-06-25Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵Graydon Hoare-0/+4
(still not quite working; some memory corruption in the recursive tag constructors, not the GC)
2010-06-24Fix bad output-slot logic in tag constructors.Graydon Hoare-5/+5
2010-06-23Populate tree.Graydon Hoare-0/+10