| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -3/+2 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -3/+3 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -2/+1 |
| 2023-05-26 | convert benches to tests in subprocess if we're not benchmarking | Pietro Albini | -2/+17 |
| 2023-05-26 | add StaticBenchAsTestFn and DynBenchAsTestFn to convert benches to tests | Pietro Albini | -18/+4 |
| 2023-05-26 | remove nested function from run_test | Pietro Albini | -63/+47 |
| 2023-05-26 | refactor executing tests to centralize actually invoking tests | Pietro Albini | -41/+28 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -5/+5 |
| 2023-04-10 | Fix typos in library | DaniPopes | -5/+5 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -1/+1 |
| 2022-12-19 | Fix `uninlined_format_args` in libtest | nils | -3/+2 |
| 2022-12-01 | Create a hacky fail-fast mode that stops tests at the first failure | Oli Scherer | -0/+20 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -30/+28 |
| 2022-10-31 | Include both benchmarks and tests in the numbers given to `TeFiltered{,Out}` | Thom Chiovoloni | -2/+5 |
| 2022-10-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -30/+28 |
| 2022-10-27 | Do fewer passes and generally be more efficient when filtering tests | Ben Kimock | -25/+62 |
| 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 | -10/+7 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+1 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -19/+42 |
| 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 | -19/+42 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -10/+7 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 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-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -6/+6 |
| 2022-02-22 | Stabilize Termination and ExitCode | Jane Lusby | -2/+1 |
| 2022-01-28 | Change Termination::report return type to ExitCode | Jane Lusby | -1/+2 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -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 | -6/+4 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -2/+2 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -2/+9 |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -2/+9 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -1/+1 |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -1/+2 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+1 |
| 2021-05-14 | Expose `Concurrent` (private type in public i'face) | Alan Egerton | -1/+1 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+1 |
| 2021-03-24 | libtest: Index tests by a unique TestId | Anders Kaseorg | -23/+34 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -3/+3 |