| Age | Commit message (Expand) | Author | Lines |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -19/+239 |
| 2014-07-01 | Improve rustdocs for Rc, add examples | Alisdair Owens | -9/+134 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -0/+10 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -0/+10 |
| 2014-06-30 | auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton | bors | -0/+8 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -0/+48 |
| 2014-06-29 | alloc: impl Default for Rc | Erick Tryzelaar | -0/+8 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -3/+3 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -7/+7 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -6/+7 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -0/+29 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+5 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -8/+8 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -1/+2 |
| 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 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Merge conflicts from the rollup | Alex Crichton | -1/+1 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -2/+6 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-16 | alloc: Refactor OOM into a common routine | Alex Crichton | -8/+12 |
| 2014-06-16 | alloc: Allow disabling jemalloc | Alex Crichton | -48/+199 |
| 2014-06-16 | alloc: Format heap.rs to 80-char max | Alex Crichton | -24/+39 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -11/+2 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -25/+0 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -5/+2 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -5/+2 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -2/+2 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -2/+10 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -17/+15 |
| 2014-06-02 | Adding show impl for Rc | fort | -0/+7 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -0/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-30 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-05-29 | Make Arc::make_unique check weak refs; add make_unique to Rc | Aaron Turon | -1/+107 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from Arc | Ariel Ben-Yehuda | -1/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -36/+44 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -6/+23 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | alter `exchange_free` for sized deallocation | Daniel Micay | -3/+9 |
| 2014-05-21 | migrate from `exchange_malloc` to `allocate` | Daniel Micay | -10/+4 |
| 2014-05-17 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -0/+1201 |