| Age | Commit message (Expand) | Author | Lines |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-05 | Renamed `record_stack_bounds` for clarity. | Vadim Chugunov | -1/+1 |
| 2014-07-30 | native: Don't deadlock the runtime on spawn failure | Alex Crichton | -2/+2 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -6/+8 |
| 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/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -1/+33 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -20/+9 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -6/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -12/+15 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-15 | native: Fix a race in select() | Alex Crichton | -9/+20 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -12/+11 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -2/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -28/+27 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -2/+2 |
| 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 | -2/+2 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | 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 | -9/+3 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -3/+3 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -9/+6 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -5/+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 | -1/+3 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -1/+2 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+1 |
| 2014-01-29 | Removing do keyword from libnative | Scott Lawrence | -16/+16 |
| 2014-01-16 | Fixing a typo: bookeeping -> bookkeeping | Derek Chiang | -4/+4 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -6/+9 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -1/+5 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -6/+9 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -1/+5 |
| 2014-01-05 | Guarantee that native tasks wait for children | Alex Crichton | -1/+5 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -5/+22 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -0/+3 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -7/+5 |
| 2013-12-24 | native: Protect against spurious wakeups on cvars | Alex Crichton | -13/+29 |
| 2013-12-24 | green: Properly wait for main before shutdown | Alex Crichton | -8/+2 |
| 2013-12-24 | green: Fixing all tests from previous refactorings | Alex Crichton | -0/+1 |
| 2013-12-24 | Finalize the green::Pool type | Alex Crichton | -45/+5 |