about summary refs log tree commit diff
path: root/src/bootstrap/render_tests.rs
AgeCommit message (Expand)AuthorLines
2023-07-13Rename `detail_exit_macro` to `exit`jyn-1/+1
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-3/+3
2023-06-12implement stdout streaming in `render_tests::Renderer`ozkanonur-6/+28
2023-06-04Don't require the output from libtest to be valid UTF-8jyn-5/+6
2023-05-30create `build_helper/src/util` modozkanonur-1/+1
2023-05-21Render test messages from bootstrapEric Huss-2/+7
2023-04-19Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger-1/+1
2023-04-17Spelling src/bootstrapJosh Soref-1/+1
2023-04-17avoid including dry run steps in the build metricsPietro Albini-0/+1
2023-03-22Bugfix: avoid panic on invalid json output from libtestRaoul Strackx-12/+7
2023-03-21handle tests timing outPietro Albini-0/+4
2023-03-07switch to termcolorPietro Albini-25/+48
2023-03-06fix name of the field containing the ignore reasonPietro Albini-3/+3
2023-03-03change approach to prevent interleaving compiletest messagePietro Albini-6/+1
2023-03-03handle non-json output in stdoutPietro Albini-6/+13
2023-03-02avoid overlapping stderrPietro Albini-5/+11
2023-03-02switch all tests to use render_testsPietro Albini-0/+9
2023-03-02add support for benchmarksPietro Albini-4/+49
2023-03-02record tests in build metricsPietro Albini-0/+13
2023-03-02add a splash of colorPietro Albini-29/+34
2023-03-02add support for terse outputPietro Albini-7/+56
2023-03-02render compiletest output with render_testsPietro Albini-0/+220