about summary refs log tree commit diff
path: root/src/bootstrap/util.rs
AgeCommit message (Expand)AuthorLines
2022-10-26check lld version to choose correct flag for testsDaniil Belov-0/+14
2022-09-05Avoid UB in the Windows filesystem code in... bootstrap?Thom Chiovoloni-4/+6
2022-08-19Refactor if-available setting to work in CIMark Rousskov-0/+4
2022-07-14Don't use host linker for switchleo60228-1/+2
2022-07-11Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrumbors-0/+24
2022-07-11extend bootstrap for PGO on windowsRémy Rakic-0/+24
2022-07-07squash the commitstoshiki goto-3/+3
2022-06-27Export `t!` from the bootstrap lib so bins can use itJosh Triplett-1/+2
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-0/+8
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-1/+1
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-1/+1
2022-05-25Move `download` functions from `native` to builder.rsJoshua Nelson-0/+8
2022-05-01Use curl by defaultThomas Applencourt-0/+18
2022-04-08Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrumbors-1/+1
2022-03-29Fix `x test src/tools/error_index_generator --stage {0,1}`Joshua Nelson-1/+1
2022-03-26Give a hard error when filtering tests for a file that does not existJoshua Nelson-4/+4
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-0/+109
2022-03-05Merge build_helper into utilbjorn3-3/+143
2022-03-05Remove build_helperbjorn3-2/+1
2022-01-27rustbuild: Fix compiletest warning when building outside of root.Eric Huss-2/+3
2022-01-01Remove some dead codebjorn3-20/+0
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-23/+1
2021-11-09Allow to run a specific rustdoc-js* testGuillaume Gomez-0/+32
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-1/+2
2021-06-03fix testing Miri with --stage 0Ralf Jung-0/+1
2021-05-23Add BPF targetAlessandro Decina-1/+2
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-0/+6
2020-10-18bootstrap: Print units for "finished in xxx" messageCamelid-1/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-6/+5
2020-03-18Ensure LLVM is in the link path for rustc toolsJosh Stone-0/+25
2020-03-18Rename add_lib_path to add_dylib_pathJosh Stone-1/+1
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-49/+13
2019-12-22Format the worldMark Rousskov-67/+62
2019-12-21use Result::map_or for bootstrapLzu Tao-2/+2
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-0/+13
2019-11-22ci: add support for GitHub Actions in the CI scriptsPietro Albini-0/+4
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-73/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-05-27Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.Michael Woerister-0/+16
2019-05-13Update src/bootstrap/util.rsPietro Albini-1/+1
2019-05-10Add Azure PipelinesJohn Erickson-0/+4
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-1/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-2/+2
2018-12-01remove some uses of try!Mark Mansi-3/+3
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1