about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-2/+36
2013-08-23rt: Remove last use of C++ exchange allocBrian Anderson-1/+4
2013-08-23Fix two small warningsAndrew Dunham-1/+1
2013-08-23Make getopts count (and thus align/paginate) in terms of codepoints not bytes.Felix S. Klock II-2/+3
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-31/+21
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-31/+21
2013-08-22auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwaltonbors-11/+15
2013-08-22auto merge of #8616 : kballard/rust/url-parse-errors, r=catamorphismbors-28/+33
2013-08-21Make json::to_xxx(&Json) fns Json::to_xxx(&self)Brandon Sanderson-65/+61
2013-08-21extra: change XXX to FIXME and elaborate on commentsTim Chevalier-23/+30
2013-08-21Adjust callbacks in the libraries for the new type of extern fnsNiko Matsakis-11/+15
2013-08-20Deleted fun_treemapSteven Fackler-85/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-10/+6
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-10/+46
2013-08-19Fix some parsing errors in extra::urlKevin Ballard-28/+33
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-14/+14
2013-08-18auto merge of #8555 : chris-morgan/rust/time-clone, r=huonwbors-2/+2
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-9/+9
2013-08-18More spelling corrections.Huon Wilson-6/+6
2013-08-17auto merge of #8272 : DaGenix/rust/digest-md5-impl-not-unrolled, r=cmrbors-42/+471
2013-08-17auto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichtonbors-0/+795
2013-08-17Crypto: Add tests for add_bytes_to_bits functions.Palmer Cox-0/+47
2013-08-17Crypto: update checked addition functions to use CheckedAdd intrinsic.Palmer Cox-42/+65
2013-08-17MD5: Create an implementation of MD5.Palmer Cox-0/+331
2013-08-17Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...Palmer Cox-0/+28
2013-08-16Reserve 'yield' keywordKevin Ballard-14/+14
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-5/+5
2013-08-16Add UUID support to libextraGavin Baker-0/+795
2013-08-16Implement Clone and DeepClone for time types.Chris Morgan-2/+2
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
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-15Add ToCStr method .with_c_str()Kevin Ballard-5/+5
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