| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -1/+5 |
| 2025-02-13 | Add warning about using llvm.ccache and add FIXME note | Jakub Beránek | -0/+5 |
| 2025-02-12 | Compiletest should not inherit all host RUSTFLAGS | jyn | -6/+5 |
| 2025-02-12 | Rollup merge of #136916 - onur-ozkan:fix-cc2ar, r=jieyouxu | Guillaume Gomez | -16/+4 |
| 2025-02-12 | Rollup merge of #136848 - Shourya742:2025-02-11-add-docs-and-ut-for-util-cach... | Guillaume Gomez | -0/+98 |
| 2025-02-12 | Move `llvm.ccache` to `build.ccache` | Jakub Beránek | -12/+25 |
| 2025-02-12 | Rollup merge of #136767 - onur-ozkan:is-host-target, r=albertlarsan68,jieyouxu | Guillaume Gomez | -13/+35 |
| 2025-02-12 | use cc archiver as default in `cc2ar` | onur-ozkan | -16/+4 |
| 2025-02-11 | Auto merge of #136586 - Kobzol:lto-rustdoc-fix-stage-1, r=onur-ozkan | bors | -11/+17 |
| 2025-02-11 | rename `is_host_target` to `is_builder_target` | onur-ozkan | -18/+20 |
| 2025-02-11 | add coverage for `Builder::is_host_target` | onur-ozkan | -0/+15 |
| 2025-02-11 | add `Builder::is_host_target` | onur-ozkan | -13/+18 |
| 2025-02-11 | add unit test to bootstrap:util:cache:tests | bit-aloo | -0/+55 |
| 2025-02-11 | Add docs to bootstrap:src:utils:cache | bit-aloo | -0/+43 |
| 2025-02-10 | Auto merge of #133092 - madsmtm:bootstrap-deployment-target, r=Mark-Simulacru... | bors | -23/+102 |
| 2025-02-10 | Rollup merge of #136681 - onur-ozkan:132926, r=jieyouxu | Matthias Krüger | -3/+132 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -6/+10 |
| 2025-02-10 | add coverage for llvm-config path resolution | onur-ozkan | -3/+127 |
| 2025-02-10 | bootstrap: Don't overwrite CFLAGS_* set in the environment | Mads Marquart | -6/+19 |
| 2025-02-10 | Fix bootstrap `build_all` test | Guillaume Gomez | -1/+1 |
| 2025-02-10 | Ignore duplicated dep for `literal-escaper` | Guillaume Gomez | -0/+5 |
| 2025-02-10 | Add cygwin target. | 王宇逸 | -1/+5 |
| 2025-02-10 | Rollup merge of #136472 - jieyouxu:pass-stage, r=Mark-Simulacrum | Jubilee | -8/+13 |
| 2025-02-10 | move second opt run to lto phase and cleanup code | Manuel Drehwald | -3/+6 |
| 2025-02-10 | Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubilee | bors | -2/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -257/+364 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -20/+213 |
| 2025-02-09 | Rollup merge of #136530 - Kobzol:x-perf, r=onur-ozkan | Urgau | -20/+213 |
| 2025-02-08 | Rustfmt | bjorn3 | -257/+364 |
| 2025-02-08 | Rollup merge of #136626 - onur-ozkan:initial-rustdoc, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-02-08 | Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgr | bors | -0/+5 |
| 2025-02-08 | resolve `llvm-config` path properly on cross builds | onur-ozkan | -3/+8 |
| 2025-02-07 | fix autodiff perf by running the enzyme opt pass before autodiff | Manuel Drehwald | -0/+1 |
| 2025-02-07 | Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obk | Matthias Krüger | -1/+2 |
| 2025-02-07 | add module level doc for bootstrap:util:exec | bit-aloo | -0/+5 |
| 2025-02-07 | get tests to work without -Z/-C flags | Manuel Drehwald | -3/+3 |
| 2025-02-06 | bootstrap: reset some test suite metadata when starting a new test suite | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2025-02-06 | create `initial_rustdoc` field in `Build` | onur-ozkan | -1/+3 |
| 2025-02-05 | Only apply LTO to rustdoc at stage 2 | Jakub Beránek | -11/+17 |
| 2025-02-05 | Re-enable "jump to def" feature on rustc docs | Guillaume Gomez | -1/+2 |
| 2025-02-05 | Remove the `rustc-perf-wrapper` tool | Jakub Beránek | -1/+0 |
| 2025-02-05 | Build Rustdoc when a Doc benchmark is requested | Jakub Beránek | -2/+21 |
| 2025-02-05 | Move `x perf` directly into bootstrap | Jakub Beránek | -19/+194 |
| 2025-02-05 | Rename [default|extra]_cflags -> cc_[|un]handled_clags | Mads Marquart | -18/+24 |
| 2025-02-05 | Rollup merge of #136392 - jieyouxu:wrap-tracing, r=onur-ozkan | León Orell Valerian Liehr | -51/+99 |
| 2025-02-04 | Rollup merge of #135844 - yaahc:tidy-feature-status-dump, r=jieyouxu | Jacob Pratt | -0/+35 |
| 2025-02-04 | bootstrap: add wrapper macros for `tracing`-gated tracing macros | 许杰友 Jieyou Xu (Joe) | -51/+99 |
| 2025-02-04 | Rollup merge of #136309 - onur-ozkan:133629, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2025-02-04 | Rollup merge of #135836 - ferrocene:ja-gh135782-build-crt-only-for-musl, r=on... | Matthias Krüger | -2/+8 |
| 2025-02-03 | Rollup merge of #136467 - onur-ozkan:override-default-profile-on-tarballs, r=... | 许杰友 Jieyou Xu (Joe) | -1/+8 |