summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
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
2013-08-04extra: Don't recurse in DList drop glue. #8295Brian Anderson-4/+38
2013-08-04auto merge of #8282 : brson/rust/more-newsched-fixes, r=brsonbors-8/+1
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-246/+236
2013-08-04Remove trailing null from stringsErick Tryzelaar-2/+98
2013-08-04Remove old tests and code for `select`Brian Anderson-8/+1
2013-08-04auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwaltonbors-18/+33
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-6/+6
2013-08-04extra: make sure time::match_digits does not read past the end of the strErick Tryzelaar-7/+11
2013-08-04Implemented TreeMap::{lower_bound_iter,upper_bound_iter}Dmitry Ermolov-4/+146
2013-08-04Remove redundant print.Dmitry Ermolov-1/+0
2013-08-04Additional check in treemap iterator test.Dmitry Ermolov-0/+1
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-236/+236
2013-08-03remove obsolete `foreach` keywordDaniel Micay-236/+236
2013-08-03auto merge of #8246 : stepancheg/rust/contains-key, r=thestingerbors-10/+0
2013-08-03Fix building problems in extra::unicode.OGINO Masanori-18/+33
2013-08-03Move `use` statements.OGINO Masanori-6/+8
2013-08-03Rename sum -> _sum.OGINO Masanori-6/+6
2013-08-03Explicitly impl Clone for RWArcKevin Ballard-14/+12
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-41/+52
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-35/+31
2013-08-02auto merge of #8174 : DaGenix/rust/digest-improvements, r=brsonbors-850/+912
2013-08-03Add default implementation of Map::contains_key functionStepan Koltsov-10/+0
2013-08-02Sha1: Update Sha1 to use new functionality in cryptoutil.rsPalmer Cox-101/+37
2013-08-02Crypto: Add overflow checking addition functions.Palmer Cox-55/+71
2013-08-02Crypto: Add large input tests for all DigestsPalmer Cox-21/+63
2013-08-02Crypto: Remove DigestUtil and convert to default methods on the Digest trait.Palmer Cox-30/+23
2013-08-02Sha2: Re-write the Sha2 compression functions to improve performance.Palmer Cox-102/+91