| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-14 | libsync: Remove all uses of `~str` from `libsync` | Patrick Walton | -1/+1 |
| 2014-05-14 | Optimize common path of Once::doit | Stepan Koltsov | -0/+5 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | heap: replace `exchange_free` with `deallocate` | Daniel Micay | -5/+5 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -16/+15 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -3/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+9 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -1/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -14/+14 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -11/+10 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -8/+8 |