| Age | Commit message (Expand) | Author | Lines |
| 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-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-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/+31 |
| 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-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 |
| 2023-08-02 | test_get_dbpath_for_term(): handle non-utf8 paths | Martin Nordholts | -6/+4 |
| 2023-08-02 | test_get_dbpath_for_term(): Use assert_eq!() | Martin Nordholts | -3/+3 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-23 | Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead | bors | -2/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -2/+1 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -1/+1 |
| 2023-07-01 | Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-se | bors | -118/+170 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+5 |