| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -20/+9 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -23/+28 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -5/+5 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+1 |
| 2014-03-31 | green: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -3/+2 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -2/+1 |
| 2014-03-14 | green: Don't return the red zone in stack_bounds() | Alex Crichton | -3/+6 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -28/+27 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -0/+1 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -1/+1 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -1/+0 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -10/+4 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -4/+4 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -2/+1 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -45/+63 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -3/+2 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -8/+5 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+1 |
| 2014-01-29 | Removing do keyword from libgreen | Scott Lawrence | -16/+16 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -5/+6 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -5/+6 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -1/+5 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+7 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -3/+36 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -3/+8 |
| 2013-12-24 | green: Fixing all tests from previous refactorings | Alex Crichton | -75/+86 |
| 2013-12-24 | rustuv: Write homing tests with SchedPool | Alex Crichton | -9/+10 |
| 2013-12-24 | Finalize the green::Pool type | Alex Crichton | -17/+31 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -0/+505 |