about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Collapse)AuthorLines
2010-06-28Add to generic-obj.rs testcase a method that takes an argument of the object ↵Roy Frostig-0/+2
type-param type. XFAIL the test since it no longer passes.
2010-06-28Testcase (XFAILed) for fn item given as lval.Roy Frostig-0/+8
2010-06-28Testcase (XFAILed) for mutable alias vec weirdness.Roy Frostig-0/+7
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-25Add test of recursive object types (ha, work by default) and fix ↵Graydon Hoare-0/+25
effect-walker bug revealed by it.
2010-06-25Add testcases for item name conflict at the same path level.Roy Frostig-0/+11
2010-06-25Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig-1/+1
way more correctness.
2010-06-24Fix bad output-slot logic in tag constructors.Graydon Hoare-5/+5
2010-06-24Fix output-slot handling for real. It's been broken for a long time.Graydon Hoare-9/+9
2010-06-24Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵Graydon Hoare-0/+58
Add test for output slot modes with several broken cases.
2010-06-24Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵Graydon Hoare-2/+9
record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
2010-06-24Fix hg dependency in testsuite.Graydon Hoare-1/+1
2010-06-24Resolve and typecheck patterns in pattern alt.Roy Frostig-0/+7
2010-06-23Populate tree.Graydon Hoare-0/+1695