| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -2/+2 |
| 2015-01-06 | rollup merge of #20653: alexcrichton/entry-unstable | Alex Crichton | -1/+1 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -3/+3 |
| 2015-01-06 | [breaking change] Revert Entry behaviour to take keys by value. | Dylan Ede | -1/+1 |
| 2015-01-06 | Merge core::num::Float and std::num::FloatMath. | Huon Wilson | -4/+4 |
| 2015-01-05 | rollup merge of #20556: japaric/no-for-sized | Alex Crichton | -1/+1 |
| 2015-01-05 | rollup merge of #20554: huonw/mut-pattern | Alex Crichton | -1/+2 |
| 2015-01-05 | sed -i -s 's/ for Sized?//g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -1/+2 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -3/+5 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | test: fix fallout | Jorge Aparicio | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -2/+3 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -1/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+2 |
| 2014-12-06 | libtest: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | test: expose boxplot and the extra stats test keeps track of | Erick Tryzelaar | -6/+6 |
| 2014-11-18 | auto merge of #18885 : thestinger/rust/writer, r=aturon | bors | -3/+2 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -3/+2 |
| 2014-11-17 | libtest: DSTify `Stats` | Jorge Aparicio | -28/+28 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -3/+3 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -4/+5 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -14/+12 |
| 2014-11-13 | Deprecate Signed method wrappers | Brendan Zabarauskas | -5/+3 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -4/+4 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -2/+2 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -2/+2 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -1/+5 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -1/+5 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -3/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -3/+3 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -3/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -1/+1 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -7/+7 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+0 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+3 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |