about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-24/+27
2025-06-26Rollup merge of #143001 - Shourya742:2025-06-25-rename-run-always, r=KobzolMichael Goulet-24/+27
2025-06-26Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxuMatthias Krüger-5/+5
2025-06-26Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxubors-678/+941
2025-06-26Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieubors-7/+1
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-5/+5
2025-06-25Apply review commentsJakub Beránek-4/+63
2025-06-25rename run_always to run_in_dry_runbit-aloo-24/+27
2025-06-24Rollup merge of #142928 - Noratrieb:no-more-hang, r=clubby789Guillaume Gomez-0/+6
2025-06-24Add change tracker entryJakub Beránek-0/+5
2025-06-23Fix hang in --print=file-names in bootstrapNoratrieb-0/+6
2025-06-23Remove stdarch submodule checkoutJakub Beránek-7/+1
2025-06-23Port more tests to snapshot testsJakub Beránek-647/+614
2025-06-23Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=KobzolJana Dönszelmann-7/+24
2025-06-23Add snapshot tests for compiler buildsJakub Beránek-4/+182
2025-06-23Do not allow building anything on stage 0Jakub Beránek-2/+7
2025-06-23Do not explicitly build `Rustc` when bootstrap is invoked with the `compiler`...Jakub Beránek-0/+6
2025-06-23Add `Builder::std` method for building a standard libraryJakub Beránek-41/+84
2025-06-22Rollup merge of #142868 - klensy:dc, r=oli-obkGuillaume Gomez-2/+1
2025-06-22remove few from bootstrap tooklensy-2/+1
2025-06-22Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkovJacob Pratt-12/+0
2025-06-20configure.py: fix edge casebinarycat-1/+1
2025-06-20Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=KobzolJakub Beránek-1/+1
2025-06-20Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxuJakub Beránek-19/+114
2025-06-20update configure.py to handle new bootstrap.example.tomlbinarycat-7/+24
2025-06-20Pass -Cpanic=abort for the panic_abort cratebjorn3-12/+0
2025-06-20Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35bors-0/+1
2025-06-20Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyasbors-2/+15
2025-06-20Add temporary directory for executing snapshot testsJakub Beránek-16/+45
2025-06-20Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changedJieyou Xu-1/+1
2025-06-19add comment to `src/bootstrap/build.rs`Deadbeef-0/+1
2025-06-19Clarify arrow in snapshot testsJakub Beránek-0/+4
2025-06-19Normalize host target in snapshot testsJakub Beránek-17/+74
2025-06-19Add `get_host_target` functionJakub Beránek-2/+7
2025-06-18Rollup merge of #142692 - Kobzol:bootstrap-small-check-cleanup, r=jieyouxuTrevor Gross-65/+16
2025-06-18Remove useless conditions about ClippyJakub Beránek-42/+11
2025-06-18Remove `override_build_kind`Jakub Beránek-23/+5
2025-06-18Rollup merge of #142672 - Kobzol:bootstrap-tool-clarification, r=jieyouxuJakub Beránek-6/+17
2025-06-18Rollup merge of #142627 - Kobzol:bootstrap-metadata, r=jieyouxuJakub Beránek-45/+83
2025-06-18Rollup merge of #142624 - Kobzol:bootstrap-fix-host, r=jieyouxuJakub Beránek-58/+99
2025-06-18Rollup merge of #142591 - Shourya742:2025-06-14-add-spawn-execution-api, r=Ko...Jakub Beránek-118/+176
2025-06-18Clarify bootstrap tool description and change its directory to simply `bootst...Jakub Beránek-6/+17
2025-06-18Remove unused bootstrap flagJakub Beránek-4/+1
2025-06-18Destructure bootstrap flags to make sure that none of them are unusedJakub Beránek-55/+97
2025-06-17Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obkJacob Pratt-13/+14
2025-06-17allow spawn to behave according to failure behaviorbit-aloo-36/+52
2025-06-17change to executed atbit-aloo-11/+13
2025-06-17add run_always to recently migrated start_process commandbit-aloo-1/+4
2025-06-17move execution context out of deferred command, add as_ref implementation and...bit-aloo-26/+20
2025-06-17explain reasoning behind spawn APIbit-aloo-0/+1