about summary refs log tree commit diff
path: root/src/bootstrap/util.rs
AgeCommit message (Expand)AuthorLines
2023-07-30bootstrap: inline format!() argsMatthias Krüger-13/+11
2023-07-23Fix test panics for submodule of book is not updatedyukang-0/+4
2023-07-15Rollup merge of #113731 - jyn514:ci-env, r=ozkanonurjyn-10/+0
2023-07-15Remove unused `bootstrap::util::CiEnv` enumjyn-10/+0
2023-07-13Rename `detail_exit_macro` to `exit`jyn-2/+2
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-1/+1
2023-06-15cleanup more azure leftoversklensy-2/+0
2023-06-03rename src/dst to original/linkjyn-5/+5
2023-05-30create `build_helper/src/util` modozkanonur-22/+3
2023-05-25Generate docs for bootstrap itselfjyn-1/+1
2023-04-05Use the `junction` crate in bootstrap instead of manually creating the junctionThom Chiovoloni-115/+1
2023-04-05Fix same issue in bootstrapThom Chiovoloni-9/+26
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-40/+46
2023-01-06Handle non-existant upstream master branches in `x fmt`Nilstrieb-0/+17
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-29/+0
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-0/+29
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-29/+0
2022-11-13Rollup merge of #104158 - Ayush1325:executable, r=Mark-SimulacrumManish Goregaokar-1/+7
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-2/+2
2022-11-08Return .efi extension for EFI executableAyush Singh-1/+7
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