| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -10/+0 |
| 2025-01-24 | fix(libtest): Deprecate '--logfile' | Ed Page | -2/+6 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -10/+0 |
| 2025-01-20 | test: add `#![warn(unreachable_pub)]` | Urgau | -79/+80 |
| 2024-11-19 | Update thread spawn hooks. | Mara Bos | -2/+2 |
| 2024-11-19 | Use add_spawn_hook for libtest's output capturing. | Mara Bos | -0/+11 |
| 2024-10-08 | Change a few `&Option<T>` into `Option<&T>` | Yuri Astrakhan | -9/+10 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -4/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+11 |
| 2024-08-13 | Reduce merged doctest source code size | Guillaume Gomez | -0/+34 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -124/+107 |
| 2024-07-26 | Fix doc nits | John Arundel | -2/+2 |
| 2024-07-18 | Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandry | Matthias Krüger | -2/+13 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -1/+0 |
| 2024-07-15 | Update name of Windows abort constant to match platform documentation | Charles Celerier | -2/+2 |
| 2024-07-15 | Add match arm for Fuchsia status code upon an abort in a test | Charles Celerier | -0/+11 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+3 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -3/+3 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -2/+0 |
| 2024-05-30 | Apply x clippy --fix and x fmt | r0cky | -2/+2 |
| 2024-05-26 | use proper name instead of magic number | Lzu Tao | -8/+6 |
| 2024-05-06 | emit fractional benchmark nanoseconds in libtest's JSON output format | The 8472 | -2/+2 |
| 2024-05-06 | print walltime benchmarks with subnanosecond precision | The 8472 | -10/+13 |
| 2024-05-03 | Rollup merge of #124681 - risc0:erik/fix-test, r=joboet | Michael Goulet | -1/+3 |
| 2024-05-03 | zkvm: fix run_tests | Erik Kaneda | -1/+3 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-15 | Rollup merge of #123548 - RalfJung:what-is-time, r=joboet | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-04-15 | libtest: also measure time in Miri | Ralf Jung | -4/+2 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -0/+2 |
| 2024-04-06 | Drop panic hook after running tests | Tal Gelbard | -1/+4 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -8/+1 |
| 2024-03-11 | libtest: Print timing information on WASI | Alex Crichton | -3/+4 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -2/+2 |
| 2024-03-04 | libtest: Print the names of failed tests eagerly | jyn | -7/+28 |
| 2024-02-22 | Use generic `NonZero` everywhere else. | Markus Reiter | -2/+3 |
| 2024-01-30 | Actually abort in panic-abort-tests | Tyler Mandry | -41/+32 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -2/+3 |
| 2024-01-12 | Auto merge of #118548 - Enselic:bench-padding, r=thomcc,ChrisDenton | bors | -14/+8 |
| 2023-12-31 | Remove libtest's dylib | Ben Kimock | -3/+0 |
| 2023-12-10 | remove redundant imports | surechen | -19/+0 |
| 2023-12-07 | libtest: Fix padding of benchmarks run as tests | Martin Nordholts | -14/+8 |
| 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 | -5/+4 |
| 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-09 | Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomcc | Matthias Krüger | -7/+5 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |