| Age | Commit message (Expand) | Author | Lines |
| 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-09 | improve initial target libdir finding logic | onur-ozkan | -42/+15 |
| 2024-11-08 | refactor initial-sysroot handling | onur-ozkan | -12/+9 |
| 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 | [AIX] handle libunwind native_libs | David Tenty | -1/+1 |
| 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 |
| 2024-11-01 | Remove unncessary option for default rust-analyzer setting | yukang | -0/+1 |
| 2024-10-31 | bootstrap: pass minicore path when running compiletest step | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-31 | bootstrap: pass `--with-{rustc,std}-debug-assertions` to compiletest | 许杰友 Jieyou Xu (Joe) | -21/+26 |
| 2024-10-31 | Use protected symbols when building rustc_driver | David Lattimore | -0/+8 |
| 2024-10-31 | Rollup merge of #132365 - onur-ozkan:less-rustc-overhead, r=Kobzol | Matthias Krüger | -3/+1 |
| 2024-10-31 | pass `RUSTC_HOST_FLAGS` at once without the for loop | onur-ozkan | -3/+1 |
| 2024-10-28 | force-recompile library changes on download-rustc="if-unchanged" | onur-ozkan | -16/+22 |
| 2024-10-27 | simplify force-recompile logic for "library" | onur-ozkan | -19/+4 |
| 2024-10-27 | don't use absolute paths on `git(Some(self.src))` | onur-ozkan | -10/+3 |
| 2024-10-25 | Allow building rustc's LLVM with Offload support | Manuel Drehwald | -0/+30 |
| 2024-10-24 | Auto merge of #132007 - rustbot:docs-update, r=ehuss | bors | -1/+8 |
| 2024-10-23 | Update rustbook to support new test linking in reference | Eric Huss | -1/+8 |