about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-07-25Remove argument from the submodules methodEric Huss-5/+8
2024-07-25Clarify comment on update_existing_submodulesEric Huss-1/+2
2024-07-25Remove `pub` from update_existing_submodulesEric Huss-1/+1
2024-07-25Remove comment about bootstrap.py handling submodulesEric Huss-2/+0
2024-07-24Rollup merge of #128108 - onur-ozkan:ensure-std-for-precompiled-rustc, r=KobzolMatthias Krüger-0/+1
2024-07-23ensure std step before preparing sysrootonur-ozkan-0/+1
2024-07-23Rollup merge of #128098 - onur-ozkan:incompatible-option-behaviour, r=KobzolMatthias Krüger-11/+25
2024-07-23Rollup merge of #128060 - alexcrichton:include-wasm-component-ld-for-real-thi...Matthias Krüger-0/+5
2024-07-23make it possible to disable download-rustc if it's incompatibleonur-ozkan-11/+25
2024-07-22Fix inclusion of `wasm-component-ld` in dist artifactsAlex Crichton-0/+5
2024-07-22Move rustbook to its own workspace.Eric Huss-3/+14
2024-07-22Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+83
2024-07-22Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+3
2024-07-21Run `test-float-parse` as part of CITrevor Gross-0/+1
2024-07-20Expose `test-float-parse` via bootstrapTrevor Gross-0/+82
2024-07-20Rollup merge of #127463 - onur-ozkan:precompiled-rustdoc, r=KobzolMatthias Krüger-46/+106
2024-07-20use precompiled rustdoc with CI rustconur-ozkan-6/+53
2024-07-20Rollup merge of #127984 - nyurik:src-refs, r=onur-ozkanMatthias Krüger-8/+8
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-8/+8
2024-07-19Add a change tracker entryAlex Crichton-0/+5
2024-07-19Conditionally build `wasm-component-ld`Alex Crichton-5/+20
2024-07-18Rollup merge of #127913 - onur-ozkan:broken-defaults, r=KobzolMatthias Krüger-4/+5
2024-07-18Allow a git command for getting the current branch in bootstrap to failJakub Beránek-0/+1
2024-07-18remove `debug-logging` default from tools profileonur-ozkan-4/+5
2024-07-18Add missing GHA group for building `llvm-bitcode-linker`Jakub Beránek-0/+9
2024-07-17abstract merge-base commit logiconur-ozkan-40/+53
2024-07-17Auto merge of #127851 - tgross35:rollup-i39um74, r=tgross35bors-1/+1
2024-07-17Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzolbors-1/+33
2024-07-17maintain the given order on step executiononur-ozkan-1/+33
2024-07-17bootstrap: open llvm_config as r+w许杰友 Jieyou Xu (Joe)-1/+1
2024-07-16Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-SimulacrumTrevor Gross-0/+16
2024-07-16Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkovMatthias Krüger-0/+1
2024-07-16Auto merge of #127680 - Kobzol:bootstrap-cmd-refactor-6, r=onur-ozkanbors-173/+147
2024-07-16Fix unsafe_op_in_unsafe_fn in compilerMichael Goulet-0/+1
2024-07-15Don't use stage0 compiler for wasm-component-ldAlex Crichton-2/+2
2024-07-15Make sure to run git submodule checkout in dry run modeJakub Beránek-1/+15
2024-07-15Move `force_coloring_in_ci` from `builder_helper` to `bootstrap`Jakub Beránek-4/+15
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-1/+1
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-0/+3
2024-07-14Remove several usages of the `as_command_mut` methodJakub Beránek-115/+78
2024-07-14Port all remaining simple command usages in bootstrap to `BootstrapCommand`Jakub Beránek-54/+40
2024-07-14Rollup merge of #127697 - onur-ozkan:use-std-filetimes, r=KobzolMatthias Krüger-11/+17
2024-07-14Rollup merge of #127322 - onur-ozkan:ci-rustc-incompatible-options, r=Mark-Si...Matthias Krüger-7/+118
2024-07-14Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubileebors-30/+29
2024-07-13Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma...Jubilee-30/+29
2024-07-13Rollup merge of #127677 - onur-ozkan:use-correct-modes, r=KobzolJubilee-3/+4
2024-07-13Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula...Jubilee-4/+3
2024-07-14use std for file mtime and atime modificationsonur-ozkan-11/+17
2024-07-13explain why we use in-tree std for compiletestonur-ozkan-0/+2
2024-07-13use `ModeToolBootstrap` for run-make-support's crate testsonur-ozkan-3/+2