summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2020-12-23Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbinibors-0/+1
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+1
2020-12-20Skip `dsymutil` by default for compiler bootstrapJ. Ryan Stinnett-0/+13
2020-12-12Fix building compiler docs with stage 0Joshua Nelson-1/+4
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-0/+1
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-0/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+1
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-0/+1
2020-11-12Add `--color` support to bootstrapJoshua Nelson-1/+11
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-09Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrumbors-0/+8
2020-11-06Compile tools and internal libraries with the initial-exec TLS modelJosh Triplett-0/+8
2020-11-06Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrumbors-4/+42
2020-11-05Get `--fix` working for everything except rustdocJoshua Nelson-4/+3
2020-11-03build-manifest: remove legacy promote-release supportPietro Albini-1/+0
2020-10-26Allow using clippy with either beta or nightlyJoshua Nelson-5/+7
2020-10-26Add --fix support to `x.py clippy`Joshua Nelson-2/+2
2020-10-26Set the proper sysroot for clippyJoshua Nelson-2/+39
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-5/+32
2020-10-26Support enable/disable sanitizers/profiler per target12101111-2/+2
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