| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | Add a note about the test dashboard to the post-merge report | Jakub Beránek | -1/+15 |
| 2025-04-17 | Turn `test_dashboard` into a file | Jakub Beránek | -0/+0 |
| 2025-04-17 | Print number of root tests and subdirectories | Jakub Beránek | -1/+6 |
| 2025-04-17 | Create a macro for rendering test results | Jakub Beránek | -3/+7 |
| 2025-04-17 | Render test revisions separately | Jakub Beránek | -10/+46 |
| 2025-04-17 | Add a note about how to find tests that haven't been executed anywhere. | Jakub Beránek | -55/+22 |
| 2025-04-17 | Add buttons for expanding and collapsing all test suites | Jakub Beránek | -54/+84 |
| 2025-04-17 | Add command to `citool` for generating a test dashboard | Jakub Beránek | -1/+433 |
| 2025-04-17 | Extract function for normalizing path delimiters to `utils` | Jakub Beránek | -7/+12 |
| 2025-04-17 | Make `parent` in `download_auto_job_metrics` optional | Jakub Beránek | -12/+13 |
| 2025-04-15 | Rollup merge of #139859 - marcoieni:rename-macos-runner, r=Kobzol | Matthias Krüger | -6/+6 |
| 2025-04-15 | CI: rename MacOS runner | MarcoIeni | -6/+6 |
| 2025-04-14 | ci: add runners for vanilla LLVM 20 | Josh Stone | -0/+94 |
| 2025-04-14 | Improve wording of post-merge report | Jakub Beránek | -11/+15 |
| 2025-04-10 | update miniz_oxide to 0.8.8 | oyvindln | -2/+2 |
| 2025-04-09 | Rollup merge of #139481 - Kobzol:post-merge-links, r=marcoieni | Matthias Krüger | -11/+153 |
| 2025-04-08 | Rollup merge of #139386 - onur-ozkan:configurable-compiletest-libtest, r=jiey... | Stuart Cook | -2/+4 |
| 2025-04-07 | Add job summary links to post-merge report | Jakub Beránek | -10/+152 |
| 2025-04-07 | Sort job duration changes by absolute duration | Jakub Beránek | -1/+1 |
| 2025-04-07 | enable in-tree std on some runners | onur-ozkan | -2/+4 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -102/+6 |
| 2025-04-02 | Demote i686-pc-windows-gnu to Tier 2 | Noratrieb | -28/+2 |
| 2025-03-27 | Add CI metadata to bootstrap metrics | Jakub Beránek | -2/+4 |
| 2025-03-27 | Add a note about interpreting job duration changes | Jakub Beránek | -1/+9 |
| 2025-03-27 | Add cache for job metrics | Jakub Beránek | -1/+19 |
| 2025-03-27 | Add job duration changes stats in post-merge analysis | Jakub Beránek | -5/+57 |
| 2025-03-26 | Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieni | Stuart Cook | -28/+140 |
| 2025-03-25 | Add diff of bootstrap steps | Jakub Beránek | -28/+140 |
| 2025-03-22 | Group test diffs by stage in post-merge analysis | Jakub Beránek | -18/+25 |
| 2025-03-21 | Disable CI mode when checking default bootstrap profiles | Jakub Beránek | -1/+2 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -8/+1 |
| 2025-03-19 | Auto merge of #138690 - jieyouxu:temp-disable-fuchsia, r=Kobzol | bors | -7/+10 |
| 2025-03-19 | Temporarily disable Fuchsia test job to unblock queue | Jieyou Xu | -7/+10 |
| 2025-03-18 | Remove double nesting in post-merge workflow | Jakub Beránek | -8/+1 |
| 2025-03-17 | Rollup merge of #138533 - Kobzol:try-job-auto-tests, r=marcoieni | Matthias Krüger | -19/+24 |
| 2025-03-17 | Rollup merge of #138531 - Kobzol:test-diff-try-build, r=marcoieni | Matthias Krüger | -470/+515 |
| 2025-03-17 | Small review improvements | Jakub Beránek | -2/+2 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make | bit-aloo | -2/+2 |
| 2025-03-16 | Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieu | bors | -7/+33 |
| 2025-03-15 | Auto merge of #137665 - Kobzol:update-sccache, r=marcoieni | bors | -5/+7 |
| 2025-03-15 | Only use `DIST_TRY_BUILD` for try jobs that were not selected explicitly | Jakub Beránek | -19/+24 |
| 2025-03-15 | Reformat code | Jakub Beránek | -7/+10 |
| 2025-03-15 | Do not error out on missing parent metrics | Jakub Beránek | -5/+18 |
| 2025-03-15 | Put test differences into a `<details>` section and add better explanation of... | Jakub Beránek | -34/+56 |
| 2025-03-15 | Add a helper function for outputting details | Jakub Beránek | -9/+18 |
| 2025-03-15 | Add bootstrap stage to test names | Jakub Beránek | -4/+11 |
| 2025-03-15 | Print test diffs into GitHub summary | Jakub Beránek | -6/+35 |
| 2025-03-15 | Use first-level heading for test differences header | Jakub Beránek | -1/+1 |
| 2025-03-15 | Print number of found test diffs | Jakub Beránek | -0/+1 |
| 2025-03-15 | Refactor metrics and analysis in citool to distinguish them better | Jakub Beránek | -219/+196 |