about summary refs log tree commit diff
path: root/src/test/run-pass/vec-position.rs
AgeCommit message (Collapse)AuthorLines
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-16/+0
The removed test for issue #2611 is well covered by the `std::iterator` module itself. This adds the `count` method to `IteratorUtil` to replace `EqIter`.
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-02-20rustc: Use position method in check::methodTim Chevalier-0/+16
...because it appears to work now. Removes a FIXME.