| Age | Commit message (Expand) | Author | Lines |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -3/+2 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -1/+1 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+2 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -4/+0 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-10 | Pub use CheckedDiv in the prelude | Adolfo Ochagavía | -1/+1 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -2/+2 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -1/+0 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -49/+49 |
| 2014-05-25 | std: Add doc(noinline) to the prelude reexports | Alex Crichton | -42/+49 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-20 | Add slice::MutableCloneableVector to the prelude | Kevin Ballard | -4/+4 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -0/+1 |
| 2014-04-30 | rustdoc: fix overly broad selectors | Adrien Tétar | -1/+1 |
| 2014-04-29 | auto merge of #13772 : brson/rust/cratedocs, r=alexcrichton | bors | -10/+28 |
| 2014-04-27 | std: Rewrite crate docs | Brian Anderson | -10/+28 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -1/+1 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -0/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -1/+1 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -1/+1 |
| 2014-03-22 | std: Remove the Freeze kind and the NoFreeze marker | Flavio Percoco | -1/+1 |
| 2014-03-20 | std: Add Vec to the prelude | Alex Crichton | -0/+1 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -1/+1 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -1/+1 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -1/+0 |
| 2014-03-04 | Add the DerefImm and DerefMut traits. | Eduard Burtescu | -1/+1 |
| 2014-02-25 | Remove std::bool::{Bool, all_values} | Brendan Zabarauskas | -1/+0 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -1/+1 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -1/+0 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -1/+0 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+0 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -1/+0 |