| Age | Commit message (Expand) | Author | Lines |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -2/+36 |
| 2013-08-23 | rt: Remove last use of C++ exchange alloc | Brian Anderson | -1/+4 |
| 2013-08-23 | Fix two small warnings | Andrew Dunham | -1/+1 |
| 2013-08-23 | Make getopts count (and thus align/paginate) in terms of codepoints not bytes. | Felix S. Klock II | -2/+3 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -31/+21 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -31/+21 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -11/+15 |
| 2013-08-22 | auto merge of #8616 : kballard/rust/url-parse-errors, r=catamorphism | bors | -28/+33 |
| 2013-08-21 | Make json::to_xxx(&Json) fns Json::to_xxx(&self) | Brandon Sanderson | -65/+61 |
| 2013-08-21 | extra: change XXX to FIXME and elaborate on comments | Tim Chevalier | -23/+30 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -11/+15 |
| 2013-08-20 | Deleted fun_treemap | Steven Fackler | -85/+0 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -10/+6 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -10/+46 |
| 2013-08-19 | Fix some parsing errors in extra::url | Kevin Ballard | -28/+33 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -14/+14 |
| 2013-08-18 | auto merge of #8555 : chris-morgan/rust/time-clone, r=huonw | bors | -2/+2 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -9/+9 |
| 2013-08-18 | More spelling corrections. | Huon Wilson | -6/+6 |
| 2013-08-17 | auto merge of #8272 : DaGenix/rust/digest-md5-impl-not-unrolled, r=cmr | bors | -42/+471 |
| 2013-08-17 | auto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton | bors | -0/+795 |
| 2013-08-17 | Crypto: Add tests for add_bytes_to_bits functions. | Palmer Cox | -0/+47 |
| 2013-08-17 | Crypto: update checked addition functions to use CheckedAdd intrinsic. | Palmer Cox | -42/+65 |
| 2013-08-17 | MD5: Create an implementation of MD5. | Palmer Cox | -0/+331 |
| 2013-08-17 | Crypto: Add little-endian versions of existing functions: read_u32v_le and wr... | Palmer Cox | -0/+28 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -14/+14 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -5/+5 |
| 2013-08-16 | Add UUID support to libextra | Gavin Baker | -0/+795 |
| 2013-08-16 | Implement Clone and DeepClone for time types. | Chris Morgan | -2/+2 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -3/+3 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -15/+3 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -21/+20 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -5/+5 |
| 2013-08-15 | std: Move the iterator param on FromIterator and Extendable to the method. | Huon Wilson | -21/+20 |
| 2013-08-14 | auto merge of #8453 : dmanescu/rust/8451, r=cmr | bors | -4/+33 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -12/+12 |
| 2013-08-12 | auto merge of #8476 : thestinger/rust/snapshot, r=brson | bors | -97/+0 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -97/+0 |
| 2013-08-12 | auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr | bors | -3/+61 |
| 2013-08-12 | Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl... | David Manescu | -4/+33 |
| 2013-08-11 | extra::treemap: Use IteratorUtil::peekable | blake2-ppc | -88/+46 |
| 2013-08-10 | Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators | Erick Tryzelaar | -13/+13 |
| 2013-08-10 | auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblum | bors | -13/+13 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -4/+4 |
| 2013-08-10 | std: Iterator.take_ -> .take | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -28/+28 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -3/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -31/+31 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -15/+115 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+0 |