| Age | Commit message (Expand) | Author | Lines |
| 2013-06-18 | std::rt: Improve the rtabort! macro | Brian Anderson | -15/+72 |
| 2013-06-18 | std::rt: Turn on multithreaded scheduling | Brian Anderson | -16/+76 |
| 2013-06-17 | std: Rename `abort!` to `rtabort!` to match other macros | Brian Anderson | -23/+23 |
| 2013-06-17 | std::rt: move abort function to util module | Brian Anderson | -9/+5 |
| 2013-06-17 | std::rt: Check exchange count on exit | Brian Anderson | -6/+37 |
| 2013-06-17 | std::rt: Add util mod and num_cpus function | Brian Anderson | -5/+27 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -794/+2881 |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -105/+788 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -32/+56 |
| 2013-06-15 | Merge remote-tracking branch 'toddaaro/io' into io | Brian Anderson | -93/+807 |
| 2013-06-15 | auto merge of #7147 : huonw/rust/vec-connect, r=Aatch | bors | -16/+18 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -4/+8 |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -140/+6 |
| 2013-06-15 | std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec... | Huon Wilson | -16/+18 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -53/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -28/+1 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -12/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -47/+4 |
| 2013-06-14 | auto merge of #7116 : thestinger/rust/whitespace, r=luqmana | bors | -5/+0 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -213/+393 |
| 2013-06-14 | std: get std::path tests to work again | Erick Tryzelaar | -0/+1 |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -57/+13 |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -26/+81 |
| 2013-06-13 | std::rt: Add JoinLatch | Brian Anderson | -4/+665 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -30/+32 |
| 2013-06-13 | update the libstd docstring for the rename | Daniel Micay | -14/+14 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -5/+0 |
| 2013-06-13 | auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiyn | bors | -4/+2 |
| 2013-06-13 | Remove unused imports | Steven Stewart-Gallus | -4/+2 |
| 2013-06-13 | auto merge of #7100 : thestinger/rust/hashmap, r=pnkfelix | bors | -7/+1 |
| 2013-06-13 | hashmap: remove leftover debug!() logging | Daniel Micay | -7/+1 |
| 2013-06-12 | auto merge of #7096 : huonw/rust/invalid-null-str, r=thestinger | bors | -16/+0 |
| 2013-06-13 | std: remove the invalid NullTerminatedStr instance for &'static str. | Huon Wilson | -16/+0 |
| 2013-06-12 | auto merge of #7027 : sstewartgallus/rust/dynamic_lib, r=graydon | bors | -0/+207 |
| 2013-06-12 | Document unstable::atomics fetch_* return values | Ben Blum | -0/+6 |
| 2013-06-12 | make util::NonCopyable a unit struct instead of a struct with a unit | Ben Blum | -4/+2 |
| 2013-06-12 | Prototyped a dynamic library facility interface | Steven Stewart-Gallus | -0/+207 |
| 2013-06-13 | std: make all strings Equiv-alent to each other, generalise Path.push_many to... | Huon Wilson | -9/+21 |
| 2013-06-12 | added functionality to tell schedulers to refuse to run tasks that are not pi... | toddaaro | -18/+60 |
| 2013-06-12 | auto merge of #7073 : influenza/rust/iterator-doc-fixes, r=catamorphism | bors | -3/+3 |
| 2013-06-12 | std::rt: Remove old files | Brian Anderson | -902/+0 |
| 2013-06-12 | A basic implementation of pinning tasks to schedulers. No IO interactions hav... | toddaaro | -42/+496 |
| 2013-06-11 | auto merge of #7072 : thestinger/rust/ptr, r=catamorphism | bors | -13/+29 |
| 2013-06-12 | std: fix windows | Huon Wilson | -1/+1 |
| 2013-06-12 | std: fix method renaming. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: generalise .trim_chars to use CharEq. | Huon Wilson | -42/+74 |
| 2013-06-12 | std: create Str trait for DRY. Use it on StrVector. | Huon Wilson | -85/+32 |
| 2013-06-12 | std: convert str::escape_* to methods. | Huon Wilson | -44/+34 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -33/+33 |