| Age | Commit message (Expand) | Author | Lines |
| 2014-09-09 | fixes for Box<[T]> | Daniel Micay | -6/+0 |
| 2014-09-06 | fix sized deallocation for proc | Daniel Micay | -2/+17 |
| 2014-08-28 | Fixed misleading docs in liballoc | Clark Gaebel | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+3 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -0/+6 |
| 2014-08-23 | Copy only up to `min(new_size, old_size)` when doing reallocate. | Felix S. Klock II | -1/+2 |
| 2014-08-19 | A few minor documentation fixes | P1start | -178/+180 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -18/+18 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -28/+28 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -28/+28 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -0/+3 |
| 2014-08-01 | Add is_unique(), try_unwrap(), get_mut() to alloc::rc | Kevin Ballard | -9/+116 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -5/+5 |
| 2014-07-29 | Elide lifetimes around Arc<T>. | OGINO Masanori | -4/+4 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -8/+18 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+1 |
| 2014-07-18 | alloc: Stabilize rc module. | Brian Anderson | -1/+18 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -2/+4 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -44/+29 |
| 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 | -1/+1 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 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 |