| Age | Commit message (Expand) | Author | Lines |
| 2016-02-26 | Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brson | bors | -2/+2 |
| 2016-02-25 | mk: Move disable-jemalloc logic into makefiles | Alex Crichton | -2/+2 |
| 2016-02-24 | Recurse to find test files in any subdirectory of the base path. If a | Niko Matsakis | -15/+16 |
| 2016-02-16 | pass CXX to run-make | Sébastien Marie | -1/+2 |
| 2016-02-14 | Auto merge of #31391 - frewsxcv:test, r=alexcrichton | bors | -1/+2 |
| 2016-02-13 | Add LLVM ModulePass regression test using run-make. | Corey Farwell | -1/+2 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -10/+33 |
| 2016-02-01 | Revert "mk: fix some undefined variable warnings" | Alex Crichton | -14/+10 |
| 2016-02-01 | mk: fix some undefined variable warnings | Tamir Duberstein | -10/+14 |
| 2016-01-30 | Auto merge of #31274 - brson:nobench, r=nikomatsakis | bors | -18/+4 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -0/+2 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -0/+2 |
| 2016-01-29 | Remove src/test/bench | Brian Anderson | -18/+4 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -1/+11 |
| 2016-01-21 | mk: Remove all perf-related targets | Alex Crichton | -25/+2 |
| 2015-12-20 | remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS | Sébastien Marie | -4/+3 |
| 2015-12-13 | Better support for `--llvm-root`. | Richard Diamond | -1/+3 |
| 2015-12-03 | Fix typo | Jake Worth | -1/+1 |
| 2015-11-30 | Re-enable testing the book | Steve Klabnik | -2/+2 |
| 2015-11-17 | Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichton | bors | -3/+4 |
| 2015-11-12 | libtest: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libterm: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libserialize: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | librbml: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | librand: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | liblog: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | libgraphviz: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libgetopts: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libfmt_macros: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libflate: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | libarena: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | pass stdc++ library path after LVVM library path | Sébastien Marie | -3/+4 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -1/+2 |
| 2015-09-17 | rmake: Get all tests passing on MSVC | Alex Crichton | -2/+7 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -1/+2 |
| 2015-08-13 | Auto merge of #27625 - wthrowe:find, r=alexcrichton | bors | -2/+3 |
| 2015-08-12 | Whitelist .pp files in tidy-binaries | William Throwe | -1/+1 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -1/+6 |
| 2015-08-10 | Make tidy-binaries find invocation work on Linux | William Throwe | -1/+2 |
| 2015-08-06 | Fix setting of PATH for `make check` on windows | Diggory Blake | -1/+2 |
| 2015-08-03 | rename TARPL to The Rustinomicon | Alexis Beingessner | -2/+2 |
| 2015-07-13 | update build to make tarpl | Alexis Beingessner | -1/+2 |
| 2015-06-02 | Auto merge of #25654 - petrochenkov:encenv, r=alexcrichton | bors | -5/+6 |
| 2015-05-30 | Warn if the test suite is run on Windows in console with non-UTF-8 code page | petrochenkov | -5/+6 |
| 2015-05-27 | Revamp codegen tests to check IR quality instead of quantity | Björn Steinbrink | -5/+0 |
| 2015-05-19 | mk: Fix native LLVM deps for cross-host builds | Alex Crichton | -2/+2 |
| 2015-04-29 | add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`. | Felix S. Klock II | -0/+7 |
| 2015-04-26 | Add a new test group, rfail-full that runs rfail tests with fulldeps. | Ryan Prichard | -2/+18 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -8/+10 |