| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |