about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2025-06-17add created at to command executionbit-aloo-4/+8
2025-06-17remove new method from command executionbit-aloo-12/+14
2025-06-17remove start_porcess helper methodbit-aloo-29/+0
2025-06-17move from start process to new start and wait for output api'sbit-aloo-18/+23
2025-06-17add start methods in execbit-aloo-3/+18
2025-06-17add deferred command in execution context and update run methodbit-aloo-46/+91
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-2/+2
2025-06-17Add `StepMetadata` to describe stepsJakub Beránek-45/+83
2025-06-17Actually take `--build` into account in bootstrapJakub Beránek-1/+3
2025-06-16don't unwrap in enzyme builds in case of missing llvm-configManuel Drehwald-13/+14
2025-06-16bootstrap: address lint failuresDavid Wood-2/+2
2025-06-16Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxuJakub Beránek-20/+158
2025-06-16Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxuJakub Beránek-90/+87
2025-06-14remove check_run function from helpersbit-aloo-27/+9
2025-06-14remove check_run method from configbit-aloo-13/+2
2025-06-14replace all instances of check_run in download with execution contextbit-aloo-2/+2
2025-06-14replace all instances of check_run in config with execution contextbit-aloo-17/+15
2025-06-13Rollup merge of #142459 - Shourya742:2025-06-11-remove-output-helper, r=KobzolJubilee-36/+29
2025-06-13remove output from helpersbit-aloo-19/+0
2025-06-13replace output usage in bootstrap/lib.rs with new execution contextbit-aloo-11/+21
2025-06-13replace output usage in sanity with new execution contextbit-aloo-6/+8
2025-06-13Rollup merge of #142379 - Stypox:bootstrap-tool-config, r=KobzolMatthias Krüger-2/+36
2025-06-12Add lightweight snapshot testing for bootstrap testsJakub Beránek-10/+107
2025-06-12Simplify `configure_with_args`Jakub Beránek-10/+8
2025-06-12Move submodule path cache from `parse_gitmodules` to `Builder`Jakub Beránek-11/+20
2025-06-12Remove environment variable modification in `test_default_compiler_wasi`Jakub Beránek-8/+10
2025-06-12Remove `RefCell` from `cc/cxx/ar/ranlib`Jakub Beránek-49/+44
2025-06-12Stop using Config for `tempdir-as-a-service` in `build_stamp` testsJakub Beránek-14/+10
2025-06-12Move `shared_helpers` test to a dedicated moduleJakub Beránek-8/+3
2025-06-12Add support for snapshot tests with instaJakub Beránek-0/+43
2025-06-12Rename tool-config to tool and add docsStypox-15/+17
2025-06-12Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxuMatthias Krüger-215/+243
2025-06-11Rollup merge of #142374 - Kobzol:fix-newline, r=tmiaskoMatthias Krüger-1/+2
2025-06-11Rollup merge of #142364 - Kobzol:download-ci-incremental-warning-remove, r=Ra...Matthias Krüger-2/+1
2025-06-11Rollup merge of #142346 - Shourya742:2025-06-11-add-tracing-import-to-executi...Matthias Krüger-0/+2
2025-06-11Add bootstrap option to compile a tool with featuresStypox-2/+34
2025-06-11Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgrbors-1/+1
2025-06-11Fix missing newline trim in bootstrapJakub Beránek-1/+2
2025-06-11Do not warn on `rust.incremental` when using download CI rustcJakub Beránek-2/+1
2025-06-11Rollup merge of #142297 - jieyouxu:needs-target-std, r=KobzolMatthias Krüger-1/+1
2025-06-11Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env"Jakub Beránek-34/+21
2025-06-11add trace_cmd import in tracing feature in execution contextbit-aloo-0/+2
2025-06-10Improve documentation of the `Rustc` step and rename `compiler` to `build_com...Jakub Beránek-41/+57
2025-06-10Rename `build` to `host_target`Jakub Beránek-176/+188
2025-06-10Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context, r=KobzolLeón Orell Valerian Liehr-272/+364
2025-06-10Extract target no-std hack to `build_helpers`Jieyou Xu-1/+1
2025-06-10Pass `jemalloc` feature to Clippy in bootstrapJakub Beránek-2/+15
2025-06-09Don't create .msi installer for gnullvm hostsMateusz Mikuła-1/+2
2025-06-09Initialize the execution context in parse_inner, start using dry run from the...bit-aloo-28/+29
2025-06-09remove execution context from flag module and correct the command invocation ...bit-aloo-25/+19