| Age | Commit message (Expand) | Author | Lines |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -22/+69 |
| 2014-08-26 | Clarify what tx and rx mean | Robert Clipsham | -0/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -3/+3 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+5 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -2/+4 |
| 2014-08-12 | Deprecation fallout in libsync | Aaron Turon | -0/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -18/+18 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -165/+166 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -2/+2 |
| 2014-08-01 | libsync: Add safer abstraction for SPSC queue. | Kevin Butler | -36/+143 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -67/+67 |
| 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 | -2/+2 |
| 2014-07-18 | sync: Fail with init semaphore count < 0 | Alex Crichton | -0/+11 |
| 2014-07-17 | sync: Ensure try_send() wakes up receivers | Alex Crichton | -1/+26 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -4/+4 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -11/+11 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -11/+11 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -4/+4 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -21/+60 |
| 2014-07-02 | Apply stability attributes to std::comm | Alex Crichton | -0/+36 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -15/+15 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -6/+9 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -6/+9 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 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 | -138/+141 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+2 |
| 2014-06-19 | sync: Enable the fast path of select() | Alex Crichton | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -6/+4 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -1/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-16 | auto merge of #14877 : Seldaek/rust/commdocs, r=alexcrichton | bors | -0/+46 |
| 2014-06-16 | Add examples of how to read from a channel with a timeout, refs #13862 | Jordi Boggiano | -0/+46 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -5/+1 |
| 2014-06-13 | Audit usage of NativeMutex | Alex Crichton | -2/+9 |
| 2014-06-12 | auto merge of #14813 : cmr/rust/once-docs-unsafe, r=alexcrichton | bors | -10/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -345/+6292 |
| 2014-06-10 | sync: Once is no longer unsafe, update docs | Corey Richardson | -10/+6 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -2/+2 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -4/+4 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |