about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2021-06-07build doctests with lld if use-lld = trueThe8472-0/+15
2021-06-07Rollup merge of #84940 - jyn514:ninja, r=Mark-SimulacrumGuillaume Gomez-2/+7
2021-06-04Improve error messageJoshua Nelson-1/+1
2021-06-04Note that `ninja = false` goes under `[llvm]`Joshua Nelson-1/+1
2021-06-04Don't run sanity checks for `x.py setup`Joshua Nelson-2/+7
2021-05-24Revert "Move llvm submodule updates to rustbuild"Mark Rousskov-10/+0
2021-05-22Move llvm submodule updates to rustbuildJoshua Nelson-0/+10
2021-05-01Allow formatting specific subdirectoriesJoshua Nelson-2/+2
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-1/+1
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-0/+4
2020-12-31bootstrap: clippy fixesMatthias Krüger-2/+2
2020-12-23bootstrap: convert llvm-tools to use TarballPietro Albini-4/+0
2020-12-23bootstrap: convert build-manifest to use the new Tarball structPietro Albini-0/+1
2020-12-16Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum"Eric Huss-21/+0
2020-11-16x.py: allow a custom string appended to the versionJosh Stone-1/+7
2020-11-11Merge changes from rust-lang/rustZachary Catlin-15/+40
2020-11-11Include llvm-as in llvm-tools-preview componentZachary Catlin-0/+1
2020-11-11Rollup merge of #78947 - dalance:llvm_cov, r=Mark-SimulacrumJonas Schievink-10/+11
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-4/+7
2020-11-11Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrumbors-0/+21
2020-11-12Ship llvm-cov through llvm-toolsdalance-10/+11
2020-11-09Vendor libtest's dependencies in the rust-src componentAlexis Beingessner-0/+21
2020-11-06Compile tools and internal libraries with the initial-exec TLS modelJosh Triplett-0/+4
2020-11-03Fix panic in bootstrap for non-workspace path dependencies.Eric Huss-0/+4
2020-10-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-3/+5
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-0/+4
2020-10-26Support enable/disable sanitizers/profiler per target12101111-4/+7
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-3/+5
2020-10-14Rollup merge of #77868 - Aaron1011:llvm-tools-opt-llc, r=Mark-SimulacrumYuki Okushi-0/+3
2020-10-12Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` componentAaron Hill-0/+3
2020-10-13Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514Yuki Okushi-0/+2
2020-10-11Mostly print statements to see where things areWinnie Xiao-0/+2
2020-10-09bootstrap: always use the Rust version in package namesPietro Albini-34/+0
2020-10-06Use Profile enum for x.py setupAntoine Martin-2/+2
2020-09-24Add `x.py setup`Joshua Nelson-1/+6
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-7/+14
2020-09-13Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrumbors-0/+10
2020-09-12Download LLVM from CI to bootstrapMark Rousskov-0/+4
2020-09-11just max_level_infoGus Wynn-1/+1
2020-09-10add debug-logging to config.tomlGus Wynn-0/+10
2020-09-10Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrumbors-7/+8
2020-09-09Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-SimulacrumDylan DPC-4/+0
2020-09-06Make bootstrap build on stableMark Rousskov-2/+0
2020-09-07rustbuild: Deduplicate LLD checks slightlyVadim Petrochenkov-3/+7
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passedVadim Petrochenkov-7/+4
2020-09-05rustbuild: Remove `Mode::Codegen`Vadim Petrochenkov-4/+0
2020-09-04Fix rust.use-lld when linker is not setMateusz Mikuła-1/+6
2020-09-01Move ninja requirements to a dynamic check, when actually buildingMark Rousskov-1/+38
2020-08-27Rollup merge of #75758 - bpangWR:master, r=Mark-SimulacrumDylan DPC-0/+4
2020-08-25For VxWorks:Pang, Baoshan-0/+4