| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-30 | Remove vec::[r]position_between, replaced by slices & iterators. | Huon Wilson | -4/+5 | |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -4/+3 | |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+1 | |
| 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-06-16 | remove unused imports | Huon Wilson | -1/+0 | |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 | |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -4/+2 | |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -1/+3 | |
| You can still initialize multiple variables at once with "let (x, y) = (1, 2)". | ||||
| 2013-06-03 | Ignore tests that cannot pass on buildbot | Corey Richardson | -0/+1 | |
| 2013-06-01 | test fixes | Corey Richardson | -1/+1 | |
| 2013-05-31 | Fix formatting for tidy | Corey Richardson | -5/+17 | |
| 2013-05-31 | extra::term: better error handling and win32 compat | Corey Richardson | -2/+1 | |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -0/+320 | |
