| Age | Commit message (Expand) | Author | Lines |
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -657/+0 |
| 2024-10-12 | Rollup merge of #131358 - onur-ozkan:129528, r=Mark-Simulacrum | Trevor Gross | -3/+13 |
| 2024-10-12 | force "HEAD" for non-CI and `git_upstream_merge_base` for CI environment | onur-ozkan | -3/+13 |
| 2024-10-06 | Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert... | onur-ozkan | -34/+0 |
| 2024-10-06 | Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-work... | onur-ozkan | -46/+16 |
| 2024-09-29 | create `CiEnv::is_rust_lang_managed_ci_job` | onur-ozkan | -0/+9 |
| 2024-09-13 | Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=... | bors | -16/+46 |
| 2024-09-11 | document the new git logic in more detail | onur-ozkan | -4/+12 |
| 2024-09-09 | implement `build_helper::git::get_closest_merge_commit` | onur-ozkan | -6/+34 |
| 2024-09-09 | add `git_merge_commit_email` into `GitConfig` | onur-ozkan | -0/+1 |
| 2024-09-08 | bootstrap: handle worktrees in warn_old_master_branch | binarycat | -16/+46 |
| 2024-08-27 | warn the user if the upstream master branch is old | binarycat | -0/+34 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+2 |
| 2024-07-17 | abstract merge-base commit logic | onur-ozkan | -1/+1 |
| 2024-07-15 | Move `force_coloring_in_ci` from `builder_helper` to `bootstrap` | Jakub Beránek | -14/+0 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-12 | Improve error message of drop bombs | Jakub Beránek | -1/+1 |
| 2024-07-12 | Print command creation and execution location when it fails | Jakub Beránek | -0/+4 |
| 2024-07-12 | Store full arm location in `DropBomb` | Jakub Beránek | -4/+4 |
| 2024-07-12 | Move `DropBomb` from `run-make-support` to `build_helper` | Jakub Beránek | -0/+66 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-06-23 | Rollup merge of #126230 - onur-ozkan:followup-126225, r=Mark-Simulacrum | Matthias Krüger | -0/+28 |
| 2024-06-17 | tidy: skip submodules if not present for non-CI environments | onur-ozkan | -0/+28 |
| 2024-06-13 | build_helper: apply considerable clippy suggestions | onur-ozkan | -15/+11 |
| 2024-06-09 | feat: vendor crates required by opt-dist to collect profiles | Weihang Lo | -0/+23 |
| 2024-06-04 | docs: add README.md for build_helper | Weihang Lo | -0/+3 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -1/+1 |
| 2024-05-11 | use shared stage0 parser from `build_helper` | onur-ozkan | -0/+77 |
| 2024-03-05 | Do not try to format removed files | clubby789 | -5/+12 |
| 2023-11-06 | rename github_repository to git_repository | Pietro Albini | -3/+3 |
| 2023-10-24 | allow configuring the parent GitHub repository | Pietro Albini | -11/+30 |
| 2023-10-02 | Rollup merge of #114453 - Kobzol:ci-group-stdout, r=onur-ozkan | Tyler Mandry | -3/+3 |
| 2023-08-31 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -18/+20 |
| 2023-08-04 | Print GHA log groups to stdout instead of stderr | Jakub Beránek | -3/+3 |
| 2023-08-01 | Revert "Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68" | Rémy Rakic | -20/+18 |
| 2023-08-01 | Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 | Matthias Krüger | -18/+20 |
| 2023-07-31 | apply nit | Ralf Jung | -1/+1 |
| 2023-07-25 | Split nested GHA groups instead of panicking | Jakub Beránek | -19/+43 |
| 2023-07-17 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -18/+20 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -2/+4 |
| 2023-07-14 | Add `track_caller` to builder.msg | jyn | -0/+1 |
| 2023-07-14 | Add even more GHA log groups | jyn | -0/+13 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+4 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+6 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -0/+95 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -8/+12 |
| 2023-06-15 | cleanup more azure leftovers | klensy | -5/+1 |
| 2023-06-04 | Don't double-print status messages in GHA | jyn | -0/+2 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -0/+42 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -0/+24 |