aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/method-overriding.rs
Commit message (Collapse)AuthorAgeFilesLines
* 'with' no longer a token; whitespace police.Lindsey Kuper2011-05-131-32/+0
| | | | | Plus renaming the anonymous objects test to a more descriptive name, and XFAILing it because it doesn't work yet.
* Bug fixes.Lindsey Kuper2011-05-131-1/+1
| | | | | Fixed infinite loop on anonymous objects in parser; added expr_anon_obj to walk.rs; fixed syntax of test case.
* More progress on anonymous objects.Lindsey Kuper2011-05-131-2/+8
| | | | Still segfaulting on the method-overriding.rs test, though.
* Starting on support for anonymous objects. Just syntax so far.Lindsey Kuper2011-05-131-0/+26