about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-5/+32
2020-10-12bootstrap: add --include-default-paths to ./x.pyPietro Albini-21/+21
2020-10-12bootstrap: add disabled by default build-manifest dist componentPietro Albini-0/+1
2020-10-05Remove the rust stuff and just make it a simple shell scriptCassandra Fridkin-1/+1
2020-10-05Merge branch 'master' into hooksCassandra Fridkin-72/+46
2020-10-05Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-SimulacrumDylan DPC-1/+1
2020-10-03Place all-targets checking behind a flagMark Rousskov-1/+1
2020-09-30bootstrap: add ./x.py run src/tools/build-manifestPietro Albini-1/+1
2020-09-28Remove skip_only_host_stepsTyler Mandry-9/+1
2020-09-24Add `x.py setup`Joshua Nelson-1/+3
2020-09-16Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichtonTyler Mandry-1/+1
2020-09-16Rollup merge of #76735 - jyn514:no-clone, r=Mark-SimulacrumTyler Mandry-1/+1
2020-09-16Remove unnecessary `clone()`s in bootstrapJoshua Nelson-1/+1
2020-09-16Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-SimulacrumDylan DPC-2/+6
2020-09-16Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrumbors-29/+2
2020-09-15Make the default stage for x.py configurableJoshua Nelson-29/+2
2020-09-15Avoid printing dry run timingsMark Rousskov-1/+1
2020-09-14Fix generating rustc docs with non-default lib directory.Eric Huss-2/+6
2020-09-12Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbinibors-1/+1
2020-09-12Print all step timingsMark Rousskov-1/+1
2020-09-11Remove host parameter from step configurationsMark Rousskov-12/+9
2020-09-10Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrumbors-6/+11
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-3/+3
2020-09-09Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-SimulacrumDylan DPC-5/+5
2020-09-07Dedicated rust development tarballMark Rousskov-0/+1
2020-09-07rustbuild: Deduplicate LLD checks slightlyVadim Petrochenkov-4/+3
2020-09-07rustbuild: Propagate LLD to more places when `use-lld` is enabledVadim Petrochenkov-1/+7
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passedVadim Petrochenkov-3/+3
2020-09-05rustbuild: Remove `Mode::Codegen`Vadim Petrochenkov-5/+5
2020-09-04There isn't a way to pass --remove yet, but you can rm if u likeCassandra Fridkin-1/+1
2020-09-03Check test/example/benchmark on x.py checkMark Rousskov-1/+1
2020-08-31rustbuild: Remove one LLD workaroundVadim Petrochenkov-6/+2
2020-08-29Allow --bess ing expect-tests in toolsAleksey Kladov-0/+5
2020-08-16Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddybbors-0/+4
2020-08-14Deal with spaces in the rust version.Eric Huss-3/+7
2020-08-14Fix crate-version with rustdoc in bootstrap.Eric Huss-2/+1
2020-08-12Add option to use the new symbol mangling in rustc/stdMark Rousskov-0/+4
2020-08-12Add a script to verify the Platform Support page is up-to-date.Eric Huss-0/+1
2020-08-03Make rust.use-lld config option work with non MSVC targetsMateusz MikuĊ‚a-1/+6
2020-07-27Use exhaustive match for assertJoshua Nelson-1/+1
2020-07-27Add assert that tests happen with stage 2 in CIJoshua Nelson-1/+15
2020-07-27Fix most bootstrap testsJoshua Nelson-1/+1
2020-07-27Make the default stage dependent on the subcommandJoshua Nelson-1/+14
2020-07-27Don't duplicate builder codeJoshua Nelson-19/+14
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-1/+1
2020-07-19Do not clobber RUSTDOCFLAGSMark Rousskov-0/+7
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+1
2020-07-17Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-SimulacrumManish Goregaokar-31/+30
2020-07-17Generating the coverage mapRich Kadel-0/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-31/+30