| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-21 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -1/+1 |
| 2014-02-19 | Update comments in the prelude | Palmer Cox | -11/+2 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -1/+0 |
| 2014-02-16 | Merge ImmutableTuple* traits into their respective Tuple* trait | Brendan Zabarauskas | -3/+0 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -1/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -4/+1 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+1 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -1/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+0 |
| 2014-01-28 | Rename CopyableTuple to CloneableTuple | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename ImmutableCopyableVector to ImmutableCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -2/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+0 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+4 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -3/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -1/+1 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -3/+1 |
| 2014-01-03 | Remove std::either | Alex Crichton | -1/+0 |
| 2013-12-29 | auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr | bors | -0/+2 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -1/+1 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -0/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -1/+2 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -1/+1 |
| 2013-12-18 | Register new snapshots | Alex Crichton | -5/+1 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -2/+2 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -1/+1 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+3 |