| Age | Commit message (Expand) | Author | Lines |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -15/+3 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -21/+20 |
| 2013-08-15 | std: Move the iterator param on FromIterator and Extendable to the method. | Huon Wilson | -21/+20 |
| 2013-08-14 | auto merge of #8453 : dmanescu/rust/8451, r=cmr | bors | -4/+33 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -12/+12 |
| 2013-08-12 | auto merge of #8476 : thestinger/rust/snapshot, r=brson | bors | -97/+0 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -97/+0 |
| 2013-08-12 | auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr | bors | -3/+61 |
| 2013-08-12 | Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl... | David Manescu | -4/+33 |
| 2013-08-11 | extra::treemap: Use IteratorUtil::peekable | blake2-ppc | -88/+46 |
| 2013-08-10 | Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators | Erick Tryzelaar | -13/+13 |
| 2013-08-10 | auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblum | bors | -13/+13 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -4/+4 |
| 2013-08-10 | std: Iterator.take_ -> .take | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -28/+28 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -3/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -31/+31 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -15/+115 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+0 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -14/+15 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -14/+15 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -3/+0 |
| 2013-08-08 | Isolate common wait_end logic | Steven Stewart-Gallus | -13/+13 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -365/+410 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -342/+373 |
| 2013-08-08 | extra::dlist: Use iterator::order for sequence ordering | blake2-ppc | -3/+61 |
| 2013-08-07 | extra: Remove all each_* methods in treemap | blake2-ppc | -39/+6 |
| 2013-08-07 | extra: Implement .rev_iter() in treemap | blake2-ppc | -21/+60 |
| 2013-08-07 | extra: External iterators for TreeSet set operations | blake2-ppc | -114/+134 |
| 2013-08-07 | extra: Simplify Eq/Ord in treemap | blake2-ppc | -21/+5 |
| 2013-08-07 | extra: add `internal` to {de,in}flate_bytes_ naming to address nit | darkf | -6/+6 |
| 2013-08-07 | add extra::flate::deflate_bytes_zlib and a test | darkf | -2/+19 |
| 2013-08-07 | add inflate_bytes_zlib to exra::flate | darkf | -2/+11 |
| 2013-08-07 | Turn OptGroups into a main opt and a main and an aliased opts | Jordi Boggiano | -35/+72 |
| 2013-08-07 | Add missing getopts::groups::optflagmulti function | Jordi Boggiano | -0/+14 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -33/+33 |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -34/+21 |
| 2013-08-07 | extra: Remove all .each methods in smallintmap | blake2-ppc | -43/+0 |
| 2013-08-07 | auto merge of #8358 : brson/rust/newrt, r=brson | bors | -0/+3 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+3 |
| 2013-08-07 | auto merge of #8320 : mihneadb/rust/freq_count, r=cmr | bors | -0/+11 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -446/+265 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -23/+23 |
| 2013-08-07 | auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton | bors | -332/+1 |
| 2013-08-07 | Add frequency count to extra::stat. #8281 | Mihnea Dobrescu-Balaur | -0/+11 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -20/+20 |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | option.get -> option.unwrap | Erick Tryzelaar | -2/+2 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -331/+0 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -130/+375 |