about summary refs log tree commit diff
path: root/library/test/src/formatters/pretty.rs
AgeCommit message (Expand)AuthorLines
2025-08-04Add new `test::print_merged_doctests_times` used by rustdoc to display more d...Guillaume Gomez-0/+10
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-13/+13
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+7
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-1/+28
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-8/+8
2022-12-19Fix `uninlined_format_args` in libtestnils-1/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-6/+1
2022-03-29Remove unnecessary .as_ref().Mara Bos-1/+1
2022-03-29Refactor after reviewAntonio Yang-3/+3
2022-03-11Show ignore message in console and json outputAntonio Yang-5/+14
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-8/+8
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-1/+1
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-1/+1
2022-01-28remove allow_fail test flagyuhaixin.hx-21/+4
2021-09-29Implement #85440Samuel E. Moelius III-2/+7
2021-07-18Fix compilation errors.Charles Lew-0/+1
2021-05-18change based on reviewAliénore Bouttefeux-4/+3
2021-05-16remove mode for run and ignore testsAliénore Bouttefeux-1/+6
2021-05-09add bootstrap cfgAliénore Bouttefeux-1/+1
2021-05-03change based on reviewAliénore Bouttefeux-1/+1
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-1/+1
2021-02-21test: Print test name only once on timeoutTomasz Miąsko-4/+0
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-2/+9
2020-10-01Fix some clippy issuesJoshua Nelson-1/+1
2020-07-27mv std libs to library/mark-0/+281