about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-05-03Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=KobzolMatthias Krüger-16/+131
2025-05-02Update sysinfo version to `0.35.0`Guillaume Gomez-16/+131
2025-05-01extend the list of registered dylibs on `test::prepare_cargo_test`onur-ozkan-3/+3
2025-04-30Rollup merge of #140438 - ferrocene:pa-debug-assertions-tools, r=KobzolMatthias Krüger-5/+22
2025-04-29Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxuTrevor Gross-1/+1
2025-04-29add `rust.debug-assertions-tools` optionPietro Albini-5/+22
2025-04-28Make bootstrap git tests more self-containedJakub Beránek-0/+3
2025-04-28compiletest: Remove the libtest-based executor and its dependencyZalathar-1/+1
2025-04-28add a FIXMEonur-ozkan-2/+3
2025-04-27bypass linker configuration and cross target check on `x check`onur-ozkan-1/+2
2025-04-25Rollup merge of #140006 - onur-ozkan:138778, r=onur-ozkanMatthias Krüger-5/+50
2025-04-24Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie...Matthias Krüger-4/+0
2025-04-24Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLiiMatthias Krüger-3/+3
2025-04-24Remove some unnecessary clones.Nicholas Nethercote-3/+3
2025-04-23Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearthbors-4/+0
2025-04-23Remove `git_repository` field from `GitConfig`Jakub Beránek-4/+0
2025-04-22tidy: Remove rinja deps from proc_macro_depsPhilipp Krones-4/+0
2025-04-20Use `--author-date-order` when looking up upstream commits to support subtree...Jakub Beránek-2/+79
2025-04-20Make `git_dir` required in several git functionsJakub Beránek-9/+3
2025-04-20Return `PathFreshness::MissingUpstream` from `detect_[gcc|llvm]_freshness` fu...Jakub Beránek-12/+10
2025-04-20Extend `ci_rustc_if_unchanged` testsJakub Beránek-32/+77
2025-04-20Move freshness test to bootstrapJakub Beránek-5/+395
2025-04-20Cache result of `check_path_modifications`Jakub Beránek-4/+24
2025-04-20Unify usages of path modifications and log them in verbose modeJakub Beránek-54/+38
2025-04-20Explicitly model missing upstreamJakub Beránek-1/+13
2025-04-20Use `check_path_modifications` for detecting local rustc changesJakub Beránek-87/+23
2025-04-20Use `check_path_modifications` for detecting local LLVM changesJakub Beránek-18/+42
2025-04-20Use `check_path_modifications` for detecting local GCC changesJakub Beránek-26/+46
2025-04-20Implement a new unified function for figuring out how if a set of paths have ...Jakub Beránek-5/+5
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-20/+329
2025-04-19Rollup merge of #140000 - EnzymeAD:autodiff-check-builds, r=onur-ozkanChris Denton-2/+1
2025-04-19Rollup merge of #139843 - thaliaarchi:editor-file-associations, r=Mark-Simula...Chris Denton-0/+3
2025-04-19Rollup merge of #138934 - onur-ozkan:extended-config-profiles, r=KobzolChris Denton-20/+329
2025-04-18add regression test for dist compilationonur-ozkan-0/+32
2025-04-18add coverage on config include logiconur-ozkan-2/+209
2025-04-18ensure compiler existance of tools on the dist steponur-ozkan-5/+18
2025-04-18skip llvm-config in autodiff check builds, when its unavailableManuel Drehwald-2/+1
2025-04-18Rollup merge of #139853 - Kobzol:lld-llvm-config, r=onur-ozkanMatthias Krüger-56/+65
2025-04-17Rollup merge of #139931 - ognevny:bootstrap-llvm-zlib, r=KobzolMatthias Krüger-3/+3
2025-04-17bootstrap: enable zlib for LLVM when we compile it for profilingMaksim Bondarenkov-3/+3
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-0/+1
2025-04-16resolve config include FIXMEonur-ozkan-8/+8
2025-04-16Add a warning when combining LLD with external LLVM configJakub Beránek-1/+7
2025-04-16Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxuMatthias Krüger-13/+24
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-0/+7
2025-04-15commit rustfmt stump in `x t tidy` even on `check`Waffle Lapkin-3/+6
2025-04-15add comment in `TomlConfig::merge` about the merge orderonur-ozkan-0/+2
2025-04-15add a comment for code that isn'tWaffle Lapkin-1/+7
2025-04-15slightly correct comments and diagnostics about checking modificationsWaffle Lapkin-8/+9
2025-04-15use helper function instead of writing rustfmt stamp by handWaffle Lapkin-1/+2