| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | extend the list of registered dylibs on `test::prepare_cargo_test` | onur-ozkan | -3/+3 |
| 2025-03-29 | Auto merge of #138784 - madsmtm:bootstrap-bump-cc-cmake, r=jieyouxu | bors | -13/+44 |
| 2025-03-28 | Rollup merge of #139045 - onur-ozkan:less-verbose-bootstrap-test, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-03-28 | Rollup merge of #138986 - Shourya742:2025-03-25-add-ignore-to-change-id, r=Ko... | Matthias Krüger | -48/+79 |
| 2025-03-28 | bootstrap: update `test_find` test | onur-ozkan | -1/+1 |
| 2025-03-28 | bootstrap: Update download-ci-llvm-stamp | Mads Marquart | -1/+1 |
| 2025-03-28 | bootstrap: Override CMAKE_OSX_SYSROOT when building compiler-rt | Mads Marquart | -3/+4 |
| 2025-03-28 | bootstrap: Set CMAKE_SYSTEM_NAME=Darwin on Apple platforms | Mads Marquart | -0/+8 |
| 2025-03-28 | bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platforms | Mads Marquart | -1/+1 |
| 2025-03-28 | bootstrap: Always set CMAKE_SYSTEM_NAME when cross-compiling | Mads Marquart | -0/+24 |
| 2025-03-28 | bootstrap: bump cc to 1.2.17 and cmake to 0.1.54 | Mads Marquart | -8/+6 |
| 2025-03-28 | Add new change-id option in bootstrap.example.toml and update the change-id d... | bit-aloo | -4/+8 |
| 2025-03-27 | Rollup merge of #139016 - Kobzol:post-merge-analysis-durations, r=marcoieni | Jacob Pratt | -3/+19 |
| 2025-03-27 | add changeInfo to change tracker | bit-aloo | -0/+5 |
| 2025-03-27 | feat(config): Add ChangeId enum for suppressing warnings | bit-aloo | -48/+70 |
| 2025-03-27 | Add CI metadata to bootstrap metrics | Jakub Beránek | -3/+19 |
| 2025-03-27 | Remove some asserts from the `download_ci_llvm` bootstrap test | Jakub Beránek | -21/+1 |
| 2025-03-24 | Add target maintainer information for powerpc64-unknown-linux-musl | Jens Reidel | -0/+5 |
| 2025-03-23 | Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum | Jacob Pratt | -6/+55 |
| 2025-03-23 | Rollup merge of #138321 - wesleywiser:bootstrap_package_pdbs, r=onur-ozkan | Jacob Pratt | -99/+255 |
| 2025-03-22 | Rollup merge of #138763 - aDotInTheVoid:two-years-later, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2025-03-21 | Auto merge of #138791 - matthiaskrgr:rollup-ev46cqr, r=matthiaskrgr | bors | -47/+54 |
| 2025-03-21 | Rollup merge of #138706 - Kobzol:bootstrap-git-refactor-1, r=onur-ozkan | Matthias Krüger | -46/+50 |
| 2025-03-21 | Rollup merge of #138623 - daltenty:daltenty/fix-compiler-rt, r=Kobzol | Matthias Krüger | -1/+4 |
| 2025-03-21 | Fix test using `download-ci-llvm=true` on CI | Jakub Beránek | -1/+1 |
| 2025-03-21 | Set `if-unchanged` as the default value for `download-ci-llvm` when we're on CI. | Jakub Beránek | -1/+8 |
| 2025-03-21 | Allow unused code in tests | Jakub Beránek | -0/+1 |
| 2025-03-21 | Remove duplicated check for LLVM modifications and disable `download-ci-llvm=... | Jakub Beránek | -42/+23 |
| 2025-03-21 | Unify LLVM invalidation path handling | Jakub Beránek | -15/+16 |
| 2025-03-21 | Rollup merge of #138743 - onur-ozkan:override-is-ci-behaviour, r=Kobzol | Matthias Krüger | -26/+45 |
| 2025-03-21 | jsondocck: Replace `jsonpath_lib` with `jsonpath-rust` | Alona Enraght-Moony | -0/+15 |
| 2025-03-20 | add test for `Config::is_running_on_ci` | onur-ozkan | -0/+17 |
| 2025-03-20 | make it possible to override CI/non-CI environment behaviour | onur-ozkan | -26/+28 |
| 2025-03-20 | Use `-Wunused_crate_dependencies` for compiler crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-19 | Respect `--src` bootstrap flag | Jakub Beránek | -45/+49 |
| 2025-03-19 | Simplify `get_git_modified_files` | Jakub Beránek | -1/+1 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -7/+2 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -7/+2 |
| 2025-03-18 | Rollup merge of #138080 - moxian:bootstrap-breadcrumb, r=jieyouxu | Matthias Krüger | -2/+3 |
| 2025-03-17 | [bootstrap] Distribute split debuginfo if present | Wesley Wiser | -99/+255 |
| 2025-03-17 | Use llvm_runtimes for compiler-rt | David Tenty | -1/+4 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-17 | Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap... | bors | -110/+138 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -4/+4 |
| 2025-03-17 | Rollup merge of #138412 - cuviper:licenses, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-17 | adjust comment | Giang Dao | -22/+8 |
| 2025-03-17 | wix: allow to skip more components | klensy | -2/+30 |
| 2025-03-17 | fix missing rustfmt for apple darwin | Giang Dao | -3/+9 |
| 2025-03-17 | fix missing rustfmt and clippy for msi | Giang Dao | -1/+30 |
| 2025-03-17 | Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol | Jacob Pratt | -1/+1 |