about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2022-11-03Fix artifact version/channel detection for stableMark Rousskov-2/+2
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+29
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+29
2022-10-07Don't run llvm-config in dry runsJosh Stone-5/+10
2022-10-07Let llvm-config tell us where to find its toolsJosh Stone-9/+4
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-22/+30
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-22/+30
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-7/+2
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...Sébastien Marie-2/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-1/+7
2022-08-19Refactor if-available setting to work in CIMark Rousskov-9/+74
2022-08-14Update the minimum external LLVM to 13Josh Stone-2/+2
2022-08-09Explicitly disable zstd supportNikita Popov-0/+3
2022-08-03Set llvm configs when building lldtopjohnwu-19/+21
2022-07-30Discover channel for artifact downloadMark Rousskov-1/+2
2022-07-11Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrumbors-1/+17
2022-07-11extend bootstrap for PGO on windowsRémy Rakic-1/+17
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-1/+1
2022-07-11Fix `download-ci-llvm` NixOS patching for binariesoxalica-2/+2
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-1/+1
2022-07-09Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514bors-1/+22
2022-07-04Proper macOS libLLVM symlink when cross compilingtopjohnwu-8/+6
2022-07-03Set CLANG_TABLEGEN when cross compiling clangtopjohnwu-0/+9
2022-07-03Fix cross compiling on macOStopjohnwu-1/+13
2022-07-01Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514Guillaume Gomez-10/+31
2022-06-26Fix builds on Windows (closes #98546)BlaCoiso-1/+1
2022-06-25Fix LLVM rebuild with download-ci-llvm.Eric Huss-0/+13
2022-06-24Allow dynamically linking against libLLVM on macOStopjohnwu-10/+31
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-6/+9
2022-06-13Do not try to statically link libstd++ on Solarisgco-1/+1
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-2/+5
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-2/+5
2022-06-13fix error message for download-ci-llvmPietro Albini-7/+7
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-6/+9
2022-06-04Auto merge of #97137 - Kobzol:ci-llvm-pgo-pid, r=Mark-Simulacrumbors-0/+3
2022-05-30Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514Dylan DPC-1/+9
2022-05-29Re-add help_on_error for download-ci-llvmbinggh-1/+9
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-0/+4
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-218/+7
2022-05-28Add PID to LLVM PGO profiles generated in CI and measure PGO statisticsJakub Beránek-0/+3
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-4/+4
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-4/+4
2022-05-25Move download-rustc from bootstrap.py to rustbuildJoshua Nelson-1/+1
2022-05-25Move `download` functions from `native` to builder.rsJoshua Nelson-218/+7
2022-05-25Set LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN for lld build as wellNikita Popov-0/+4
2022-05-15Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgrbors-2/+2
2022-05-15Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-05-15Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrumbors-31/+32