| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -4/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+3 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-02-06 | Ported regions-mock-tcx to use TypedArena rather than Arena since it holds | Felix S. Klock II | -8/+11 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -10/+4 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -2/+2 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+9 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+0 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+3 |
| 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 | -0/+1 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -2/+2 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -0/+1 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -3/+2 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -1/+9 |
| 2013-11-09 | Make irrelevant changes to regions-mock-tcx to convince the pretty printer to... | Niko Matsakis | -4/+0 |
| 2013-11-09 | xfail-fast regions-mock-tcx.rs | Niko Matsakis | -0/+2 |
| 2013-11-08 | Add new tests showing multiple lifetime parameters in use | Niko Matsakis | -0/+124 |