| Age | Commit message (Expand) | Author | Lines |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -91/+0 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+0 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -0/+2 |
| 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 | -4/+4 |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -3/+10 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -0/+1 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -1/+1 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -1/+0 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+1 |
| 2013-12-14 | Suppress warnings in run-pass tests | Kiet Tran | -14/+22 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+1 |
| 2013-11-26 | Turn off attribute_usage warning on check-fast | klutzy | -12/+16 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -4/+4 |
| 2013-10-23 | register snapshots | Daniel Micay | -2/+2 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+2 |
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -0/+2 |
| 2013-06-26 | Fix some warnings in the check-fast tests | Philipp Brüschweiler | -1/+1 |
| 2013-05-29 | etc: Fix more check-fast breakage. rs=burningtree | Patrick Walton | -0/+1 |
| 2013-05-23 | etc: Fix test combiner for core->std/std->extra change. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -3/+1 |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -7/+1 |
| 2012-09-26 | Fix check-fast for the change to main's signature. | Graydon Hoare | -1/+1 |
| 2012-09-25 | Fix combine-tests.py to emit #[legacy_exports]; | Graydon Hoare | -0/+2 |
| 2012-09-11 | Fix combine-tests.py for new syntax | Brian Anderson | -4/+4 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-07-14 | Fix problem in combine-tests.py. | Michael Sullivan | -2/+2 |
| 2012-07-14 | Make combine-tests.py work with ~str. | Michael Sullivan | -3/+1 |
| 2012-07-12 | Get rid of all of the remaining /~s in the code base. | Michael Sullivan | -2/+0 |
| 2012-07-10 | Get rid of some remaining uses of old style vecs. | Michael Sullivan | -1/+1 |
| 2012-06-30 | Fix combine-tests.py for new vec syntax | Brian Anderson | -0/+2 |
| 2012-06-25 | Update combine-tests.py for new vec syntax | Brian Anderson | -0/+2 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -2/+2 |
| 2012-01-11 | Properly fix check-fast script | Marijn Haverbeke | -1/+1 |
| 2012-01-11 | Try to adjust check-fast script to std::io changes | Marijn Haverbeke | -0/+1 |
| 2011-11-29 | make check-fast work | Niko Matsakis | -2/+2 |
| 2011-11-24 | Use new mod syntax in check-fast driver | Brian Anderson | -1/+2 |
| 2011-09-11 | Don't check-fast xfail-win32 tests | Brian Anderson | -1/+2 |
| 2011-09-02 | Remove transitional code from combine-tests.py. Issue #855 | Brian Anderson | -7/+1 |
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -1/+1 |
| 2011-08-30 | Allow main to take istrs. Issue #855 | Brian Anderson | -0/+6 |
| 2011-08-27 | Convert std::io to istrs. Issue #855 | Brian Anderson | -1/+1 |
| 2011-08-24 | Fix combine-tests.py for new ivec regime | Brian Anderson | -1/+1 |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -2/+2 |
| 2011-07-28 | Make combine-tests ignore temp files | Brian Anderson | -1/+2 |
| 2011-07-27 | Another attempt at fixing fast check for the win tinderbox | Marijn Haverbeke | -1/+1 |