about summary refs log tree commit diff
path: root/src/bootstrap/src
AgeCommit message (Expand)AuthorLines
2023-11-05Rollup merge of #117524 - unleashed:bootstrap-create-hooks-dir, r=Mark-Simula...Matthias Krüger-1/+6
2023-11-05Rollup merge of #116017 - Zalathar:darwin-stdlib, r=albertlarsan68Matthias Krüger-4/+3
2023-11-03Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgrbors-7/+1
2023-11-03Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkanMatthias Krüger-7/+1
2023-11-03Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum"Ralf Jung-11/+0
2023-11-03Revert "bootstrap: do not purge docs on CI environment"onur-ozkan-7/+1
2023-11-03Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkanbors-2/+155
2023-11-02bootstrap/setup: create hooks directory if non-existingAlejandro Martinez Ruiz-1/+6
2023-11-02Add FIXME header for two comments in cg_gcc and cg_clif boostrap typesGuillaume Gomez-2/+2
2023-11-02Only run cg_gcc tests on linux x86_64Guillaume Gomez-10/+2
2023-11-02Add comment explaning when to uncomment the `prepare` command codeGuillaume Gomez-0/+2
2023-11-02Run rustc_codegen_gcc tests in the CIGuillaume Gomez-2/+161
2023-11-02bootstrap: do not purge docs on CI environmentonur-ozkan-1/+7
2023-10-30Rollup merge of #117383 - onur-ozkan:fix-x-install, r=albertlarsan68Guillaume Gomez-22/+30
2023-10-30Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obkGuillaume Gomez-0/+6
2023-10-30improve and fix x installonur-ozkan-22/+30
2023-10-30bootstrap: bump fd-lock, clap and windows.chenx97-11/+8
2023-10-30Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrumbors-0/+11
2023-10-29handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+6
2023-10-29Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-SimulacrumGuillaume Gomez-2/+6
2023-10-28Rollup merge of #117322 - onur-ozkan:fix-suppressed-outputs, r=KobzolJubilee-2/+6
2023-10-28Ensure the rustc-codegen-cranelift-preview component is never emptybjorn3-0/+7
2023-10-28set `BootstrapCommand` output mode for submodulesonur-ozkan-1/+5
2023-10-28change default output mode of `BootstrapCommand`onur-ozkan-1/+1
2023-10-28Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrumbors-27/+135
2023-10-28Auto merge of #117197 - Zalathar:demangler, r=onur-ozkanbors-2/+4
2023-10-27Explicitly mark which targets to distribute cg_clif for in CIbjorn3-1/+3
2023-10-27Rollup merge of #117287 - onur-ozkan:fix-miri-target-info, r=RalfJungMatthias Krüger-1/+1
2023-10-27fix miri target information for Test steponur-ozkan-1/+1
2023-10-27Distribute cg_clif as a rustup componentbjorn3-27/+133
2023-10-27For run-coverage tests, build `rust-demangler` with the stage 0 compilerZalathar-1/+3
2023-10-27Don't provide `rust-demangler` to run-make testsZalathar-1/+1
2023-10-26Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgrbors-1/+4
2023-10-26Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkovMatthias Krüger-1/+4
2023-10-26Auto merge of #116581 - Kobzol:bootstrap-cmd-run, r=onur-ozkanbors-80/+158
2023-10-26Allow ignoring the failure of command executionJakub Beránek-5/+18
2023-10-26Auto merge of #116983 - Urgau:prepare-bootstrap-for-new-check-cfg, r=Kobzolbors-8/+28
2023-10-24remap cargo dependencies to /rust/depsPietro Albini-1/+22
2023-10-23Improve android-ndk property interfacePeter Collingbourne-46/+54
2023-10-23Use local_rebuild property to support new check-cfg in case of rebuildUrgau-5/+5
2023-10-23Prepare bootstrap tool for new check-cfg syntaxUrgau-8/+28
2023-10-22Enable cg_clif tests for riscv64gcbjorn3-1/+4
2023-10-22add bootstrap flag `--skip-stage0-validation`onur-ozkan-1/+6
2023-10-22re-enable stage0 compiler version checkonur-ozkan-2/+1
2023-10-19fix(bootstrap) info message show correct path nowVitaliy Busko-1/+1
2023-10-17Simplify BehaviorOnFailureJakub Beránek-14/+17
2023-10-17Rename Supress variantJakub Beránek-5/+9
2023-10-17Remove usages of `Config::try_run`Jakub Beránek-15/+13
2023-10-17Add output mode to BootstrapCommandJakub Beránek-54/+76