| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -89/+0 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -3/+3 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -1/+1 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -8/+0 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -1/+0 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -5/+5 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+4 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-13 | test: Add missing `#![feature(managed_boxes)]` | klutzy | -0/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -5/+5 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -17/+0 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -3/+1 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -11/+0 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -5/+5 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -24/+24 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+1 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -5/+5 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -2/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -46/+46 |
| 2013-03-22 | test: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -46/+46 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -5/+7 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -11/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -3/+2 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -12/+14 |
| 2013-01-07 | test: Fix check-fast for resolve changes. rs=bustage | Patrick Walton | -5/+5 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -8/+5 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -3/+3 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -2/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -3/+3 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -6/+6 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -2/+2 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |