| Age | Commit message (Expand) | Author | Lines |
| 2018-09-06 | Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`. | Felix S. Klock II | -95/+0 |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -7/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -8/+8 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -2/+1 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+0 |
| 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-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -4/+0 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+1 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-22 | test: Fix tests. | Patrick Walton | -1/+0 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -2/+1 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -1/+1 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -2/+2 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -2/+2 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -52/+52 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -52/+52 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -1/+1 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -2/+2 |
| 2013-02-08 | Fix broken tests | Brendan Zabarauskas | -1/+1 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2012-12-18 | Stop resolving static methods at the module level. Closes #4179 | Brian Anderson | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+3 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-07 | Trait constraints are separated by space, not comma | Brian Anderson | -2/+2 |
| 2012-11-29 | Implement trait inheritance for bounded type parameters | Brian Anderson | -0/+96 |