about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
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
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-57/+243
2013-08-06iterator: rename `Counter::new` to `count`Daniel Micay-1/+1
2013-08-06Result::get -> Result::unwrapSteven Fackler-6/+6
2013-08-06Removed convenience encoding trait implsSteven Fackler-154/+63
2013-08-06Removing space for NULL terminatorSteven Fackler-2/+1
2013-08-06ToBase64 and ToHex perf improvementsSteven Fackler-37/+38
2013-08-06Some minor hex changesSteven Fackler-6/+8
2013-08-06Added hexadecimal encoding moduleSteven Fackler-0/+239
2013-08-06auto merge of #8312 : alexcrichton/rust/use-treemap, r=ericktbors-18/+1
2013-08-06auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichtonbors-0/+289
2013-08-06Move EnumSet into libextraSangeun Kim-0/+289
2013-08-06std: Remove uint::iterate, replaced by `range`blake2-ppc-4/+3
2013-08-06extra: Simplify the bitv iterators using Repeatblake2-ppc-44/+19
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-64/+63
2013-08-05Use TreeMap's ord implementation for JsonAlex Crichton-18/+1
2013-08-05auto merge of #8183 : omasanori/rust/migrate-new, r=sanxiynbors-22/+24
2013-08-05auto merge of #8227 : dim-an/rust/tree-iter, r=thestingerbors-5/+147
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-22/+24
2013-08-04auto merge of #8297 : brson/rust/dlist-dtor, r=brsonbors-4/+38