aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Add testcases for item name conflict at the same path level.Roy Frostig2010-06-252-0/+19
|
* Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig2010-06-251-1/+1
| | | | way more correctness.
* Fix bad output-slot logic in tag constructors.Graydon Hoare2010-06-241-5/+5
|
* A couple new tests for broken parts of the typechecker, XFAILed.Graydon Hoare2010-06-242-0/+10
|
* Fix output-slot handling for real. It's been broken for a long time.Graydon Hoare2010-06-241-9/+9
|
* Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵Graydon Hoare2010-06-241-0/+58
| | | | Add test for output slot modes with several broken cases.
* Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵Graydon Hoare2010-06-241-2/+9
| | | | record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
* Fix hg dependency in testsuite.Graydon Hoare2010-06-241-1/+1
|
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-0/+7
|
* Populate tree.Graydon Hoare2010-06-23149-0/+2194