about summary refs log tree commit diff
path: root/src/test/run-pass/anon-obj-backwarding-2.rs
AgeCommit message (Collapse)AuthorLines
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-25/+0
2011-08-20ReformatBrian Anderson-9/+11
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-09Thread "self" through the stack. Backwarding! Closes #702.Lindsey Kuper-16/+5
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+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-29Reduced test case for current backwarding bug.Lindsey Kuper-0/+35
Still working on getting backwarding to play nicely with self and overriding. Currently can't fix issue #702 without breaking how self and overriding interact.