| Age | Commit message (Expand) | Author | Lines |
| 2025-04-06 | Rollup merge of #139367 - GuillaumeGomez:proc-macro-values, r=Urgau | Guillaume Gomez | -1/+1 |
| 2025-04-06 | Rollup merge of #139347 - jieyouxu:rust_test_helpers, r=onur-ozkan | Stuart Cook | -10/+9 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -4/+2 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -2/+2 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -2/+2 |
| 2025-04-04 | bootstrap: Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-04-04 | Rollup merge of #139378 - Kobzol:bootstrap-use-lld-fix, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-04-04 | Use target-agnostic LLD flags in bootstrap for use-lld | Jakub Beránek | -2/+2 |
| 2025-04-04 | bootstrap: only build `rust_test_helpers` for `{incremental,ui}` suites | Jieyou Xu | -10/+9 |
| 2025-04-02 | Demote i686-pc-windows-gnu to Tier 2 | Noratrieb | -4/+0 |
| 2025-04-02 | Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors | Stuart Cook | -1/+1 |
| 2025-04-02 | Rollup merge of #139060 - Shourya742:2025-03-28-replace-commit-with-actual-va... | Stuart Cook | -1/+26 |
| 2025-04-01 | Use the 2024 edition in ./x.py fmt | bjorn3 | -1/+1 |
| 2025-04-01 | replace commit placeholder in vendor status with actual commit | bit-aloo | -1/+26 |
| 2025-03-30 | Rollup merge of #139044 - thaliaarchi:bootstrap-change-id-clone, r=onur-ozkan | Jacob Pratt | -15/+11 |
| 2025-03-29 | Auto merge of #138784 - madsmtm:bootstrap-bump-cc-cmake, r=jieyouxu | bors | -13/+44 |
| 2025-03-28 | bootstrap: Avoid cloning change-id list | Thalia Archibald | -15/+11 |
| 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 |