about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-8/+9
2023-03-22Bugfix: avoid panic on invalid json output from libtestRaoul Strackx-12/+7
2023-03-21Set LLVM `LLVM_UNREACHABLE_OPTIMIZE` to `OFF`Ian Douglas Scott-1/+2
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors-32/+492
2023-03-21handle tests timing outPietro Albini-0/+4
2023-03-21Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrumnils-0/+9
2023-03-21change default to fast for everyone but the user profilePietro Albini-1/+5
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-0/+4
2023-03-20Auto merge of #106610 - euclio:windows-rs, r=ChrisDentonbors-129/+183
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-129/+183
2023-03-20Rollup merge of #109267 - jyn514:test-configure, r=Mark-SimulacrumMatthias Krüger-198/+258
2023-03-20Rollup merge of #109170 - eggyal:xc-linux-cmake, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-03-18Always enable MIR inlining when building stdBen Kimock-0/+6
2023-03-18Auto merge of #107224 - nikic:llvm-16, r=cuviperbors-4/+5
2023-03-18refactor `fn bootstrap::builder::Builder::compiler_for`ozkanonur-8/+9
2023-03-18Rollup merge of #108772 - jyn514:faster-tidy, r=the8472Matthias Krüger-1/+5
2023-03-18Let tidy use more threadsJoshua Nelson-1/+5
2023-03-18Rollup merge of #109256 - chaitanyav:fix_108948, r=albertlarsan68Matthias Krüger-4/+7
2023-03-17Use python3.11 in CI to make sure toml is validatedJoshua Nelson-3/+2
2023-03-17Add tests for configure.pyJoshua Nelson-198/+259
2023-03-17Check for llvm-tools before installNagaChaitanya Vellanki-4/+7
2023-03-17Initialize rust_info before is_ci_llvm_available()Nikita Popov-4/+5
2023-03-17Rollup merge of #109044 - thomcc:disallow-unstable-libtest, r=jyn514Matthias Krüger-0/+6
2023-03-15Set CMAKE_SYSTEM_NAME for Linux targetsAlan Egerton-0/+2
2023-03-15Rollup merge of #109111 - MU001999:master, r=jyn514Dylan DPC-0/+1
2023-03-15add `enable-warnings` flag for llvmozkanonur-6/+9
2023-03-14add dist.compression-profile option to control compression speedPietro Albini-0/+5
2023-03-14Create dir for build_tripleMu001999-0/+1
2023-03-13Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68Matthias Krüger-2/+33
2023-03-13Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68Matthias Krüger-8/+15
2023-03-13Don't use fd-lock on Solaris in bootstrapPetr Sumbera-8/+15
2023-03-12create `config::tests::detect_src_and_out` test for bootstrapozkanonur-2/+33
2023-03-12Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonurMatthias Krüger-12/+12
2023-03-12Prevent stable `libtest` from supporting `-Zunstable-options`Thom Chiovoloni-0/+6
2023-03-12Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonurMatthias Krüger-0/+2
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-12/+12
2023-03-10bootstrap: document tidyAlex Huang-0/+2
2023-03-10Rollup merge of #108963 - jhheider:fix-CI-non-git-builds, r=albertlarsan68Matthias Krüger-1/+1
2023-03-09only call git on git checkoutsJacob Heider-1/+1
2023-03-09Rollup merge of #108778 - jyn514:quiet-fmt, r=albertlarsan68Matthias Krüger-1/+7
2023-03-09Don't print all modified files if there's more than 10Joshua Nelson-1/+7
2023-03-08Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-SimulacrumMatthias Krüger-0/+9
2023-03-08set LIBC_CHECK_CFG=1 when building Rust code in bootstrapPietro Albini-0/+9
2023-03-08Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors-6/+57
2023-03-07Rollup merge of #108866 - Kohei316:master, r=ozkanonurMatthias Krüger-2/+13
2023-03-07Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkovMatthias Krüger-2/+6
2023-03-08Add force to use the stage 2 compiler in compiler_for when config.download_ru...morine0122-2/+13
2023-03-07Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviperYuki Okushi-9/+1
2023-03-07Add bootstrap support for rust-installerMark Rousskov-6/+57
2023-03-07switch to termcolorPietro Albini-47/+78