| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | Turn OptGroups into a main opt and a main and an aliased opts | Jordi Boggiano | -35/+72 |
| 2013-08-07 | Add missing getopts::groups::optflagmulti function | Jordi Boggiano | -0/+14 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -33/+33 |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -34/+21 |
| 2013-08-07 | extra: Remove all .each methods in smallintmap | blake2-ppc | -43/+0 |
| 2013-08-07 | auto merge of #8358 : brson/rust/newrt, r=brson | bors | -0/+3 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+3 |
| 2013-08-07 | auto merge of #8320 : mihneadb/rust/freq_count, r=cmr | bors | -0/+11 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -446/+265 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -23/+23 |
| 2013-08-07 | auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton | bors | -332/+1 |
| 2013-08-07 | Add frequency count to extra::stat. #8281 | Mihnea Dobrescu-Balaur | -0/+11 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -20/+20 |
| 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 |