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
/
formatters
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
-0
/
+46
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-3
/
+3
2025-02-10
Use io::const_error! when possible over io::Error::new
Thalia Archibald
-3
/
+3
2025-01-20
test: add `#![warn(unreachable_pub)]`
Urgau
-26
/
+26
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-40
/
+33
2024-05-06
emit fractional benchmark nanoseconds in libtest's JSON output format
The 8472
-2
/
+2
2024-03-07
Rust is a proper name: rust → Rust
Ralf Jung
-1
/
+1
2024-03-04
libtest: Print the names of failed tests eagerly
jyn
-7
/
+28
2023-07-23
match on chars instead of &strs for .split() or .strip_prefix()
Matthias Krüger
-1
/
+1
2023-05-04
Rollup merge of #110651 - durin42:xunit-stdout, r=cuviper
Matthias Krüger
-5
/
+35
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
-16
/
+0
2023-04-21
junit: also include per-case stdout in xml
Augie Fackler
-5
/
+35
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-5
/
+110
2023-01-22
Print why a test was ignored if it's the only test specified.
Lenko Donchev
-0
/
+9
2023-01-03
Fix a few clippy lints in libtest
Joshua Nelson
-35
/
+35
2022-12-19
Fix `uninlined_format_args` in libtest
nils
-6
/
+5
2022-04-07
Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum
bors
-22
/
+11
2022-04-06
Improve terse test output.
Nicholas Nethercote
-3
/
+4
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-22
/
+11
2022-03-29
Remove unnecessary .as_ref().
Mara Bos
-1
/
+1
2022-03-29
Refactor after review
Antonio Yang
-22
/
+14
2022-03-11
Show ignore message in console and json output
Antonio Yang
-5
/
+35
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-16
/
+16
2022-02-17
Rollup merge of #93479 - smoelius:master, r=yaahc
Matthias Krüger
-1
/
+1
2022-02-07
Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se
Mara Bos
-55
/
+10
2022-02-02
fix: Remove extra newlines from junit output
Serg Tereshchenko
-2
/
+1
2022-01-30
Use `optflag` for `--report-time`
Samuel E. Moelius III
-1
/
+1
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-55
/
+10
2021-11-04
clippy::perf fixes
Matthias Krüger
-2
/
+2
2021-10-07
Rollup merge of #89082 - smoelius:master, r=kennytm
Jubilee
-9
/
+28
2021-09-29
Implement #85440
Samuel E. Moelius III
-9
/
+28
2021-09-27
Apply suggestions from code review
Jane Lusby
-2
/
+2
2021-09-24
make junit output more consistent with default format
Jane Lusby
-1
/
+4
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-07-18
Fix compilation errors.
Charles Lew
-0
/
+2
2021-06-17
Use as_secs_f64 in JunitFormatter
Deadbeef
-4
/
+4
2021-06-06
Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se
bors
-2
/
+10
2021-05-18
change based on review
Aliénore Bouttefeux
-8
/
+6
2021-05-16
remove mode for run and ignore tests
Aliénore Bouttefeux
-2
/
+12
2021-05-09
add bootstrap cfg
Aliénore Bouttefeux
-2
/
+2
2021-05-03
change based on review
Aliénore Bouttefeux
-2
/
+2
2021-05-03
proof of concept add test type on prints
Aliénore Bouttefeux
-2
/
+2
2021-04-30
Better output for junit formatter
Andrey Cherkashin
-12
/
+52
2021-04-26
Update junit.rs
Andrey Cherkashin
-1
/
+1
2021-04-25
feat(libtest): Add JUnit formatter
Andrey Cherkashin
-0
/
+136
2021-02-21
test: Print test name only once on timeout
Tomasz Miąsko
-4
/
+0
2020-11-27
libtest: Print the total time taken to execute a test suite
Jakob Schikowski
-8
/
+29
2020-10-23
Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAus
Yuki Okushi
-4
/
+10
[next]