| Age | Commit message (Expand) | Author | Lines |
| 2013-07-31 | auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton | bors | -173/+67 |
| 2013-07-31 | auto merge of #8138 : Dretch/rust/posix-path-push, r=pcwalton | bors | -4/+22 |
| 2013-07-30 | auto merge of #8008 : bblum/rust/select, r=brson | bors | -252/+769 |
| 2013-07-30 | std: Remove foreign_stack_size spawn option. Irrelevant to future FFI changes | Brian Anderson | -16/+3 |
| 2013-07-30 | std: Remove get_task function. Unused | Brian Anderson | -15/+0 |
| 2013-07-30 | auto merge of #8115 : bjz/rust/num-traits, r=brson | bors | -23/+28 |
| 2013-07-30 | No longer treat \ as a path separator on posix systems. | Gareth Smith | -4/+22 |
| 2013-07-30 | std: Remove CurrentScheduler spawn mode. Unused | Brian Anderson | -13/+2 |
| 2013-07-30 | std: Remove ExistingScheduler spawn mode. Unused | Brian Anderson | -17/+2 |
| 2013-07-30 | std: Remove PlatformThread spawn mode. Obsolete | Brian Anderson | -22/+2 |
| 2013-07-30 | std: Remove ThreadPerTask spawn mode. Unimplemented | Brian Anderson | -6/+1 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -46/+1 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -43/+61 |
| 2013-07-30 | std::rt: Use 2MB stacks | Brian Anderson | -1/+1 |
| 2013-07-30 | std: Mark the static constants in str.rs as private | blake2-ppc | -10/+10 |
| 2013-07-30 | UnsafeArc methods return unsafe pointers, so are not themselves unsafe. | Ben Blum | -125/+124 |
| 2013-07-30 | Unkillable is not unsafe. Close #7832. | Ben Blum | -45/+45 |
| 2013-07-30 | (cleanup) Fix unimplemented message for kill_all in newsched. | Ben Blum | -2/+7 |
| 2013-07-30 | Add a better-for-testing optimistic_check() for pipes with cfg(test). | Ben Blum | -1/+15 |
| 2013-07-30 | Add test cases for select | Ben Blum | -0/+254 |
| 2013-07-30 | Implement select() for new runtime pipes. | Ben Blum | -48/+310 |
| 2013-07-30 | std: Add from_bytes test for utf-8 using codepoints above 0xffff | blake2-ppc | -0/+3 |
| 2013-07-30 | std: Deny overlong encodings in UTF-8 | blake2-ppc | -8/+45 |
| 2013-07-30 | std: Disallow bytes 0xC0, 0xC1 (192, 193) in utf-8 | blake2-ppc | -1/+1 |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -70/+102 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -591/+490 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -70/+102 |
| 2013-07-29 | auto merge of #7223 : steveklabnik/rust/vec_initial_docs, r=pcwalton | bors | -1/+47 |
| 2013-07-30 | std: Remove macro in vec that's only used once | blake2-ppc | -17/+12 |
| 2013-07-30 | std: Implement Extendable for hashmap, str and trie | blake2-ppc | -21/+58 |
| 2013-07-30 | std: Remove RandomAccessIterator impl for VecMutIterator | blake2-ppc | -4/+4 |
| 2013-07-30 | std: Tests for RandomAccessIterators | blake2-ppc | -0/+87 |
| 2013-07-30 | std: Implement RandomAccessIterator for iterator adaptors | blake2-ppc | -18/+142 |
| 2013-07-30 | iterator: implement size_hint() for FlatMap | blake2-ppc | -0/+10 |
| 2013-07-30 | iterator: implement DoubleEndedIterator for FlatMap | blake2-ppc | -5/+44 |
| 2013-07-30 | Improve std::num module description, and fix some formatting | Brendan Zabarauskas | -21/+4 |
| 2013-07-30 | Add some missing method wrappers to std::num | Brendan Zabarauskas | -2/+24 |
| 2013-07-29 | auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwalton | bors | -98/+97 |
| 2013-07-29 | auto merge of #8109 : blake2-ppc/rust/extern-fn-clone, r=thestinger | bors | -0/+58 |
| 2013-07-29 | Adding an initial description to vec.rs. | Steve Klabnik | -1/+47 |
| 2013-07-29 | Optimize try_recv to not require the two context switches when data is availa... | Ben Blum | -31/+34 |
| 2013-07-29 | Remove ChanOneHack/PortOneHack extra allocation | Ben Blum | -50/+30 |
| 2013-07-29 | std: Implement Clone and DeepClone for extern "Rust" fn | blake2-ppc | -0/+58 |
| 2013-07-29 | auto merge of #8085 : mrordinaire/rust/percent-p, r=huonw | bors | -0/+7 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+7 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -98/+97 |
| 2013-07-29 | std: Implement FromIterator for ~str | blake2-ppc | -1/+23 |
| 2013-07-28 | Refactored vec and str iterators to remove prefixes | jmgrosen | -87/+87 |
| 2013-07-28 | ReaderUtil::each_byte shouldn't include EOF byte -- Issue #5056 | Stepan Koltsov | -4/+38 |
| 2013-07-28 | auto merge of #8087 : Aatch/rust/atomics, r=huonw | bors | -0/+57 |