about summary refs log tree commit diff
path: root/library/test/src/console.rs
AgeCommit message (Expand)AuthorLines
2025-08-04Add new `test::print_merged_doctests_times` used by rustdoc to display more d...Guillaume Gomez-11/+15
2025-02-09fix(libtest): Enable Instant on Emscripten targetsAlisa Sireneva-2/+3
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-9/+9
2024-07-29Reformat `use` declarations.Nicholas Nethercote-12/+12
2024-04-15libtest: also measure time in MiriRalf Jung-4/+2
2024-03-12Remove unused fields in some structuresArthur Carcano-8/+1
2024-03-11libtest: Print timing information on WASIAlex Crichton-3/+4
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-1/+2
2023-05-26add StaticBenchAsTestFn and DynBenchAsTestFn to convert benches to testsPietro Albini-1/+1
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-26/+57
2023-01-22Print why a test was ignored if it's the only test specified.Lenko Donchev-1/+6
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-3/+3
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-1/+1
2022-10-27Do fewer passes and generally be more efficient when filtering testsBen Kimock-3/+3
2022-09-01Sort tests at compile time, not at startupBen Kimock-1/+1
2022-07-22Lock stdout once when listing testsBen Kimock-1/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-9/+1
2022-03-11Show ignore message in console and json outputAntonio Yang-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-8/+8
2022-02-24Include ignore message in libtest outputAntonio Yang-2/+17
2022-01-28remove allow_fail test flagyuhaixin.hx-5/+1
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-1/+1
2021-09-29Implement #85440Samuel E. Moelius III-2/+2
2021-07-18Fix compilation errors.Charles Lew-1/+1
2021-04-25feat(libtest): Add JUnit formatterAndrey Cherkashin-1/+2
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-1/+11
2020-07-27mv std libs to library/mark-0/+293