| Age | Commit message (Expand) | Author | Lines |
| 2016-02-24 | Move the borrowck run-pass/compile-fail tests into their own directories | Niko Matsakis | -43/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -4/+4 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -1/+1 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-08 | fallout: run-pass tests that use box. (many could be ported to `Box::new` in... | Felix S. Klock II | -0/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -2/+2 |
| 2015-01-05 | fix rpass tests | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+2 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-09 | tests: Remove uses of advance. | Luqman Aden | -1/+1 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -2/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 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 | -1/+2 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -3/+3 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+0 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+1 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -2/+4 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-26 | testsuite: Eliminate uses of structural records from most run-pass tests | Tim Chevalier | -4/+4 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -2/+2 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -2/+2 |
| 2012-07-25 | avoid capture of bound regions when infering types for closure | Niko Matsakis | -0/+26 |