index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
test
/
src
/
console.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-04
Add new `test::print_merged_doctests_times` used by rustdoc to display more d...
Guillaume Gomez
-11
/
+15
2025-02-09
fix(libtest): Enable Instant on Emscripten targets
Alisa Sireneva
-2
/
+3
2025-01-20
test: add `#![warn(unreachable_pub)]`
Urgau
-9
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+12
2024-04-15
libtest: also measure time in Miri
Ralf Jung
-4
/
+2
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-01-22
rustc: implement support for `riscv32im_risc0_zkvm_elf`
Erik Kaneda
-1
/
+2
2023-05-26
add StaticBenchAsTestFn and DynBenchAsTestFn to convert benches to tests
Pietro Albini
-1
/
+1
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-26
/
+57
2023-01-22
Print why a test was ignored if it's the only test specified.
Lenko Donchev
-1
/
+6
2023-01-03
Fix a few clippy lints in libtest
Joshua Nelson
-3
/
+3
2022-12-01
Create a hacky fail-fast mode that stops tests at the first failure
Oli Scherer
-1
/
+1
2022-10-27
Do fewer passes and generally be more efficient when filtering tests
Ben Kimock
-3
/
+3
2022-09-01
Sort tests at compile time, not at startup
Ben Kimock
-1
/
+1
2022-07-22
Lock stdout once when listing tests
Ben Kimock
-1
/
+1
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-9
/
+1
2022-03-11
Show ignore message in console and json output
Antonio Yang
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-8
/
+8
2022-02-24
Include ignore message in libtest output
Antonio Yang
-2
/
+17
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-5
/
+1
2021-11-10
Update more rustc/libtest things for wasm64
Alex Crichton
-1
/
+1
2021-09-29
Implement #85440
Samuel E. Moelius III
-2
/
+2
2021-07-18
Fix compilation errors.
Charles Lew
-1
/
+1
2021-04-25
feat(libtest): Add JUnit formatter
Andrey Cherkashin
-1
/
+2
2020-11-27
libtest: Print the total time taken to execute a test suite
Jakob Schikowski
-1
/
+11
2020-07-27
mv std libs to library/
mark
-0
/
+293