| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | make it possible to use ci-rustc on tarball sources | onur-ozkan | -13/+23 |
| 2025-01-23 | resolve symlinks of LLVM tool binaries before copying them | onur-ozkan | -1/+15 |
| 2025-01-23 | Add logic to override profile for non git sources | Tanvi Pooranmal Meena | -5/+8 |
| 2025-01-23 | Only dist `llvm-objcopy` if llvm tools are enabled | Josh Stone | -1/+1 |
| 2024-11-26 | Revert "fix missing rustfmt for apple darwin" | Boxy | -9/+3 |
| 2024-11-26 | Revert "fix missing rustfmt and clippy for msi" | Boxy | -30/+1 |
| 2024-11-21 | aix: fix archive format | Henry Jiang | -15/+31 |
| 2024-11-19 | Register change info | Jieyou Xu | -0/+5 |
| 2024-11-19 | Default-enable `llvm_tools_enabled` when no `config.toml` is present | Jieyou Xu | -0/+4 |
| 2024-11-13 | fix clippy warns on windows (not checked by CI) | klensy | -1/+3 |
| 2024-11-13 | fix tests | klensy | -11/+13 |
| 2024-11-13 | define all the clippy lints we check in CI in a step | Pietro Albini | -0/+69 |
| 2024-11-13 | store the lint levels in the clippy structs themselves | Pietro Albini | -20/+40 |
| 2024-11-13 | disable precompiled rustc for "library" and "compiler" profiles | onur-ozkan | -0/+2 |
| 2024-11-13 | handle channel info before handling git info | onur-ozkan | -6/+9 |
| 2024-11-13 | Reapply "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyo... | onur-ozkan | -31/+34 |
| 2024-11-12 | Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgr | bors | -23/+57 |
| 2024-11-12 | Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark... | Matthias Krüger | -23/+57 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -19/+13 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -19/+13 |
| 2024-11-12 | Rollup merge of #132771 - ismailarilik:test/configure/cover-parse-args-in-src... | Matthias Krüger | -0/+47 |
| 2024-11-12 | test(configure): cover `parse_args` in `src/bootstrap/configure.py` | ismailarilik | -0/+47 |
| 2024-11-11 | Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgr | bors | -1/+18 |
| 2024-11-11 | Auto merge of #132720 - jieyouxu:do-not-strip, r=davidtwco | bors | -3/+7 |
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -5/+5 |
| 2024-11-11 | reduce `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` significantly | onur-ozkan | -33/+2 |
| 2024-11-10 | warn about "src/bootstrap" on `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` | onur-ozkan | -0/+2 |
| 2024-11-10 | add test coverage for `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` | onur-ozkan | -2/+17 |
| 2024-11-10 | use allowed "if-unchanged" logic for compiler builds | onur-ozkan | -17/+65 |
| 2024-11-10 | add test coverage for separate clippy prefixes | onur-ozkan | -0/+17 |
| 2024-11-10 | handle separate prefixes in clippy args | onur-ozkan | -1/+1 |
| 2024-11-10 | Revert "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu" | Jieyou Xu | -35/+32 |
| 2024-11-09 | Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu | Matthias Krüger | -32/+35 |
| 2024-11-08 | fix `core::config::tests::override_toml` | onur-ozkan | -0/+3 |
| 2024-11-08 | respect to global `download-rustc` default in non-dist profiles | onur-ozkan | -8/+1 |
| 2024-11-08 | use `download-rustc="if-unchanged"` as default whenever possible | onur-ozkan | -3/+13 |
| 2024-11-08 | read repository information configs at an earlier stage | onur-ozkan | -21/+18 |
| 2024-11-07 | Rollup merge of #132737 - clubby789:lock-no-pid, r=jieyouxu | Jubilee | -2/+6 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -21/+26 |
| 2024-11-07 | bootstrap: Print better message if lock pid isn't available | clubby789 | -2/+6 |
| 2024-11-07 | Only copy, rename and link `llvm-objcopy` if llvm tools are enabled | Jieyou Xu | -3/+7 |
| 2024-11-07 | Auto merge of #132635 - kiike:fix/dots_in_target, r=onur-ozkan | bors | -3/+11 |
| 2024-11-06 | bootstrap: add quoting support to avoid splitting | Enric Morales | -3/+11 |
| 2024-11-05 | bootstrap: include `llvm-objcopy` in dist | David Wood | -6/+24 |
| 2024-11-03 | Call the target libdir target libdir | Nilstrieb | -30/+41 |
| 2024-11-02 | Rollup merge of #132494 - onur-ozkan:library-profile-default, r=jieyouxu | Matthias Krüger | -1/+9 |
| 2024-11-02 | add change entry for library profile update | onur-ozkan | -0/+5 |
| 2024-11-02 | make `download-rustc="if-unchanged"` default for library profile | onur-ozkan | -1/+4 |
| 2024-11-02 | Rollup merge of #132438 - chenyukang:yukang-fix-analyzer_settings, r=jieyouxu | Guillaume Gomez | -0/+1 |
| 2024-11-01 | Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzol | bors | -0/+8 |