about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-11-26don't pass every test arg to test-float-parseonur-ozkan-6/+2
2024-11-25use ReadCache for archive loadingHenry Jiang-8/+8
2024-11-25generate-copyright: Use license-metadata.json from git.Jonathan Pallant-2/+1
2024-11-25collect-license-metadata: move JSON to root, and add a 'check' modeJonathan Pallant-2/+34
2024-11-24Auto merge of #133068 - jieyouxu:download-rustc-default-only-for-tools, r=clu...bors-5/+61
2024-11-23Vendor `trpl` crate so The Book tests work offlineChris Krycho-0/+1
2024-11-23bootstrap: add change tracker entryJieyou Xu-0/+5
2024-11-23Update bootstrap tests to support book dependenciesChris Krycho-1/+66
2024-11-23bootstrap: make `rust.debug-assertions = true` inhibit downloading CI rustcJieyou Xu-4/+42
2024-11-23bootstrap: revert `rust.download-rustc` global default to `false`Jieyou Xu-3/+16
2024-11-23Auto merge of #132994 - clubby789:cc-bisect, r=Kobzolbors-158/+174
2024-11-22Rollup merge of #133215 - ehuss:fix-vendor-rustc-perf, r=kobzolMichael Goulet-22/+27
2024-11-22Rollup merge of #133208 - ferrocene:split-copyright-html, r=KobzolMichael Goulet-1/+2
2024-11-21Keep list of submodules close to list of vendored workspacesEric Huss-24/+27
2024-11-21aix: fix archive formatHenry Jiang-15/+31
2024-11-21generate-copyright: Now generates a library file too.Jonathan Pallant-1/+2
2024-11-19Fix missing submodule in `./x vendor`Eric Huss-1/+3
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-13Bump bootstrap depsclubby789-34/+34
2024-11-13Update bootstrap `cc`clubby789-124/+140
2024-11-13don't pass every test arg to cg_clifonur-ozkan-1/+0
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-09improve initial target libdir finding logiconur-ozkan-42/+15
2024-11-08refactor initial-sysroot handlingonur-ozkan-12/+9
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