about summary refs log tree commit diff
path: root/src/build_helper
AgeCommit message (Expand)AuthorLines
2025-03-27Add CI metadata to bootstrap metricsJakub Beránek-0/+13
2025-03-25Add diff of bootstrap stepsJakub Beránek-12/+22
2025-03-25Add function for linearizing `BuildStep` substepsJakub Beránek-12/+17
2025-03-24Revert "Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark...Jieyou Xu-9/+1
2025-03-23Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark-SimulacrumJacob Pratt-1/+9
2025-03-21Auto merge of #138791 - matthiaskrgr:rollup-ev46cqr, r=matthiaskrgrbors-3/+6
2025-03-21Unify LLVM invalidation path handlingJakub Beránek-2/+2
2025-03-19Fix bug in `get_git_modified_files`Jakub Beránek-1/+4
2025-03-19Simplify `get_git_modified_files`Jakub Beránek-2/+2
2025-03-17fix download-llvm logic for subtree sync branchesRalf Jung-1/+9
2025-03-07Add post-merge analysis CI workflowJakub Beránek-1/+1
2025-03-06Rollup merge of #138046 - onur-ozkan:trim-include-str, r=jieyouxuMichael Goulet-1/+1
2025-03-05trim channel value in `get_closest_merge_commit`onur-ozkan-1/+1
2025-03-04Record bootstrap step durations into GitHub summary in citoolJakub Beránek-2/+8
2025-03-04Move `BuildStep` and metric logging into `build_helper`Jakub Beránek-0/+80
2025-03-04Store bootstrap command-line into metricsJakub Beránek-0/+2
2025-02-26revert accidental change in get_closest_merge_commitRalf Jung-0/+1
2025-02-25disable float non-determinism for now to be able to complete the syncRalf Jung-1/+0
2025-01-28Update username in build helper examplenora-2/+2
2025-01-24fix(bootstrap): deserialize null as `f64::NAN`Weihang Lo-0/+8
2025-01-07apply a workaround fix for the release blocker issueonur-ozkan-1/+12
2024-12-23build_helper: add `recursive_remove` helperJieyou Xu-0/+284
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-0/+657
2022-03-05Remove build_helperbjorn3-196/+0
2022-01-30Hide failed command unless in verbose modeMark Rousskov-4/+4
2022-01-22Remove dead code from build_helperMateusz Mikuła-16/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-04Revert "Revert "Move llvm submodule updates to rustbuild""Joshua Nelson-0/+1
2021-05-24Revert "Move llvm submodule updates to rustbuild"Mark Rousskov-1/+0
2021-05-19Add track_caller to `builder_helper::output`Joshua Nelson-0/+1
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+0
2020-07-22build: Harden env var tracking in build scriptsVadim Petrochenkov-4/+12
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-104/+0
2019-12-22Format the worldMark Rousskov-49/+26
2019-10-17show up some extra info when t!() failsGuanqun Lu-0/+7
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-3/+0
2019-08-22Apply clippy::redundant_field_names suggestionMateusz Mikuła-1/+1
2019-08-01build_helper: rename (try_)run_silent -> (try_)runRalf Jung-4/+4
2019-08-01build_helper: rename run -> run_verbose (seems unused)Ralf Jung-1/+2
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+2
2019-05-22Bump compiler-builtins to 0.1.15Alex Crichton-3/+3
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-04Transition build_helper to 2018 editionHirokazu Hata-0/+3
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+19
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-7/+8