| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -4/+3 |
| 2015-03-31 | rustc: Remove old_orphan_check entirely | Alex Crichton | -1/+1 |
| 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 | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -3/+3 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -3/+3 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -3/+3 |
| 2015-01-02 | Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus... | Niko Matsakis | -0/+2 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-13 | test: Fix a pretty printing test | Alex Crichton | -2/+2 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -12/+0 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -0/+2 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -3/+3 |
| 2014-02-24 | test: Use `#[deriving(Hash)]` in a couple tests | Erick Tryzelaar | -0/+3 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -3/+3 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -3/+0 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -3/+3 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-01-03 | test: Make all the run-pass tests use `pub fn main` | Patrick Walton | -1/+1 |
| 2013-11-14 | test: Clean up xfail-{fast,win32} tests | klutzy | -1/+1 |
| 2013-06-24 | xfail-pretty on un-xfailed test | Daniel Micay | -0/+1 |
| 2013-06-24 | Fix/annotate a variety of xfails | Corey Richardson | -1/+1 |
| 2013-06-14 | xfail test on windows, because extern mod doesn't work there | Huon Wilson | -0/+2 |
| 2013-06-14 | syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran... | Huon Wilson | -0/+39 |