| Age | Commit message (Expand) | Author | Lines |
| 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-04 | Rollup merge of #108865 - Zoxc:library-dummy-crate, r=jyn514 | Matthias Krüger | -20/+0 |
| 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-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -20/+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-02-24 | test: drop unused deps | klensy | -2/+0 |
| 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 |
| 2022-12-01 | Create a hacky fail-fast mode that stops tests at the first failure | Oli Scherer | -1/+27 |
| 2022-11-21 | Update test's cfg-if dependency to 1.0 | Collin Baker | -1/+1 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -54/+37 |
| 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 | -54/+37 |
| 2022-10-27 | Do fewer passes and generally be more efficient when filtering tests | Ben Kimock | -29/+66 |
| 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 | -38/+8 |
| 2022-10-21 | WinConsole::new is not actually fallible | Ralf Jung | -5/+4 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -35/+3 |