| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | option.get -> option.unwrap | Erick Tryzelaar | -2/+2 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -331/+0 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -130/+375 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -57/+243 |
| 2013-08-06 | iterator: rename `Counter::new` to `count` | Daniel Micay | -1/+1 |
| 2013-08-06 | Result::get -> Result::unwrap | Steven Fackler | -6/+6 |
| 2013-08-06 | Removed convenience encoding trait impls | Steven Fackler | -154/+63 |
| 2013-08-06 | Removing space for NULL terminator | Steven Fackler | -2/+1 |
| 2013-08-06 | ToBase64 and ToHex perf improvements | Steven Fackler | -37/+38 |
| 2013-08-06 | Some minor hex changes | Steven Fackler | -6/+8 |
| 2013-08-06 | Added hexadecimal encoding module | Steven Fackler | -0/+239 |
| 2013-08-06 | auto merge of #8312 : alexcrichton/rust/use-treemap, r=erickt | bors | -18/+1 |
| 2013-08-06 | auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichton | bors | -0/+289 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -0/+289 |
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -4/+3 |
| 2013-08-06 | extra: Simplify the bitv iterators using Repeat | blake2-ppc | -44/+19 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -64/+63 |
| 2013-08-05 | Use TreeMap's ord implementation for Json | Alex Crichton | -18/+1 |
| 2013-08-05 | auto merge of #8183 : omasanori/rust/migrate-new, r=sanxiyn | bors | -22/+24 |
| 2013-08-05 | auto merge of #8227 : dim-an/rust/tree-iter, r=thestinger | bors | -5/+147 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -22/+24 |
| 2013-08-04 | auto merge of #8297 : brson/rust/dlist-dtor, r=brson | bors | -4/+38 |
| 2013-08-04 | extra: Don't recurse in DList drop glue. #8295 | Brian Anderson | -4/+38 |
| 2013-08-04 | auto merge of #8282 : brson/rust/more-newsched-fixes, r=brson | bors | -8/+1 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -246/+236 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -2/+98 |
| 2013-08-04 | Remove old tests and code for `select` | Brian Anderson | -8/+1 |
| 2013-08-04 | auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwalton | bors | -18/+33 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -6/+6 |
| 2013-08-04 | extra: make sure time::match_digits does not read past the end of the str | Erick Tryzelaar | -7/+11 |
| 2013-08-04 | Implemented TreeMap::{lower_bound_iter,upper_bound_iter} | Dmitry Ermolov | -4/+146 |
| 2013-08-04 | Remove redundant print. | Dmitry Ermolov | -1/+0 |
| 2013-08-04 | Additional check in treemap iterator test. | Dmitry Ermolov | -0/+1 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -236/+236 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -236/+236 |
| 2013-08-03 | auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger | bors | -10/+0 |
| 2013-08-03 | Fix building problems in extra::unicode. | OGINO Masanori | -18/+33 |
| 2013-08-03 | Move `use` statements. | OGINO Masanori | -6/+8 |
| 2013-08-03 | Rename sum -> _sum. | OGINO Masanori | -6/+6 |
| 2013-08-03 | Explicitly impl Clone for RWArc | Kevin Ballard | -14/+12 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -41/+52 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -35/+31 |
| 2013-08-02 | auto merge of #8174 : DaGenix/rust/digest-improvements, r=brson | bors | -850/+912 |
| 2013-08-03 | Add default implementation of Map::contains_key function | Stepan Koltsov | -10/+0 |
| 2013-08-02 | Sha1: Update Sha1 to use new functionality in cryptoutil.rs | Palmer Cox | -101/+37 |
| 2013-08-02 | Crypto: Add overflow checking addition functions. | Palmer Cox | -55/+71 |
| 2013-08-02 | Crypto: Add large input tests for all Digests | Palmer Cox | -21/+63 |
| 2013-08-02 | Crypto: Remove DigestUtil and convert to default methods on the Digest trait. | Palmer Cox | -30/+23 |
| 2013-08-02 | Sha2: Re-write the Sha2 compression functions to improve performance. | Palmer Cox | -102/+91 |