| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -400/+0 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -1/+1 | |
| `detail` and `macro` weren't adding any info. | ||||
| 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 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-06-04 | Don't require the output from libtest to be valid UTF-8 | jyn | -5/+6 | |
| On Windows this is sometimes not the case, for reasons I can't track down. This works around the problem, although I'm not sure how to confirm we're not generating invalid build metrics in this case. | ||||
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -1/+1 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 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 | |
| Spelling src bootstrap The various src/* items seem slightly disparate, so I'm doing src/* individually. split from #110392 | ||||
| 2023-04-17 | Spelling src/bootstrap | Josh Soref | -1/+1 | |
| * although * correct * granular * libunwind * repository * section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2023-04-17 | avoid including dry run steps in the build metrics | Pietro Albini | -0/+1 | |
| Including steps executed during the dry run will result in a duplication of all the steps in the build metrics, which just adds noise. | ||||
| 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 | |
