| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -10/+46 |
| 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 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -14/+15 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -14/+15 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -3/+0 |
| 2013-08-08 | Isolate common wait_end logic | Steven Stewart-Gallus | -13/+13 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -365/+410 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -342/+373 |
| 2013-08-08 | extra::dlist: Use iterator::order for sequence ordering | blake2-ppc | -3/+61 |
| 2013-08-07 | extra: Remove all each_* methods in treemap | blake2-ppc | -39/+6 |
| 2013-08-07 | extra: Implement .rev_iter() in treemap | blake2-ppc | -21/+60 |
| 2013-08-07 | extra: External iterators for TreeSet set operations | blake2-ppc | -114/+134 |
| 2013-08-07 | extra: Simplify Eq/Ord in treemap | blake2-ppc | -21/+5 |
| 2013-08-07 | extra: add `internal` to {de,in}flate_bytes_ naming to address nit | darkf | -6/+6 |
| 2013-08-07 | add extra::flate::deflate_bytes_zlib and a test | darkf | -2/+19 |
| 2013-08-07 | add inflate_bytes_zlib to exra::flate | darkf | -2/+11 |