about summary refs log tree commit diff
path: root/library/test/src/formatters/json.rs
AgeCommit message (Expand)AuthorLines
2025-08-04Add new `test::print_merged_doctests_times` used by rustdoc to display more d...Guillaume Gomez-0/+11
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+7
2024-05-06emit fractional benchmark nanoseconds in libtest's JSON output formatThe 8472-2/+2
2023-05-01Ensure test library issues json string line-by-lineRaoul Strackx-70/+62
2023-04-28handle cfg(bootstrap)Pietro Albini-16/+0
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-1/+51
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-9/+9
2022-12-19Fix `uninlined_format_args` in libtestnils-4/+3
2022-04-05trivial cfg(bootstrap) changesPietro Albini-16/+10
2022-03-29Refactor after reviewAntonio Yang-19/+11
2022-03-11Show ignore message in console and json outputAntonio Yang-0/+21
2022-01-28remove allow_fail test flagyuhaixin.hx-12/+1
2021-09-29Implement #85440Samuel E. Moelius III-3/+8
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-4/+11
2020-10-23Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAusYuki Okushi-4/+10
2020-10-13Replace absolute paths with relative onesest31-2/+2
2020-10-13Fixing escaping to ensure generation of welformed json.Giles Cope-4/+10
2020-07-27mv std libs to library/mark-0/+246