| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-16 | remove mode for run and ignore tests | Aliénore Bouttefeux | -4/+14 |
| 2021-05-14 | Expose `Concurrent` (private type in public i'face) | Alan Egerton | -1/+1 |
| 2021-05-09 | add bootstrap cfg | Aliénore Bouttefeux | -3/+49 |
| 2021-05-03 | change based on review | Aliénore Bouttefeux | -10/+10 |
| 2021-05-03 | proof of concept add test type on prints | Aliénore Bouttefeux | -2/+64 |
| 2021-04-30 | Better output for junit formatter | Andrey Cherkashin | -12/+52 |
| 2021-04-26 | Update junit.rs | Andrey Cherkashin | -1/+1 |
| 2021-04-25 | feat(libtest): Add JUnit formatter | Andrey Cherkashin | -5/+150 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -2/+10 |
| 2021-04-12 | Auto merge of #82300 - andersk:libtest-id, r=Amanieu | bors | -41/+75 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-24 | libtest: Index tests by a unique TestId | Anders Kaseorg | -41/+75 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -3/+3 |
| 2021-02-28 | Auto merge of #82350 - ehuss:test-chapter, r=jyn514 | bors | -8/+2 |