| Age | Commit message (Expand) | Author | Lines |
| 2017-02-12 | Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton | bors | -0/+2 |
| 2017-02-11 | removed trailing whitespace | Alexander Battisti | -1/+1 |
| 2017-01-12 | Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichton | bors | -96/+144 |
| 2017-01-09 | Fix for for setting test-threads to 0 | Alexander Battisti | -0/+2 |
| 2017-01-02 | do not run outter part of benchmarks multimple times to fix issue 20142 | Craig Macomber | -96/+144 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -0/+11 |
| 2016-12-14 | libtest: add --list option to list tests and benchmarks | Jeremy Fitzhardinge | -20/+78 |
| 2016-12-05 | libtest: add --exact to make filter matching exact | Jeremy Fitzhardinge | -2/+90 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-18 | Warn when a #[should_panic] test has an unexpected message | Josh Driver | -13/+30 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -1/+2 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-06 | std: Minor cleanup to libtest | Alex Crichton | -65/+65 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -10/+6 |
| 2016-09-30 | Update libtest for single-threaded emscripten support | Brian Anderson | -16/+53 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -2/+2 |
| 2016-09-28 | Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton | bors | -0/+10 |
| 2016-09-25 | Haiku: Style, TODO to FIXME | Alexander von Gluck IV | -1/+1 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+6 |
| 2016-09-20 | libtest: add a --skip flag to the test runner | Jorge Aparicio | -0/+10 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -1/+0 |
| 2016-08-13 | Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichton | bors | -4/+23 |
| 2016-08-07 | save an Instant for the timeout instead of a Duration | Felix Rath | -24/+35 |
| 2016-08-07 | Add --test-threads option to test binaries | Jupp Müller | -4/+23 |
| 2016-08-06 | add warning timeout for tests that run >1min | Felix Rath | -1/+47 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -2/+6 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+3 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+2 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -2/+0 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -1/+1 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -3/+6 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -30/+30 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -16/+34 |
| 2016-03-15 | Shorter output for `rustc --test` binaries. | Simon Sapin | -16/+34 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -4/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-02-24 | Generalize from passing around a single path to the test file to passing | Niko Matsakis | -1/+6 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -3/+6 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -1/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -8/+2 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -1/+2 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-19 | manual fixups | Nick Cameron | -20/+13 |
| 2016-01-19 | rustfmt libtest | Nick Cameron | -231/+276 |
| 2016-01-17 | Rollup merge of #30959 - bluss:bench-resolution, r=Gankro | Manish Goregaokar | -2/+1 |
| 2016-01-16 | test: Increase resolution of MB/s stat for bench runs close to 1 second | Ulrik Sverdrup | -2/+1 |