| Age | Commit message (Expand) | Author | Lines |
| 2018-09-24 | aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest. | Michael Woerister | -1/+9 |
| 2018-09-15 | Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc" | Eduard-Mihai Burtescu | -119/+81 |
| 2018-09-15 | Auto merge of #53527 - Emerentius:test_all, r=nrc | bors | -81/+119 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-05 | rename option to run all tests and make it unstable | Emerentius | -12/+20 |
| 2018-09-05 | Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc | bors | -2/+2 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -2/+4 |
| 2018-08-31 | Make json test output formatter represent "filtered_out" as num | Charlie Andrews | -1/+1 |
| 2018-08-31 | Make json test output formatter represent "test_count" as num | Charlie Andrews | -1/+1 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-26 | Rollup merge of #53428 - RalfJung:libtest-terse, r=KodrAus | Guillaume Gomez | -1/+5 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-20 | comment | Ralf Jung | -1/+1 |
| 2018-08-20 | add option to run all tests | Emerentius | -46/+96 |
| 2018-08-20 | refactor filter_tests | Emerentius | -43/+23 |
| 2018-08-16 | libtest terse format: show how far in we are | Ralf Jung | -1/+5 |
| 2018-08-15 | Rollup merge of #52453 - srijs:fix-52436, r=TimNN | Guillaume Gomez | -1/+8 |
| 2018-08-11 | improve diagnostics for tests with custom return values | Sam Rijs | -1/+8 |
| 2018-08-09 | [nll] libtest: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-12 | Deny bare trait objects in librustc_target and libtest | ljedrz | -6/+9 |
| 2018-05-02 | Remove leftover tab in libtest outputs | Philipp Hansch | -4/+4 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+0 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-03-21 | Cargo fmt libtest | Seiichi Uchida | -233/+182 |
| 2018-03-10 | add stub for retrieving number of CPUs | Sebastian Humenda | -0/+6 |
| 2018-02-23 | re-export `assert_test_result` for use when testing libtest itself | Niko Matsakis | -2/+2 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -1/+1 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -0/+9 |
| 2018-02-04 | libtest: Replace panics with error messages | Gilad Naaman | -4/+13 |
| 2018-01-26 | libtest: Failing benchmarks no longer crash the harness. | Gilad Naaman | -37/+91 |
| 2018-01-26 | libtest: Split-up formatters.rs into smaller modules | Gilad Naaman | -523/+776 |
| 2018-01-26 | libtest: rustfmt run | Gilad Naaman | -576/+747 |
| 2018-01-26 | libtest: Fixed pretty-printing of test names in single-threaded code. | Gilad Naaman | -36/+69 |
| 2018-01-26 | libtest: JSON formatting is now only available in unstable builds | Gilad Naaman | -2/+36 |
| 2018-01-26 | Added JSON output to libtest. | Gilad Naaman | -50/+312 |
| 2018-01-26 | Refactoring needed in order to have test json output. | Gilad Naaman | -232/+308 |
| 2018-01-11 | Make libtest build on CloudABI. | Ed Schouten | -8/+9 |
| 2018-01-03 | Restore a FIXME that was removed by one of my previous changes. | Ed Schouten | -0/+1 |
| 2018-01-02 | Provide a copy of stdout_isatty() on CloudABI. | Ed Schouten | -6/+3 |
| 2018-01-02 | Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton | bors | -7/+0 |
| 2018-01-01 | Move the TestPaths structure from libtest to compiletest. | Ed Schouten | -7/+0 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -9/+9 |
| 2017-12-15 | Replace libtest/lib.rs:FnBox with std::boxed::FnBox. | Corey Farwell | -30/+20 |