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
/
src
/
bootstrap
/
render_tests.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-13
Rename `detail_exit_macro` to `exit`
jyn
-1
/
+1
2023-07-09
Port PGO/LTO/BOLT optimized build pipeline to Rust
Jakub Beránek
-3
/
+3
2023-06-12
implement stdout streaming in `render_tests::Renderer`
ozkanonur
-6
/
+28
2023-06-04
Don't require the output from libtest to be valid UTF-8
jyn
-5
/
+6
2023-05-30
create `build_helper/src/util` mod
ozkanonur
-1
/
+1
2023-05-21
Render test messages from bootstrap
Eric Huss
-2
/
+7
2023-04-19
Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68
Matthias Krüger
-1
/
+1
2023-04-17
Spelling src/bootstrap
Josh Soref
-1
/
+1
2023-04-17
avoid including dry run steps in the build metrics
Pietro Albini
-0
/
+1
2023-03-22
Bugfix: avoid panic on invalid json output from libtest
Raoul Strackx
-12
/
+7
2023-03-21
handle tests timing out
Pietro Albini
-0
/
+4
2023-03-07
switch to termcolor
Pietro Albini
-25
/
+48
2023-03-06
fix name of the field containing the ignore reason
Pietro Albini
-3
/
+3
2023-03-03
change approach to prevent interleaving compiletest message
Pietro Albini
-6
/
+1
2023-03-03
handle non-json output in stdout
Pietro Albini
-6
/
+13
2023-03-02
avoid overlapping stderr
Pietro Albini
-5
/
+11
2023-03-02
switch all tests to use render_tests
Pietro Albini
-0
/
+9
2023-03-02
add support for benchmarks
Pietro Albini
-4
/
+49
2023-03-02
record tests in build metrics
Pietro Albini
-0
/
+13
2023-03-02
add a splash of color
Pietro Albini
-29
/
+34
2023-03-02
add support for terse output
Pietro Albini
-7
/
+56
2023-03-02
render compiletest output with render_tests
Pietro Albini
-0
/
+220