summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-05-22Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-08bootstrap: more consistent use of `...` when citing configuration snippetsRalf Jung-2/+2
2025-05-08add change-entry for `x run rustfmt`onur-ozkan-0/+5
2025-05-08implement `x run rustfmt`onur-ozkan-0/+55
2025-05-07do not allow stage > 0 on `x fmt`onur-ozkan-1/+6
2025-05-06bootstrap: Add check/test/run steps for src/tools/coverage-dumpZalathar-0/+98
2025-05-05Rollup merge of #140670 - onur-ozkan:129959, r=KobzolGuillaume Gomez-1/+1
2025-05-05Rollup merge of #140636 - onur-ozkan:panic-tracker-for-t-macro, r=KobzolGuillaume Gomez-5/+26
2025-05-05Rollup merge of #140357 - onur-ozkan:133840, r=clubby789Guillaume Gomez-9/+11
2025-05-05calculate step duration in a panic-safe wayonur-ozkan-1/+1
2025-05-05update `cc_detect` testsonur-ozkan-6/+6
2025-05-04implement `PanicTracker` to track `t` panicsonur-ozkan-5/+26
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