summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-11-26Revert "fix missing rustfmt for apple darwin"Boxy-9/+3
2024-11-26Revert "fix missing rustfmt and clippy for msi"Boxy-30/+1
2024-11-21aix: fix archive formatHenry Jiang-15/+31
2024-11-19Register change infoJieyou Xu-0/+5
2024-11-19Default-enable `llvm_tools_enabled` when no `config.toml` is presentJieyou Xu-0/+4
2024-11-13fix clippy warns on windows (not checked by CI)klensy-1/+3
2024-11-13fix testsklensy-11/+13
2024-11-13define all the clippy lints we check in CI in a stepPietro Albini-0/+69
2024-11-13store the lint levels in the clippy structs themselvesPietro Albini-20/+40
2024-11-13disable precompiled rustc for "library" and "compiler" profilesonur-ozkan-0/+2
2024-11-13handle channel info before handling git infoonur-ozkan-6/+9
2024-11-13Reapply "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyo...onur-ozkan-31/+34
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-23/+57
2024-11-12Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark...Matthias Krüger-23/+57
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-19/+13
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-19/+13
2024-11-12Rollup merge of #132771 - ismailarilik:test/configure/cover-parse-args-in-src...Matthias Krüger-0/+47
2024-11-12test(configure): cover `parse_args` in `src/bootstrap/configure.py`ismailarilik-0/+47
2024-11-11Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgrbors-1/+18
2024-11-11Auto merge of #132720 - jieyouxu:do-not-strip, r=davidtwcobors-3/+7
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-5/+5
2024-11-11reduce `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` significantlyonur-ozkan-33/+2
2024-11-10warn about "src/bootstrap" on `RUSTC_IF_UNCHANGED_ALLOWED_PATHS`onur-ozkan-0/+2
2024-11-10add test coverage for `RUSTC_IF_UNCHANGED_ALLOWED_PATHS`onur-ozkan-2/+17
2024-11-10use allowed "if-unchanged" logic for compiler buildsonur-ozkan-17/+65
2024-11-10add test coverage for separate clippy prefixesonur-ozkan-0/+17
2024-11-10handle separate prefixes in clippy argsonur-ozkan-1/+1
2024-11-10Revert "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu"Jieyou Xu-35/+32
2024-11-09Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxuMatthias Krüger-32/+35
2024-11-08fix `core::config::tests::override_toml`onur-ozkan-0/+3
2024-11-08respect to global `download-rustc` default in non-dist profilesonur-ozkan-8/+1
2024-11-08use `download-rustc="if-unchanged"` as default whenever possibleonur-ozkan-3/+13
2024-11-08read repository information configs at an earlier stageonur-ozkan-21/+18
2024-11-07Rollup merge of #132737 - clubby789:lock-no-pid, r=jieyouxuJubilee-2/+6
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-21/+26
2024-11-07bootstrap: Print better message if lock pid isn't availableclubby789-2/+6
2024-11-07Only copy, rename and link `llvm-objcopy` if llvm tools are enabledJieyou Xu-3/+7
2024-11-07Auto merge of #132635 - kiike:fix/dots_in_target, r=onur-ozkanbors-3/+11
2024-11-06bootstrap: add quoting support to avoid splittingEnric Morales-3/+11
2024-11-05bootstrap: include `llvm-objcopy` in distDavid Wood-6/+24
2024-11-03Call the target libdir target libdirNilstrieb-30/+41
2024-11-02Rollup merge of #132494 - onur-ozkan:library-profile-default, r=jieyouxuMatthias Krüger-1/+9
2024-11-02add change entry for library profile updateonur-ozkan-0/+5
2024-11-02make `download-rustc="if-unchanged"` default for library profileonur-ozkan-1/+4
2024-11-02Rollup merge of #132438 - chenyukang:yukang-fix-analyzer_settings, r=jieyouxuGuillaume Gomez-0/+1
2024-11-01Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzolbors-0/+8
2024-11-01Remove unncessary option for default rust-analyzer settingyukang-0/+1
2024-10-31bootstrap: pass minicore path when running compiletest step许杰友 Jieyou Xu (Joe)-0/+5
2024-10-31bootstrap: pass `--with-{rustc,std}-debug-assertions` to compiletest许杰友 Jieyou Xu (Joe)-21/+26
2024-10-31Use protected symbols when building rustc_driverDavid Lattimore-0/+8