| Age | Commit message (Expand) | Author | Lines |
| 2021-02-19 | Rollup merge of #82274 - andersk:test-unwrap, r=Mark-Simulacrum | Dylan DPC | -6/+7 |
| 2021-02-19 | Remove unsafe impl Send for CompletedTest & TestResult | Tomasz Miąsko | -4/+0 |
| 2021-02-18 | libtest: Fix unwrap panic on duplicate TestDesc. | Anders Kaseorg | -6/+7 |
| 2021-02-18 | Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-Simulacrum | Dylan DPC | -1/+12 |
| 2021-02-17 | [libtest] Run the test synchronously when hitting thread limit | hyd-dev | -1/+12 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-08 | Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se | Mara Bos | -22/+34 |
| 2021-02-07 | Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn | bors | -1/+1 |
| 2021-02-06 | Upgrade wasm32 image to Ubuntu 20.04 | Nikita Popov | -1/+1 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -1/+1 |
| 2021-01-31 | Rollup merge of #80053 - gilescope:include-ignore, r=m-ou-se | Jonas Schievink | -7/+2 |
| 2021-01-28 | Rollup merge of #80868 - johanngan:should-panic-msg-with-expected, r=m-ou-se | Yuki Okushi | -16/+25 |
| 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 |
| 2021-01-07 | Update `compiler_builtins` to 0.1.39 | Yuki Okushi | -1/+1 |
| 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-19 | Rollup merge of #79090 - hermitcore:builtins, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-11-16 | libary: Forward compiler-builtins "asm" and "mangled-names" feature | Stefan Lankes | -0/+2 |
| 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-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 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 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -0/+1 |
| 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-02 | Rollup merge of #77389 - jyn514:THE-PAPERCLIP-COMETH, r=Mark-Simulacrum | Yuki Okushi | -10/+8 |
| 2020-10-01 | Fix some clippy issues | Joshua Nelson | -10/+8 |
| 2020-09-27 | libary: Forward compiler-builtins "mem" feature | Joe Richey | -0/+1 |
| 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 |