summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2020-10-20bootstrap: always use the Rust version in package namesPietro Albini-34/+0
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
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-4/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-51/+55
2020-07-14Use local links in the alloc docs.Eric Huss-7/+0
2020-07-10Use str::strip* in bootstrapLzu Tao-6/+5
2020-07-03Add rust-analyzer submoduleAleksey Kladov-0/+9
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-0/+9
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-7/+12
2020-06-19Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-SimulacrumRalf Jung-9/+16
2020-06-18bootstrap: Configurable musl libdirTomasz Miąsko-0/+9
2020-06-14Switch bootstrap metadata to --no-deps.Eric Huss-9/+16
2020-06-13Speed up bootstrap a little.Eric Huss-1/+1
2020-06-11Use enum to distinguish dependency typeMateusz Mikuła-3/+19
2020-06-04Count the beta prerelease number just from masterJosh Stone-18/+4
2020-05-29Get libdir from stage0 compilerO01eg-4/+20
2020-05-29Fix lld detection if stage0 rustc built with custom libdirO01eg-7/+13
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-8/+0
2020-04-02Translate the virtual `/rustc/$hash` prefix back to a real directory.Eduard-Mihai Burtescu-7/+7
2020-03-24ci: add github actions configurationPietro Albini-0/+1
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+0
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-2/+14
2020-02-04Remove unused core_intrinsics feature gate from bootstrapbjorn3-1/+0
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-3/+3
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+1
2020-01-29Don't use a whitelist for use_lldJohn Kåre Alsaker-5/+1
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-2/+18
2019-12-22Format the worldMark Rousskov-122/+129
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-0/+5
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-0/+3
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-6/+2
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+3
2019-12-10Add toolstate checking into bootstrapMark Rousskov-27/+0
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-6/+2
2019-12-04SGX: Fix target linker used by bootstrapJethro Beekman-0/+1