| Age | Commit message (Expand) | Author | Lines |
| 2013-08-06 | auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton | bors | -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 |
| 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 | 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 | 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 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -14/+17 |
| 2013-08-04 | Open files in binary mode. Closes #3948 | darkf | -1/+1 |
| 2013-08-04 | auto merge of #8282 : brson/rust/more-newsched-fixes, r=brson | bors | -211/+74 |
| 2013-08-04 | auto merge of #8218 : brson/rust/nogc, r=brson | bors | -444/+0 |
| 2013-08-05 | Remove debug printing. | Dmitry Ermolov | -2/+0 |
| 2013-08-05 | Implemented iterator for TrieMap | Dmitry Ermolov | -0/+96 |
| 2013-08-04 | Remove old tests and code for `select` | Brian Anderson | -152/+2 |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-04 | std::rt: Don't allow schedulers to exit before handling all messages | Brian Anderson | -0/+10 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-04 | std::rt: Improve the error message when the thread-local ptr is null | Brian Anderson | -11/+15 |
| 2013-08-04 | Fixed str::raw::push_byte | Steven Fackler | -1/+8 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -148/+142 |
| 2013-08-04 | auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson | bors | -35/+67 |
| 2013-08-03 | std: Remove gc and stackwalk | Brian Anderson | -444/+0 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -263/+232 |
| 2013-08-03 | auto merge of #8269 : brson/rust/fix-task-cleanup, r=brson | bors | -27/+22 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -231/+231 |
| 2013-08-03 | register snapshots | Daniel Micay | -32/+1 |
| 2013-08-03 | std::rt: Run local storage cleanup and the box annihilator inside the try/catch | Brian Anderson | -27/+22 |
| 2013-08-03 | auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger | bors | -17/+5 |
| 2013-08-03 | auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydon | bors | -36/+70 |
| 2013-08-03 | auto merge of #8213 : kballard/rust/fd-limit, r=brson | bors | -4/+83 |
| 2013-08-03 | std: expose the keyed HashMap constructor, for runtime-less use. | Huon Wilson | -28/+26 |
| 2013-08-03 | auto merge of #8204 : kballard/rust/str-into-owned, r=graydon | bors | -0/+12 |
| 2013-08-03 | std: add benchmark for vec.mut_iter. | Huon Wilson | -0/+13 |
| 2013-08-03 | std: use ptr.offset where possible in the vec iterator. | Huon Wilson | -8/+38 |
| 2013-08-03 | option: mutate() and mutate_default() should return bool | Kevin Ballard | -5/+24 |