aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/mlist-cycle.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-1/+1
| | | | (Have fun mergining your stuff with this.)
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+2
|
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵Graydon Hoare2010-09-091-1/+4
| | | | work, possibly a little bumpy. Changes a lot.
* A certain incomplete quantity of wrestling with "INIT" statements that don't ↵Graydon Hoare2010-07-221-3/+3
| | | | actually initialize. Should probably rename them to MAKE. Anyway, WIP, but two steps forward (and one back). More later.
* Fix the next typo in mlist-cycle.rs; still doesn't work.Graydon Hoare2010-07-131-1/+1
|
* Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵Graydon Hoare2010-06-251-0/+4
| | | | (still not quite working; some memory corruption in the recursive tag constructors, not the GC)
* Fix bad output-slot logic in tag constructors.Graydon Hoare2010-06-241-5/+5
|
* Populate tree.Graydon Hoare2010-06-231-0/+10