about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-09-27Auto merge of #146927 - Kobzol:install-clif, r=jieyouxubors-52/+63
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-4/+0
2025-09-26Apply cfg(bootstrap) replacementMark Rousskov-4/+0
2025-09-26Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkovMatthias Krüger-0/+2
2025-09-26Auto merge of #146595 - Shourya742:make-cargo-test-work-for-self-test, r=Kobzolbors-394/+337
2025-09-26Rollup merge of #147038 - Kobzol:bootstrap-verbose-fn, r=jieyouxuMatthias Krüger-58/+46
2025-09-26Rollup merge of #146994 - cuviper:clippy-ci-recursion, r=KobzolMatthias Krüger-0/+2
2025-09-25Add `clippy::unconditional_recursion` to `./x clippy ci`Josh Stone-0/+2
2025-09-25Rename `verbose` to `do_if_verbose`Jakub Beránek-37/+40
2025-09-25Remove `is_verbose_than` functionJakub Beránek-6/+1
2025-09-25Remove `verbose_than` functionJakub Beránek-15/+5
2025-09-25Make `cargo test` work againJakub Beránek-8/+30
2025-09-25Ensure that `--build-dir` is always specified in testsJakub Beránek-23/+4
2025-09-25bootstrap.py: Respect build.jobs while building bootstrap toolJ. Neuschäfer-0/+2
2025-09-24Make install test target independentJakub Beránek-55/+61
2025-09-23Make it possible to `x install` Cranelift and LLVM bitcode linkerJakub Beránek-0/+5
2025-09-23move config check logic from get_toml to parse_innerbit-aloo-24/+23
2025-09-22add comment explaining the test_build_dirbit-aloo-0/+7
2025-09-22add check for toml filebit-aloo-10/+9
2025-09-22remove explicit target assignment in config during rustc initializationbit-aloo-15/+8
2025-09-21Add x86_64-unknown-motor (Motor OS) tier 3 targetU. Lasiotus-0/+5
2025-09-21remove prepare_test_specific_dir and update tests accordinglybit-aloo-89/+65
2025-09-21add explicit config assignment when running the test, as the src is assigned ...bit-aloo-0/+9
2025-09-21initialize out with CARGO_TARGET_DIR and then go for manifest and then for cu...bit-aloo-8/+19
2025-09-21add dry_run flag in config builder and remove runtime test hacksbit-aloo-7/+15
2025-09-21remove create_config_without_ci_llvm_override duplicationbit-aloo-21/+19
2025-09-21rename config_toml to with_default_toml_configbit-aloo-18/+33
2025-09-21this is dicy, whether we have a method to explicitly enable_llvm_overridebit-aloo-0/+15
2025-09-21move most of the test to new testCtxbit-aloo-191/+152
2025-09-21allow symlinking during testbit-aloo-1/+1
2025-09-21remove using default toml config for test in get_toml, we handle it via using...bit-aloo-4/+0
2025-09-21let verify method run in test settingsbit-aloo-1/+1
2025-09-21add an API in ConfigBuilder to point to config file for toml parsingbit-aloo-0/+8
2025-09-21walk up the ancestorsbit-aloo-6/+7
2025-09-21make cargo test work for bootstrap self testbit-aloo-73/+17
2025-09-20Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxuMatthias Krüger-5/+17
2025-09-20Auto merge of #146771 - Kobzol:download-ci-llvm-default-value, r=jieyouxubors-11/+4
2025-09-19Simplify default value of `download-ci-llvm`Jakub Beránek-11/+4
2025-09-19Stop linking rs{begin,end} on x86_64-*-windows-gnuMateusz Mikuła-0/+2
2025-09-19Allow running `x <cmd> <path>` from a different directoryJakub Beránek-5/+17
2025-09-18Allow windows resource compiler to be overriddenErick Tryzelaar-0/+14
2025-09-17Rollup merge of #146654 - samueltardieu:issue142534, r=KobzolJana Dönszelmann-3/+3
2025-09-17Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwcoJana Dönszelmann-7/+3
2025-09-17Rollup merge of #146458 - Hayden602:bootstrap, r=KobzolJana Dönszelmann-1/+22
2025-09-17Rollup merge of #145071 - cuviper:min-llvm-20, r=nikicStuart Cook-2/+2
2025-09-16Do not use `git -C dir`Samuel Tardieu-3/+3
2025-09-16Update the minimum external LLVM to 20Josh Stone-2/+2
2025-09-16Rollup merge of #146611 - lolbinarycat:bootstrap-toml-wrong-section-diagnosti...Matthias Krüger-11/+98
2025-09-16bootstrap: emit hint if a config key is used in the wrong sectionbinarycat-11/+98
2025-09-16Add parallel-frontend-threads to bootstrap.toml and enable multi-threaded par...Haidong Zhang-1/+22