| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -10/+10 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -2/+1331 |
| 2013-08-07 | Turn on the new runtime | Brian Anderson | -1/+1 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+25 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -49/+61 |
| 2013-08-07 | std::rt: Pull RUST_MIN_STACK from the environment | Brian Anderson | -3/+32 |
| 2013-08-07 | std::rt: 2MB stacks again | Brian Anderson | -1/+1 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -141/+488 |
| 2013-08-07 | std: fix a bad type cast for in str.to_c_str() | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | std: Make CString::new unsafe b/c it can mutate a *T ptr | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | std: remove unnecessary test from c_str.drop and use safer transmute | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | std: Fix c_str.iter() and add test | Erick Tryzelaar | -3/+20 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -60/+92 |
| 2013-08-07 | auto merge of #8326 : thestinger/rust/iterator, r=alexcrichton | bors | -31/+89 |
| 2013-08-07 | std: removed option.take_map{,_default} | Erick Tryzelaar | -19/+5 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -37/+35 |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -12/+60 |
| 2013-08-07 | auto merge of #8305 : huonw/rust/triage-fixes, r=cmr | bors | -11/+14 |
| 2013-08-07 | std: adjust str::test_add so that the macro expands to all 3 items (#8012). | Huon Wilson | -11/+14 |
| 2013-08-07 | auto merge of #8323 : kballard/rust/saturating, r=thestinger | bors | -85/+167 |
| 2013-08-07 | std: run test fix for ARM android | Young-il Choi | -4/+4 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -3/+49 |
| 2013-08-06 | vec: use `offset_inbounds` for iterators | Daniel Micay | -5/+24 |
| 2013-08-06 | add an intrinsic for inbounds GEP | Daniel Micay | -1/+32 |
| 2013-08-06 | vec: avoid `ptrtoint`/`inttoptr` in the iterators | Daniel Micay | -8/+18 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -683/+831 |
| 2013-08-06 | std: update str.push_byte to work without str trailing nulls | Erick Tryzelaar | -1/+10 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -670/+114 |
| 2013-08-06 | auto merge of #8231 : SimonSapin/rust/ascii-upper-lower-case, r=cmr | bors | -11/+169 |
| 2013-08-06 | iterator: rename `Counter::new` to `count` | Daniel Micay | -17/+15 |
| 2013-08-06 | add Extendable to the prelude | Daniel Micay | -1/+2 |
| 2013-08-06 | iterator: simplify the `take` implementation | Daniel Micay | -2/+1 |
| 2013-08-06 | Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::ascii | Simon Sapin | -11/+169 |
| 2013-08-06 | auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson | bors | -50/+67 |
| 2013-08-06 | Use FromStr for IpAddr in rt::uv::net | Stepan Koltsov | -70/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -1/+1 |
| 2013-08-06 | Implement FromStr for IpAddr and SocketAddr | Stepan Koltsov | -0/+365 |
| 2013-08-06 | auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton | bors | -1/+1 |
| 2013-08-05 | Update Iterator impls to use Saturating | Kevin Ballard | -25/+10 |
| 2013-08-05 | Add std::num::Saturating | Kevin Ballard | -60/+157 |
| 2013-08-05 | std: c_str should use regions on methods | Erick Tryzelaar | -3/+3 |
| 2013-08-05 | std: fix a typo where .to_c_str wasn't being called on android | Erick Tryzelaar | -1/+1 |
| 2013-08-06 | std: Fix bug in ChunkIter::idx | blake2-ppc | -1/+4 |
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -28/+3 |
| 2013-08-06 | std: Improve the documentation for iterator::Invert | blake2-ppc | -0/+11 |
| 2013-08-06 | std: Use method name Option::consume | blake2-ppc | -5/+7 |
| 2013-08-06 | std: Rewrite the HashSet set operation iterators | blake2-ppc | -37/+17 |
| 2013-08-06 | std: Add iterator::Repeat to repeat an element endlessly | blake2-ppc | -0/+33 |
| 2013-08-06 | std: Improve vec::ChunkIter | blake2-ppc | -8/+51 |
| 2013-08-06 | std: Implement RandomAccessIterator for Invert | blake2-ppc | -0/+21 |