| Age | Commit message (Expand) | Author | Lines |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -2/+2 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -2/+2 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+7 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -6/+6 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -3/+3 |
| 2014-07-24 | auto merge of #15781 : alexcrichton/rust/issue-15758, r=bblum | bors | -0/+11 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-18 | sync: Fail with init semaphore count < 0 | Alex Crichton | -0/+11 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -2/+2 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -10/+10 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -5/+11 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -4/+4 |
| 2014-06-06 | Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an... | Jonathan S | -22/+8 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -1/+1 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -9/+8 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+5 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -6/+5 |
| 2014-03-31 | sync: Switch field privacy as necessary | Alex Crichton | -14/+14 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 |
| 2014-03-23 | sync: Rewrite the base primitives | Alex Crichton | -0/+1119 |