| Age | Commit message (Expand) | Author | Lines |
| 2015-02-22 | Record default implementations in a separate step | Flavio Percoco | -0/+1 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -2/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -9/+9 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -2/+2 |
| 2015-01-22 | Remove remaining stats and boxplot code. | Ahmed Charles | -130/+0 |
| 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 |