| Age | Commit message (Expand) | Author | Lines |
| 2016-05-11 | Use symlink_metadata in tidy to avoid panicking on broken symlinks. | Eduard Burtescu | -1/+1 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+3 |
| 2016-05-08 | Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichton | bors | -1/+1 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -4/+4 |
| 2016-05-08 | Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichton | Manish Goregaokar | -0/+45 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -3/+1 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -0/+5 |
| 2016-05-07 | Always remove tmp/partitioning-tests before check-codegen-units to work aroun... | Eduard Burtescu | -0/+5 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-05-07 | Check for both arm and armv7 android targets in runtest. | Nerijus Arlauskas | -4/+4 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -3/+3 |
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -5/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -44/+61 |
| 2016-05-06 | tweak incremental comment | Niko Matsakis | -9/+9 |
| 2016-05-06 | move free functions in runtest into methods | Niko Matsakis | -1732/+1692 |
| 2016-05-06 | use methods for EarlyProps and TestProps | Niko Matsakis | -214/+220 |
| 2016-05-06 | refactor interface of make_compile_args | Niko Matsakis | -21/+26 |
| 2016-05-06 | Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddyb | bors | -47/+51 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-05-04 | add a check to make tidy to ensure cargo lock file is updated | Garrett Squire | -0/+45 |
| 2016-05-03 | mk: Pass CFLAGS for target, not host | Alex Crichton | -0/+5 |
| 2016-05-04 | Update commit hash in cargotest | Seo Sanghyeon | -1/+1 |
| 2016-05-03 | Make runtest::check_debugger_output() handle wildcards at end. | Michael Woerister | -47/+51 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+0 |
| 2016-05-03 | Makefile: there is only one tidy target now | Georg Brandl | -1/+1 |
| 2016-05-02 | adapt JSON to new model | Niko Matsakis | -11/+36 |
| 2016-04-28 | Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis | bors | -17/+153 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -17/+153 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -7/+7 |
| 2016-04-23 | Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoerister | bors | -6/+11 |
| 2016-04-22 | Fix filepath check for macro backtrace | Jonathan Turner | -1/+1 |
| 2016-04-21 | Fix for filepath for cfail tests in windows | Jonathan Turner | -1/+4 |
| 2016-04-22 | Fix tidy for the new syntax of feature declarations in libsyntax. | Leo Testard | -7/+7 |
| 2016-04-21 | add serialize as a dep for compiletest | Niko Matsakis | -0/+13 |
| 2016-04-21 | move json.rs file | Niko Matsakis | -0/+194 |
| 2016-04-21 | improve tidy to give you file that failed | Niko Matsakis | -4/+9 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -195/+149 |
| 2016-04-19 | mk: Force system python for LLDB tests on OSX | Alex Crichton | -6/+11 |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -0/+3748 |
| 2016-04-15 | cargotest: Put output in build directory | Alex Crichton | -68/+67 |
| 2016-04-12 | tidy: Add a check to ensure Cargo.toml is in sync | Alex Crichton | -4/+108 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -0/+503 |
| 2016-04-07 | Fix cargotest | Brian Anderson | -1/+1 |
| 2016-03-28 | Add FIXME for linkchecker whitlists | mitaa | -2/+5 |
| 2016-03-28 | Don't check(=cache) redirect pages | mitaa | -12/+19 |
| 2016-03-27 | Drop cached sources to reduce memory usage | mitaa | -23/+43 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -42/+196 |
| 2016-03-23 | Auto merge of #32390 - japaric:untry, r=pnkfelix | bors | -67/+69 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -6/+6 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+2 |