| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |