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
/
junit.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
-0
/
+10
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
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+6
2023-07-23
match on chars instead of &strs for .split() or .strip_prefix()
Matthias Krüger
-1
/
+1
2023-04-28
junit: fix typo in comment and don't include output for passes when not reque...
Augie Fackler
-2
/
+2
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
-1
/
+13
2023-01-03
Fix a few clippy lints in libtest
Joshua Nelson
-8
/
+8
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-07
Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se
Mara Bos
-1
/
+1
2022-02-02
fix: Remove extra newlines from junit output
Serg Tereshchenko
-2
/
+1
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-1
/
+1
2021-11-04
clippy::perf fixes
Matthias Krüger
-2
/
+2
2021-10-07
Rollup merge of #89082 - smoelius:master, r=kennytm
Jubilee
-1
/
+5
2021-09-29
Implement #85440
Samuel E. Moelius III
-1
/
+5
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-06-17
Use as_secs_f64 in JunitFormatter
Deadbeef
-4
/
+4
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
/
+134