| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+4 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -4/+4 |
| 2014-06-07 | auto merge of #14708 : gereeter/rust/faster-sem, r=alexcrichton | bors | -22/+8 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+1 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an... | Jonathan S | -22/+8 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -14/+14 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -17/+22 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -17/+22 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -391/+5 |
| 2014-05-15 | auto merge of #14174 : stepancheg/rust/once, r=alexcrichton | bors | -0/+5 |