| Age | Commit message (Expand) | Author | Lines |
| 2013-10-05 | std::rt::uv::net: Handle `read_start` error | klutzy | -2/+13 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -19/+2 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -13/+9 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -30/+48 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -2/+2 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+2 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -2/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -191/+179 |
| 2013-09-30 | std::rt::uv::net: Enable tests on Win32 | klutzy | -4/+0 |
| 2013-09-29 | Put a newline after each logging message | Alex Crichton | -1/+1 |
| 2013-09-27 | auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack | bors | -1/+0 |
| 2013-09-27 | auto merge of #9562 : alexcrichton/rust/snapshots, r=thestinger | bors | -12/+0 |
| 2013-09-27 | auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichton | bors | -11/+11 |
| 2013-09-27 | Suppress warning by removing unused import | Flavio Percoco | -1/+0 |
| 2013-09-27 | Register new snapshots | Alex Crichton | -12/+0 |
| 2013-09-26 | std: removed some warnings in tests. | Erick Tryzelaar | -6/+5 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -16/+16 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -11/+11 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -31/+22 |
| 2013-09-26 | auto merge of #9507 : brson/rust/sched, r=alexcrichton | bors | -28/+140 |
| 2013-09-26 | auto merge of #9506 : sfackler/rust/visibility, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+10 |
| 2013-09-25 | std::rt: Implement task yielding. Fix a starvation problem | Brian Anderson | -28/+140 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -2/+2 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -31/+22 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -18/+18 |
| 2013-09-25 | Don't die in try_unsafe_borrow if tls isn't ready | Alex Crichton | -6/+10 |
| 2013-09-24 | auto merge of #9470 : luqmana/rust/bba, r=brson | bors | -17/+14 |
| 2013-09-24 | Remove the annihilate function from the crate map. Fixes #8431 | Luqman Aden | -17/+14 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -2/+2 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -2/+2 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -50/+4 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -2/+87 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -2/+21 |
| 2013-09-22 | disable starvation test completely for now | Daniel Micay | -13/+10 |
| 2013-09-22 | disable scheduler starvation test on valgrind | Daniel Micay | -9/+13 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -4/+4 |
| 2013-09-21 | auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmr | bors | -10/+27 |
| 2013-09-21 | std: add file::io::test module and ensure correct build | Jeff Olson | -243/+251 |
| 2013-09-21 | std: cleanup file::io rustdoc_ng output | Jeff Olson | -67/+49 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -1/+2 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -2/+1 |
| 2013-09-19 | std::rt: Try stealing from all schedulers | Brian Anderson | -10/+27 |
| 2013-09-19 | Fix unresolved symbol error for the crate_map in libstd on os x. | Luqman Aden | -0/+7 |
| 2013-09-19 | Ignore io::process tests | Alex Crichton | -0/+6 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -2/+1 |
| 2013-09-18 | libstd/librustc: Make the crate_map a weak symbol that libstd links against. | Luqman Aden | -1/+2 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -67/+1034 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -2/+60 |