about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-05-15Update IDEs to use rustfmt 2024, fix Zed settingsChai T. Rex-0/+4
2025-05-15Rollup merge of #141027 - onur-ozkan:simpler-rustfmt-initialization, r=albert...Matthias Krüger-50/+12
2025-05-15Fix exe() to make rustc wrapper happy王宇逸-1/+1
2025-05-15Experimental cygwin support in rustc王宇逸-4/+4
2025-05-15remove `RustfmtState` to reduce `initial_rustfmt` complexityonur-ozkan-50/+12
2025-05-14replace `cc_detect::cc2ar` with `cc::try_get_archiver`onur-ozkan-145/+2
2025-05-14Update rustix to 1.0.7 for bootstrap王宇逸-2/+2
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-42/+39
2025-05-13Format and skip formatting for pinMichael Goulet-2/+1
2025-05-12./x clippy ci --fixPietro Albini-40/+39
2025-05-12x86_64-lynx-lynxos178 is now present in the stage0Pietro Albini-1/+0
2025-05-12Silence warning in default compiler bootstrap settingsYotam Ofek-2/+0
2025-05-12update default condition of llvm-tools for install steponur-ozkan-1/+1
2025-05-12update llvm-tools copying logic for dist steponur-ozkan-12/+21
2025-05-11Rollup merge of #140886 - Berrysoft:update-bootstrap-lock, r=jieyouxuLeón Orell Valerian Liehr-33/+13
2025-05-10Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-10Update deps of bootstrap for Cygwin王宇逸-33/+13
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