| Age | Commit message (Expand) | Author | Lines |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -2/+5 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -2/+5 |
| 2014-07-12 | Fix Documentation Typo in libstd | Prudhvi Krishna Surapaneni | -1/+1 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | Remove deprecated std::unstable module. | OGINO Masanori | -8/+0 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -2/+0 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -1/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -0/+3 |
| 2014-07-04 | core: add a primitive page for `()`. | Huon Wilson | -0/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -3/+3 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -1/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-06-30 | std: make sure HashMap from_iter uses random initialization by default | Erick Tryzelaar | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -2/+3 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+4 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -2/+3 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+3 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -0/+3 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -4/+9 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+0 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -5/+0 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -7/+9 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -9/+11 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -4/+1 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+5 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -4/+1 |
| 2014-05-30 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -3/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | doc: Fix link to string | Richo Healey | -1/+1 |
| 2014-05-25 | auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichton | bors | -14/+11 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -14/+11 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -0/+1 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -1/+2 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -2/+1 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -2/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -2/+2 |