about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2022-07-11 configure nightly branch name in stage0.jsonPietro Albini-8/+5
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-4/+5
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-4/+5
2022-07-07squash the commitstoshiki goto-3/+17
2022-07-03Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514bors-2/+1
2022-07-01Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514Guillaume Gomez-6/+10
2022-06-27Export `t!` from the bootstrap lib so bins can use itJosh Triplett-2/+1
2022-06-24Allow dynamically linking against libLLVM on macOStopjohnwu-6/+10
2022-06-21Add bootstrap to tidy checkJoshua Nelson-1/+1
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson-0/+14
2022-06-19Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrumbors-17/+18
2022-06-19Make "Assemble stage1 compiler" orders of magnitude fasterJoshua Nelson-17/+18
2022-06-18Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrumbors-0/+1
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-0/+1
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-19/+0
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-19/+0
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-3/+1
2022-06-07Add a `DownloadSource` enumJoshua Nelson-0/+18
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-1/+1
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+12
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-2/+2
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-2/+2
2022-05-24Make llvm-libunwind a per-target optionTyler Mandry-1/+1
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-21/+18
2022-05-15Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrumbors-1/+13
2022-05-10Revert "Make "Assemble stage1 compiler" orders of magnitude faster"Joshua Nelson-3/+9
2022-05-10Auto merge of #96803 - jyn514:faster-assemble, r=Mark-Simulacrumbors-9/+3
2022-05-08Make "Assemble stage1 compiler" orders of magnitude fasterJoshua Nelson-9/+3
2022-05-08Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrumbors-2/+7
2022-05-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+12
2022-05-01Use curl by defaultThomas Applencourt-1/+13
2022-05-01Initialize rust-analyzer submodule on bootstrapyungkneez-2/+7
2022-04-24Use `build/tmp` instead of adding a dependency on `tempfile`.Joshua Nelson-15/+8
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-0/+17
2022-04-13Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-SimulacrumDylan DPC-1/+11
2022-04-11[bootstrap] Grab the right FileCheck binary for dist when cross-compiling.Luqman Aden-2/+2
2022-04-10Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrumbors-1/+1
2022-04-10Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrumbors-0/+3
2022-04-09Make it possible to run `cargo test` for bootstrapJoshua Nelson-1/+1
2022-03-30Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of...Joshua Nelson-0/+3
2022-03-31Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-SimulacrumDylan DPC-1/+7
2022-03-29bootstrap: force system python3 on MacOSAlec Goncharow-1/+11
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-5/+9
2022-03-13Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrumbors-0/+9
2022-03-10Fix `cargo run tidy`Joshua Nelson-1/+7
2022-03-09Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkovMatthias Krüger-1/+0
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-1/+0
2022-03-09Enable conditional checking of values in the Rust codebaseLoïc BRANSTETT-0/+9
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-0/+16
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-1/+1