| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-27 | Apply suggestions from code review | Jane Lusby | -2/+2 |
| 2021-09-24 | make junit output more consistent with default format | Jane Lusby | -1/+4 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-07-18 | Remove unused stuff and switch to pub(crate) whenever possible. | Charles Lew | -299/+58 |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -30/+13 |
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -0/+1788 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -46/+0 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-17 | Use as_secs_f64 in JunitFormatter | Deadbeef | -4/+4 |
| 2021-06-06 | Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se | bors | -2/+120 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+1 |
| 2021-05-27 | Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahc | bors | -5/+190 |
| 2021-05-18 | change based on review | Aliénore Bouttefeux | -17/+17 |