| Age | Commit message (Expand) | Author | Lines |
| 2014-11-20 | Remove libgreen | Aaron Turon | -602/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+3 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -9/+0 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -6/+6 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -0/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -5/+5 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -1/+1 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -8/+8 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -8/+8 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+3 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-30 | green: Prevent runtime corruption on spawn failure | Alex Crichton | -3/+18 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -11/+13 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 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 |