| Age | Commit message (Expand) | Author | Lines |
| 2022-10-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -54/+37 |
| 2022-10-27 | Do fewer passes and generally be more efficient when filtering tests | Ben Kimock | -29/+66 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -0/+25 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -38/+8 |
| 2022-10-21 | WinConsole::new is not actually fallible | Ralf Jung | -5/+4 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -35/+3 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -58/+129 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 |
| 2022-09-16 | Do not panic when a test function returns Result::Err. | Bradford Hovinen | -58/+129 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -1/+1 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -38/+8 |
| 2022-08-07 | test: skip terminfo parsing in Miri | Ralf Jung | -0/+20 |
| 2022-07-22 | Lock stdout once when listing tests | Ben Kimock | -1/+1 |
| 2022-07-09 | Fix binary name in help message for test binaries | Smitty | -1/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -51/+12 |
| 2022-04-07 | Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-04-06 | Improve terse test output. | Nicholas Nethercote | -3/+4 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -51/+12 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -1/+0 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -2/+1 |
| 2022-03-29 | Remove unnecessary .as_ref(). | Mara Bos | -1/+1 |
| 2022-03-29 | Refactor after review | Antonio Yang | -22/+14 |
| 2022-03-11 | Show ignore message in console and json output | Antonio Yang | -6/+36 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -40/+40 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -40/+0 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -2/+57 |
| 2022-02-22 | Stabilize Termination and ExitCode | Jane Lusby | -2/+1 |
| 2022-02-17 | Rollup merge of #93479 - smoelius:master, r=yaahc | Matthias Krüger | -16/+6 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -93/+55 |
| 2022-02-03 | Rollup merge of #93600 - last-partizan:fix-junit-formatter, r=yaahc | Yuki Okushi | -2/+1 |
| 2022-02-02 | fix: Remove extra newlines from junit output | Serg Tereshchenko | -2/+1 |
| 2022-01-30 | Use `optflag` for `--report-time` | Samuel E. Moelius III | -16/+6 |
| 2022-01-28 | Change Termination::report return type to ExitCode | Jane Lusby | -1/+2 |
| 2022-01-28 | add allow_fail field in TestDesc to pass check | yuhaixin.hx | -0/+40 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -93/+15 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -1/+0 |
| 2021-12-29 | Remove unused allow deprecated | bjorn3 | -1/+0 |
| 2021-12-29 | Remove unused feature gates from libtest | bjorn3 | -3/+0 |
| 2021-12-29 | Remove #![crate_name] attribute from libtest | bjorn3 | -5/+0 |
| 2021-12-29 | Replace TDynBenchFn with Fn(&mut Bencher) | bjorn3 | -12/+5 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -3/+3 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -39/+276 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -2/+2 |
| 2021-09-30 | Check `allow_unstable` before checking environment variables | Samuel E. Moelius III | -2/+2 |
| 2021-09-29 | Add tests | Samuel E. Moelius III | -25/+92 |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -14/+184 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -2/+2 |