about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-15/+3
2013-08-15auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphismbors-21/+20
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-21/+20
2013-08-14auto merge of #8453 : dmanescu/rust/8451, r=cmrbors-4/+33
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-12/+12
2013-08-12auto merge of #8476 : thestinger/rust/snapshot, r=brsonbors-97/+0
2013-08-12fix build with the new snapshot compilerDaniel Micay-97/+0
2013-08-12auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmrbors-3/+61
2013-08-12Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl...David Manescu-4/+33
2013-08-11extra::treemap: Use IteratorUtil::peekableblake2-ppc-88/+46
2013-08-10Merge remote-tracking branch 'remotes/origin/master' into cleanup-iteratorsErick Tryzelaar-13/+13
2013-08-10auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblumbors-13/+13
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-4/+4
2013-08-10std: Iterator.take_ -> .takeErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-28/+28
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-3/+1
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-31/+31
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-15/+115
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-3/+0
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-14/+15
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-14/+15
2013-08-09Remove redundant Ord method impls.OGINO Masanori-3/+0
2013-08-08Isolate common wait_end logicSteven Stewart-Gallus-13/+13
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-365/+410
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-342/+373
2013-08-08extra::dlist: Use iterator::order for sequence orderingblake2-ppc-3/+61
2013-08-07extra: Remove all each_* methods in treemapblake2-ppc-39/+6
2013-08-07extra: Implement .rev_iter() in treemapblake2-ppc-21/+60
2013-08-07extra: External iterators for TreeSet set operationsblake2-ppc-114/+134
2013-08-07extra: Simplify Eq/Ord in treemapblake2-ppc-21/+5
2013-08-07extra: add `internal` to {de,in}flate_bytes_ naming to address nitdarkf-6/+6
2013-08-07add extra::flate::deflate_bytes_zlib and a testdarkf-2/+19
2013-08-07add inflate_bytes_zlib to exra::flatedarkf-2/+11
2013-08-07Turn OptGroups into a main opt and a main and an aliased optsJordi Boggiano-35/+72
2013-08-07Add missing getopts::groups::optflagmulti functionJordi Boggiano-0/+14
2013-08-07Forbid `priv` where it has no effectAlex Crichton-33/+33
2013-08-07std: Fix for-range loops that can use iteratorsblake2-ppc-34/+21
2013-08-07extra: Remove all .each methods in smallintmapblake2-ppc-43/+0
2013-08-07auto merge of #8358 : brson/rust/newrt, r=brsonbors-0/+3
2013-08-07Disable linked failure testsBrian Anderson-0/+3
2013-08-07auto merge of #8320 : mihneadb/rust/freq_count, r=cmrbors-0/+11
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-446/+265
2013-08-07auto merge of #8294 : erickt/rust/map-move, r=bblumbors-23/+23
2013-08-07auto merge of #8326 : thestinger/rust/iterator, r=alexcrichtonbors-332/+1
2013-08-07Add frequency count to extra::stat. #8281Mihnea Dobrescu-Balaur-0/+11
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-20/+20
2013-08-07std: add result.map_move, result.map_err_moveErick Tryzelaar-1/+1
2013-08-07option.get -> option.unwrapErick Tryzelaar-2/+2
2013-08-06remove `extra::iter`Daniel Micay-331/+0
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-130/+375