summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
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
2022-05-14Fix `download-ci-llvm` NixOS patching for `.so`s.Eduard-Mihai Burtescu-2/+2
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-0/+4
2022-05-01Use curl by defaultThomas Applencourt-31/+32
2022-04-24Use `build/tmp` instead of adding a dependency on `tempfile`.Joshua Nelson-9/+7
2022-04-24Allow quotes around `nixos` in /etc/os-releaseJoshua Nelson-1/+2
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-4/+289
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-3/+3
2022-03-25resolve: Stop passing unused spans and node ids to path resolution functionsVadim Petrochenkov-1/+1
2022-03-10bootstrap: untangle static-libstdcpp & llvm-toolsJon Gjengset-1/+1
2022-03-07Statically compile libstdc++ everywhere if askedJon Gjengset-12/+12
2022-03-06Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrumfee1-dead-1/+9
2022-03-05Merge build_helper into utilbjorn3-3/+1
2022-03-05Remove build_helperbjorn3-3/+2
2022-03-04Support RelWithDebInfo for lld.ridwanabdillahi-1/+9
2022-03-03bootstrap: correct reading of flags for llvmJon Gjengset-12/+14
2022-02-11bootstrap: -static-libstdc++ is a linker flagJon Gjengset-14/+8
2022-02-11bootstrap: make LLVM build respect *FLAGS envvarsJon Gjengset-22/+63
2022-02-09Add llvm.build-config optionTyler Mandry-0/+4
2021-12-03Explain why libatomic is not needed on FreeBSD riscv64Tobias Kortkamp-2/+7
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-1/+1
2021-10-22Update the minimum external LLVM to 12Josh Stone-2/+2
2021-10-22Update the minimum external LLVM to 11Josh Stone-2/+2
2021-10-18config: add the option to enable LLVM testsAugie Fackler-1/+2
2021-09-17bootstrap: Add LLVM target matching for M68kJohn Paul Adrian Glaubitz-1/+1
2021-09-04Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrumbors-0/+5
2021-08-30sunos systems add sanitizer supported.David Carlier-0/+2
2021-08-28build llvm libunwind.a in rustbuild12101111-1/+152
2021-08-26make sure FileCheck is copied in the LLVM output directoryPietro Albini-0/+5
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-0/+8
2021-08-16Set LLVM_INCLUDE_TESTS=OFF when building LLVMNikita Popov-0/+1