| Age | Commit message (Expand) | Author | Lines |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -5/+7 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -10/+8 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -3/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -4/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -9/+9 |
| 2014-05-14 | libuuid: Remove all uses of `~str` from `libuuid`. | Patrick Walton | -18/+21 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+1 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -6/+6 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -7/+7 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | rand: remove (almost) all ~[]'s from Vec. | Huon Wilson | -2/+2 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -31/+1 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -31/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -3/+33 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -8/+1 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -8/+1 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -4/+0 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -14/+18 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -6/+6 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+2 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+11 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -1/+1 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -3/+5 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -3/+3 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -22/+19 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+3 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -5/+5 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-21 | extra: rename Uuid::to_bytes() to as_bytes() | Erick Tryzelaar | -5/+5 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+3 |