| Age | Commit message (Expand) | Author | Lines |
| 2021-01-25 | libtest: Store pending timeouts in a deque | Anders Kaseorg | -18/+27 |
| 2021-01-24 | libtest: Wait for test threads to exit after they report completion | Anders Kaseorg | -14/+45 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -22/+34 |
| 2021-01-10 | Print failure message on all tests that should panic, but don't | johanngan | -16/+25 |
| 2020-12-15 | stabilise --include-ignored | Giles Cope | -7/+2 |
| 2020-12-07 | Dogfood 'str_split_once()` in the std lib | Eric Arellano | -15/+10 |
| 2020-11-29 | Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-se | bors | -11/+54 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -11/+54 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -2/+2 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+1 |
| 2020-11-22 | Stabilise `then` | varkor | -1/+0 |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -19/+10 |
| 2020-11-10 | Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. | Mara Bos | -44/+4 |
| 2020-11-08 | Rollup merge of #78065 - tshepang:nits, r=dtolnay | Mara Bos | -11/+7 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -0/+7 |
| 2020-10-23 | Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAus | Yuki Okushi | -4/+10 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -0/+7 |
| 2020-10-21 | make concurrency helper more pleasant to read | Tshepang Lekhonkhobe | -11/+7 |
| 2020-10-18 | Auto merge of #74480 - yoshuawuyts:hardware_threads, r=dtolnay | bors | -101/+3 |
| 2020-10-16 | Add std::thread::available_concurrency | Yoshua Wuyts | -101/+3 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -2/+2 |
| 2020-10-13 | Fixing escaping to ensure generation of welformed json. | Giles Cope | -4/+10 |
| 2020-10-01 | Fix some clippy issues | Joshua Nelson | -10/+8 |
| 2020-09-21 | Rollup merge of #77009 - est31:dogfood_total_cmp, r=lcnr | Ralf Jung | -17/+2 |
| 2020-09-21 | Dogfood total_cmp in the test crate | est31 | -17/+2 |
| 2020-09-21 | Rollup merge of #76959 - est31:write, r=oli-obk | Ralf Jung | -10/+10 |
| 2020-09-20 | Replace write_fmt with write! | est31 | -10/+10 |
| 2020-09-20 | Use as_nanos in bench.rs and base.rs | est31 | -5/+1 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -3/+3 |
| 2020-08-08 | Rollup merge of #75270 - matthiaskrgr:clippy_aug_1, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -2/+2 |
| 2020-08-07 | Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ... | Alan Egerton | -1/+4 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+4856 |