about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-07-13Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkanbors-73/+175
2024-07-13Avoid more instances of unused command execution in dry runJakub Beránek-15/+7
2024-07-13Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviperJacob Pratt-2/+2
2024-07-12Fix incorrect NDEBUG handling in LLVM bindingsNikita Popov-2/+2
2024-07-12Test `build_helper` with the stage 0 compilerJakub Beránek-3/+2
2024-07-12Modify FIXME commentJakub Beránek-1/+1
2024-07-12Simplify command executions for plain source tarballsJakub Beránek-5/+1
2024-07-12Disarm drop bombs for unexecuted test Cargo commandsJakub Beránek-1/+2
2024-07-12Remove unused rustdoc commandJakub Beránek-4/+0
2024-07-12Fix a case where a RustBook command is potentially not executedJakub Beránek-2/+7
2024-07-12Improve the `Debug` representation of `BootstrapCommand`Jakub Beránek-1/+13
2024-07-12Print command creation and execution location when it failsJakub Beránek-4/+19
2024-07-12Add `DropBomb` to `BootstrapCommand`Jakub Beránek-0/+20
2024-07-12Make `command` field of `BootstrapCommand` private to force access to it thro...Jakub Beránek-42/+60
2024-07-12Configure test execution for the `build_helper` crate in bootstrapJakub Beránek-0/+48
2024-07-12Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=KobzolMatthias Krüger-16/+7
2024-07-10Rollup merge of #126476 - ferrocene:pa-bootstrap-test-local-rustc, r=onur-ozkanMatthias Krüger-2/+44
2024-07-10use utils::helpers::exePietro Albini-7/+2
2024-07-10remove unnecessary `git` usagesonur-ozkan-16/+7
2024-07-09Unconditionally use stage0 build compilerAlex Crichton-1/+1
2024-07-09Update how wasm-component-ld is builtAlex Crichton-28/+1
2024-07-09Promote the `wasm32-wasip2` target to Tier 2Alex Crichton-0/+43
2024-07-09set the correct rustc and cargo even for tests invoking parse_innerPietro Albini-13/+12
2024-07-08Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789Matthias Krüger-11/+5
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-4/+4
2024-07-08set the correct executable for initial_{rustc,cargo}Pietro Albini-2/+17
2024-07-07bootstrap: once_cell::sync::Lazy -> std::sync::LazyLockPavel Grigorenko-11/+5