| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -2/+4 |
| 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 | -19/+23 |
| 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/+90 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -2/+2 |
| 2023-05-20 | derive `Default` trait for `compiletest::common::Config` | ozkanonur | -2/+4 |
| 2023-05-04 | Rollup merge of #110651 - durin42:xunit-stdout, r=cuviper | Matthias Krüger | -5/+35 |
| 2023-05-01 | Ensure test library issues json string line-by-line | Raoul Strackx | -70/+62 |
| 2023-04-28 | junit: fix typo in comment and don't include output for passes when not reque... | Augie Fackler | -2/+2 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -121/+0 |
| 2023-04-21 | junit: also include per-case stdout in xml | Augie Fackler | -5/+35 |
| 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-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -31/+377 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-01-29 | Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its... | Matthias Krüger | -1/+16 |
| 2023-01-25 | Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2023-01-22 | Print why a test was ignored if it's the only test specified. | Lenko Donchev | -1/+16 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-12 | Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0 | Collin Baker | -1/+2 |
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -51/+51 |
| 2022-12-19 | Fix `uninlined_format_args` in libtest | nils | -24/+15 |