| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzol | bors | -1/+33 |
| 2024-07-17 | maintain the given order on step execution | onur-ozkan | -1/+33 |
| 2024-07-17 | bootstrap: open llvm_config as r+w | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -0/+16 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-07-16 | Auto merge of #127680 - Kobzol:bootstrap-cmd-refactor-6, r=onur-ozkan | bors | -173/+147 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -0/+1 |
| 2024-07-15 | Don't use stage0 compiler for wasm-component-ld | Alex Crichton | -2/+2 |
| 2024-07-15 | Make sure to run git submodule checkout in dry run mode | Jakub Beránek | -1/+15 |
| 2024-07-15 | Move `force_coloring_in_ci` from `builder_helper` to `bootstrap` | Jakub Beránek | -4/+15 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -1/+1 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -0/+3 |
| 2024-07-14 | Remove several usages of the `as_command_mut` method | Jakub Beránek | -115/+78 |
| 2024-07-14 | Port all remaining simple command usages in bootstrap to `BootstrapCommand` | Jakub Beránek | -54/+40 |
| 2024-07-14 | Rollup merge of #127697 - onur-ozkan:use-std-filetimes, r=Kobzol | Matthias Krüger | -11/+17 |
| 2024-07-14 | Rollup merge of #127322 - onur-ozkan:ci-rustc-incompatible-options, r=Mark-Si... | Matthias Krüger | -7/+118 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -30/+29 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -30/+29 |
| 2024-07-13 | Rollup merge of #127677 - onur-ozkan:use-correct-modes, r=Kobzol | Jubilee | -3/+4 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -4/+3 |
| 2024-07-14 | use std for file mtime and atime modifications | onur-ozkan | -11/+17 |
| 2024-07-13 | explain why we use in-tree std for compiletest | onur-ozkan | -0/+2 |
| 2024-07-13 | use `ModeToolBootstrap` for run-make-support's crate tests | onur-ozkan | -3/+2 |
| 2024-07-13 | Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkan | bors | -73/+175 |
| 2024-07-13 | Avoid more instances of unused command execution in dry run | Jakub Beránek | -15/+7 |
| 2024-07-13 | Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviper | Jacob Pratt | -2/+2 |
| 2024-07-12 | Fix incorrect NDEBUG handling in LLVM bindings | Nikita Popov | -2/+2 |
| 2024-07-12 | Test `build_helper` with the stage 0 compiler | Jakub Beránek | -3/+2 |
| 2024-07-12 | Modify FIXME comment | Jakub Beránek | -1/+1 |
| 2024-07-12 | Simplify command executions for plain source tarballs | Jakub Beránek | -5/+1 |
| 2024-07-12 | Disarm drop bombs for unexecuted test Cargo commands | Jakub Beránek | -1/+2 |
| 2024-07-12 | Remove unused rustdoc command | Jakub Beránek | -4/+0 |
| 2024-07-12 | Fix a case where a RustBook command is potentially not executed | Jakub Beránek | -2/+7 |
| 2024-07-12 | Improve the `Debug` representation of `BootstrapCommand` | Jakub Beránek | -1/+13 |
| 2024-07-12 | Print command creation and execution location when it fails | Jakub Beránek | -4/+19 |
| 2024-07-12 | Add `DropBomb` to `BootstrapCommand` | Jakub Beránek | -0/+20 |
| 2024-07-12 | Make `command` field of `BootstrapCommand` private to force access to it thro... | Jakub Beránek | -42/+60 |
| 2024-07-12 | Configure test execution for the `build_helper` crate in bootstrap | Jakub Beránek | -0/+48 |
| 2024-07-12 | Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=Kobzol | Matthias Krüger | -16/+7 |
| 2024-07-10 | Rollup merge of #126476 - ferrocene:pa-bootstrap-test-local-rustc, r=onur-ozkan | Matthias Krüger | -2/+44 |
| 2024-07-10 | use utils::helpers::exe | Pietro Albini | -7/+2 |
| 2024-07-10 | remove unnecessary `git` usages | onur-ozkan | -16/+7 |
| 2024-07-09 | Unconditionally use stage0 build compiler | Alex Crichton | -1/+1 |
| 2024-07-09 | Update how wasm-component-ld is built | Alex Crichton | -28/+1 |
| 2024-07-09 | Promote the `wasm32-wasip2` target to Tier 2 | Alex Crichton | -0/+43 |
| 2024-07-09 | set the correct rustc and cargo even for tests invoking parse_inner | Pietro Albini | -13/+12 |
| 2024-07-08 | Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789 | Matthias Krüger | -11/+5 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-08 | set the correct executable for initial_{rustc,cargo} | Pietro Albini | -2/+17 |
| 2024-07-07 | bootstrap: once_cell::sync::Lazy -> std::sync::LazyLock | Pavel Grigorenko | -11/+5 |