| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -1/+1 |
| 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-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 |
| 2013-08-06 | std: Remove unused trait bound in Result::map | blake2-ppc | -1/+1 |
| 2013-08-06 | std: Convert Result to use external iterators | blake2-ppc | -14/+18 |
| 2013-08-06 | std: Add .consume_iter() for Option, to make it reusable | blake2-ppc | -27/+15 |
| 2013-08-05 | auto merge of #8288 : Kimundi/rust/opteitres4, r=brson | bors | -516/+493 |
| 2013-08-05 | Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent... | Ben Blum | -45/+63 |
| 2013-08-05 | (cleanup) Uncomment an assertion that now holds. | Ben Blum | -5/+4 |
| 2013-08-05 | auto merge of #8298 : darkf/rust/fix-3948, r=pcwalton | bors | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -516/+493 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+1 |
| 2013-08-05 | auto merge of #8293 : dim-an/rust/trie-iterator, r=thestinger | bors | -0/+94 |
| 2013-08-05 | std: Use correct lifetime parameter on str::raw::slice_bytes | blake2-ppc | -1/+1 |
| 2013-08-05 | auto merge of #8289 : sfackler/rust/push_byte, r=erickt | bors | -1/+8 |
| 2013-08-05 | auto merge of #8303 : brson/rust/tls-magic-wtf, r=brson | bors | -0/+13 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | std::rt: Schedule more scheduler callbacks to avoid dropping messages | Brian Anderson | -1/+3 |