| Age | Commit message (Expand) | Author | Lines |
| 2013-12-31 | std: print RUST_LOG=::help in sorted order. | Huon Wilson | -2/+9 |
| 2013-12-30 | auto merge of #11199 : alexcrichton/rust/windows-isnt-waiting, r=pcwalton | bors | -4/+1 |
| 2013-12-29 | Actually block in a windows cvar | Alex Crichton | -4/+1 |
| 2013-12-29 | Add method .as_mut_slice() to MutableVector | Kevin Ballard | -0/+6 |
| 2013-12-29 | auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr | bors | -42/+50 |
| 2013-12-28 | auto merge of #11180 : alexcrichton/rust/fix-deferred-send, r=cmr | bors | -1/+1 |
| 2013-12-28 | auto merge of #11150 : huonw/rust/moar-docs, r=alexcrichton | bors | -174/+189 |
| 2013-12-29 | std::hashmap: add an example with the basic methods. | Huon Wilson | -0/+39 |
| 2013-12-28 | Guard a maybe_yield in Chan with can_resched | Alex Crichton | -1/+1 |
| 2013-12-28 | auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton | bors | -75/+506 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -70/+354 |
| 2013-12-27 | auto merge of #11160 : octurion/rust/cloneable, r=alexcrichton | bors | -5/+5 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -6/+152 |
| 2013-12-27 | auto merge of #11098 : erickt/rust/collect, r=alexcrichton | bors | -31/+98 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -5/+5 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -42/+50 |
| 2013-12-26 | libstd: Make a temporary separate `stage0` implementation for `Cell` to | Patrick Walton | -0/+27 |
| 2013-12-26 | std: result::collect to take an iterator, add option::collect | Erick Tryzelaar | -29/+97 |
| 2013-12-26 | std: remove some test warnings | Erick Tryzelaar | -2/+1 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -27/+0 |
| 2013-12-27 | std::hashmap: add an example to mangle. | Huon Wilson | -0/+37 |
| 2013-12-26 | std::rand: remove the `fn main()` from the examples. | Huon Wilson | -174/+113 |
| 2013-12-26 | auto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton | bors | -27/+115 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -109/+144 |
| 2013-12-24 | green: Move a scheduler test inside libgreen | Alex Crichton | -60/+0 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -34/+5 |
| 2013-12-24 | rustuv: Remove the id() function from IoFactory | Alex Crichton | -2/+0 |
| 2013-12-24 | std: Stop reexporting the contents of 'mod consts' | Alex Crichton | -3/+1 |
| 2013-12-24 | native: Protect against spurious wakeups on cvars | Alex Crichton | -1/+1 |
| 2013-12-24 | green: Properly wait for main before shutdown | Alex Crichton | -12/+15 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -3/+96 |
| 2013-12-24 | green: Allow specifying an IoFactory for pools | Alex Crichton | -1/+1 |
| 2013-12-24 | std: Implement yields on receives for channels | Alex Crichton | -5/+20 |
| 2013-12-24 | Finalize the green::Pool type | Alex Crichton | -16/+35 |
| 2013-12-24 | rustuv: Get all tests passing again after refactor | Alex Crichton | -3/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -584/+436 |
| 2013-12-24 | std: Update std::rt::thread to specify stack sizes | Alex Crichton | -8/+16 |
| 2013-12-24 | std: Fix a bug where Local::take() didn't zero out | Alex Crichton | -1/+3 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -3765/+350 |
| 2013-12-24 | native: Introduce libnative | Alex Crichton | -1852/+0 |
| 2013-12-24 | std: Reimplement std::comm without the scheduler | Alex Crichton | -362/+40 |
| 2013-12-24 | std: Move management of the exit code to std::os | Alex Crichton | -5/+15 |
| 2013-12-24 | std: Change Any::move to never consume the object | Alex Crichton | -9/+10 |
| 2013-12-24 | std: Make logging safely implemented | Alex Crichton | -21/+11 |
| 2013-12-24 | std: Handle prints with literally no context | Alex Crichton | -4/+25 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -176/+118 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -511/+283 |
| 2013-12-24 | std: Delete rt::test | Alex Crichton | -1030/+583 |
| 2013-12-24 | std: Introduce an unstable::stack module | Alex Crichton | -2/+276 |
| 2013-12-24 | std: Introduce a Runtime trait | Alex Crichton | -269/+25 |