about summary refs log tree commit diff
path: root/src/bootstrap/download.rs
AgeCommit message (Expand)AuthorLines
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