| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2013-04-24 | add a Counter iterator | Daniel Micay | -8/+37 |
| 2013-04-20 | libcore: add a ScanIterator, a generalisation of MapIterator to have internal... | Huon Wilson | -2/+43 |
| 2013-04-19 | iterator: add a bit of documentation | Daniel Micay | -1/+16 |
| 2013-04-19 | iterator: add a chain adaptor | Daniel Micay | -0/+42 |
| 2013-04-19 | libcore: add an UnfoldrIterator like Haskell's `unfoldr` | Huon Wilson | -0/+43 |
| 2013-04-19 | re-organize the iterator module a bit | Daniel Micay | -16/+16 |
| 2013-04-19 | move iterator adaptor tests to iterator module | Daniel Micay | -0/+67 |
| 2013-04-19 | takewhile -> take_while, dropwhile -> skip_while | Daniel Micay | -7/+7 |
| 2013-04-19 | iterator: add skip and take | Daniel Micay | -0/+61 |
| 2013-04-18 | add dropwhile and takewhile iterators | Daniel Micay | -0/+70 |
| 2013-04-18 | libcore: add an EnumerateIterator, like Python's `enumerate`. | Huon Wilson | -0/+25 |
| 2013-04-15 | iterator: use an IteratorUtil trait | Daniel Micay | -32/+37 |
| 2013-04-13 | initial iterator object library | Daniel Micay | -0/+101 |
