about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-09-17remove unnecessary transmutesDaniel Micay-1/+0
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-16/+13
2013-09-16switch Drop to `&mut self`Daniel Micay-16/+13
2013-09-16auto merge of #9231 : cmr/rust/enum_encoding, r=catamorphismbors-15/+24
2013-09-16auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichtonbors-9/+0
2013-09-16extra::json: use a different encoding for enums.Corey Richardson-15/+24
2013-09-16Have workcache::test put `foo.c` in the same directory it runs in.Lindsey Kuper-7/+16
2013-09-16extra::fileinput: Enable tests on Win32klutzy-9/+0
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-8/+6
2013-09-15Use std::iter::range_stepblake2-ppc-26/+18
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-27/+25
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-41/+88
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-94/+3
2013-09-14extra::workcache: Remodel the (internal) struct Workblake2-ppc-16/+16
2013-09-14extra::test: Use Result instead of Either.blake2-ppc-11/+9
2013-09-13auto merge of #9170 : alexcrichton/rust/flaky-fileinput, r=ericktbors-188/+0
2013-09-13Move glob tests to a run-pass testAlex Crichton-188/+0
2013-09-13auto merge of #9141 : alexcrichton/rust/ignore-fileinput, r=catamorphismbors-10/+23
2013-09-12syntax: add #[deriving(Default)] syntax extensionErick Tryzelaar-2/+42
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+7
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-36/+36
2013-09-12std: Add Option.{and,and_then,or,or_else}Erick Tryzelaar-2/+2
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-12auto merge of #8908 : tikue/rust/master, r=anasazibors-2/+102
2013-09-12auto merge of #9131 : Dretch/rust/glob-range-patterns, r=alexcrichtonbors-14/+126
2013-09-12auto merge of #9096 : huonw/rust/linenoise, r=brsonbors-31/+73
2013-09-12Rewrite fileinput tests to use std::rt::ioAlex Crichton-10/+23
2013-09-11Rendezvous stream for synchronous channel messagingTim Kuehn-2/+102
2013-09-11auto merge of #9014 : dcrewi/rust/convert-between-bigints, r=anasazibors-42/+130
2013-09-11Support character range patterns (e.g. [0-9], [a-z]), like other globs do.Gareth Smith-14/+126
2013-09-11extra: improvements & bug fixes to rl.Huon Wilson-18/+26
2013-09-11extra: stop rl from leaking each line that is read.Huon Wilson-1/+11
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-18/+42
2013-09-11auto merge of #9007 : dcrewi/rust/random-bigints, r=huonwbors-0/+64
2013-09-09auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichtonbors-5/+2
2013-09-10std::at_vec and vec: Unify build_sized, build_sized_opt into buildblake2-ppc-5/+2
2013-09-09auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajackbors-20/+146
2013-09-09auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brsonbors-0/+79
2013-09-09Implement bitwise operations on BigUintDavid Creswick-0/+79
2013-09-09Merge RandBigUint and RandBigInt into single traitDavid Creswick-21/+17
2013-09-09Convert between BigInts, BigUints, ints, and uintsDavid Creswick-53/+100
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-24/+20
2013-09-08extra: Address review comments from JackTim Chevalier-12/+13
2013-09-08rustpkg: Use workcacheTim Chevalier-2/+7
2013-09-08workcache: Add the ability to save and load the database...Tim Chevalier-19/+139
2013-09-07Renamed Uuid::from_utf8 to Uuid::from_bytesSteven Fackler-5/+5
2013-09-06auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclementsbors-22/+40
2013-09-06auto merge of #9016 : sfackler/rust/nanoseconds, r=alexcrichtonbors-3/+37
2013-09-06use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[...Tim Kuehn-4/+4
2013-09-06Incorporate feedback from huonwDavid Creswick-7/+22