about summary refs log tree commit diff
path: root/src/bootstrap/download.rs
AgeCommit message (Expand)AuthorLines
2023-07-30bootstrap: inline format!() argsMatthias Krüger-4/+4
2023-07-15Rollup merge of #113643 - jyn514:try-run, r=ozkanonurjyn-18/+15
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-1/+1
2023-07-15Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecatedjyn-18/+15
2023-07-14put configure behind a groupjyn-1/+1
2023-07-14don't print download progress in CIjyn-2/+7
2023-07-13Rename `detail_exit_macro` to `exit`jyn-1/+1
2023-07-12Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514bors-1/+1
2023-07-11Move `ci_rustc_dir` to Config and use it consistentlyjyn-1/+1
2023-07-11Don't fail early if `try_run` returns an errorGuillaume Gomez-1/+1
2023-07-05allow mixing `llvm.assertions` and `download-rustc`jyn-8/+22
2023-07-05Make `--dry-run` more useful when download-rustc is enabledjyn-0/+4
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-10/+12
2023-06-04Rollup merge of #110701 - jyn514:test-core, r=Mark-SimulacrumMatthias Krüger-8/+25
2023-05-30Fix `x test --stage 2 core` when download-rustc is enabledjyn-8/+25
2023-05-30create `build_helper/src/util` modozkanonur-2/+3
2023-05-25Generate docs for bootstrap itselfjyn-1/+1
2023-05-19Set the timestamp of downloaded stage0 files ...Ximin Luo-1/+1
2023-05-01remove pointless `FIXME` in `bootstrap::download`ozkanonur-1/+0
2023-04-30Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-SimulacrumMatthias Krüger-4/+4
2023-04-29Output some bootstrap messages on stderrclubby789-4/+4
2023-04-29download-rustc: Give a better error message if artifacts can't be downloadedJoshua Nelson-1/+12
2023-04-18Fix no_std tests that load libc when download-rustc is enabledJoshua Nelson-3/+26
2023-04-07Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si...bors-10/+54
2023-04-08download beta compiler toolchain in bootstrap if it doesn't yet existozkanonur-10/+54
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-1/+1
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-18/+1
2023-02-12Rollup merge of #107842 - fee1-dead-contrib:patch_rustfmt_nixos, r=Mark-Simul...Matthias Krüger-2/+8
2023-02-10Rollup merge of #107876 - zephaniahong:issue-107547-fix, r=albertlarsan68Matthias Krüger-3/+6
2023-02-10create symlink only for non-windows operating systemsZephaniah Ong-3/+6
2023-02-10Rollup merge of #107841 - tharunsuresh-code:snap_curl, r=ozkanonurMatthias Krüger-2/+2
2023-02-09Patch `build/rustfmt/lib/*.so` for NixOSDeadbeef-2/+8
2023-02-09Handled snap curl issue inside Rust #107722Tharun Suresh-2/+2
2023-02-09port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong-1/+15
2023-02-01Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68Matthias Krüger-55/+77
2023-01-31assert that `should_fix_bins_and_dylibs` has been runKaDiWa-3/+4
2023-01-31Download rustc component for rustfmt toolchain as wellMark Rousskov-4/+16
2023-01-30bootstrap script: slight cleanupKaDiWa-55/+76
2022-11-29Run patchelf also on rust-analyzer-proc-macro-srv.Joe Neeman-0/+1
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-2/+0
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-0/+2
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-0/+519