| Age | Commit message (Expand) | Author | Lines |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -18/+16 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -1/+1 |
| 2013-11-27 | Improve the rt::thread module | Alex Crichton | -1/+1 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -12/+17 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -15/+15 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -8/+12 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -15/+15 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -4/+0 |
| 2013-11-10 | Enable uv pipe tests on windows | Alex Crichton | -1/+5 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -4/+3 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -23/+24 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -2/+42 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -2/+2 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -2/+3 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -0/+10 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -1/+1 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -3/+5 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -2/+2 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -2/+8 |
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -5/+9 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+3 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -4/+14 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -8/+7 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -5/+5 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -4/+4 |
| 2013-08-02 | Bump fd limit on macos when running rt tests | Kevin Ballard | -0/+78 |
| 2013-08-02 | Revert "std::rt: Use a constant 4 threads for multithreaded sched tests" | Kevin Ballard | -4/+5 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -5/+5 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -1/+3 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -168/+53 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -4/+4 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+3 |
| 2013-07-25 | libstd: Fix errors when rtdebug! is not a noop. | Luqman Aden | -2/+2 |
| 2013-07-20 | auto merge of #7858 : bblum/rust/kill, r=brson | bors | -7/+17 |
| 2013-07-20 | Add test::with_test_task() convenience function. | Ben Blum | -1/+11 |
| 2013-07-20 | Change the HOF context switchers to pass a BlockedTask instead of a ~Task. | Ben Blum | -3/+3 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -3/+3 |
| 2013-07-20 | auto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton | bors | -5/+4 |
| 2013-07-19 | std::rt: Use a constant 4 threads for multithreaded sched tests. #7772 | Brian Anderson | -5/+4 |
| 2013-07-17 | std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADS | Brian Anderson | -1/+1 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -3/+12 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -2/+44 |
| 2013-07-02 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -174/+97 |