| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Remove argument from the submodules method | Eric Huss | -5/+8 |
| 2024-07-25 | Clarify comment on update_existing_submodules | Eric Huss | -1/+2 |
| 2024-07-25 | Remove `pub` from update_existing_submodules | Eric Huss | -1/+1 |
| 2024-07-25 | Remove comment about bootstrap.py handling submodules | Eric Huss | -2/+0 |
| 2024-07-24 | Rollup merge of #128108 - onur-ozkan:ensure-std-for-precompiled-rustc, r=Kobzol | Matthias Krüger | -0/+1 |
| 2024-07-23 | ensure std step before preparing sysroot | onur-ozkan | -0/+1 |
| 2024-07-23 | Rollup merge of #128098 - onur-ozkan:incompatible-option-behaviour, r=Kobzol | Matthias Krüger | -11/+25 |
| 2024-07-23 | Rollup merge of #128060 - alexcrichton:include-wasm-component-ld-for-real-thi... | Matthias Krüger | -0/+5 |
| 2024-07-23 | make it possible to disable download-rustc if it's incompatible | onur-ozkan | -11/+25 |
| 2024-07-22 | Fix inclusion of `wasm-component-ld` in dist artifacts | Alex Crichton | -0/+5 |
| 2024-07-22 | Move rustbook to its own workspace. | Eric Huss | -3/+14 |
| 2024-07-22 | Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+83 |
| 2024-07-22 | Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-07-21 | Run `test-float-parse` as part of CI | Trevor Gross | -0/+1 |
| 2024-07-20 | Expose `test-float-parse` via bootstrap | Trevor Gross | -0/+82 |
| 2024-07-20 | Rollup merge of #127463 - onur-ozkan:precompiled-rustdoc, r=Kobzol | Matthias Krüger | -46/+106 |
| 2024-07-20 | use precompiled rustdoc with CI rustc | onur-ozkan | -6/+53 |
| 2024-07-20 | Rollup merge of #127984 - nyurik:src-refs, r=onur-ozkan | Matthias Krüger | -8/+8 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -8/+8 |
| 2024-07-19 | Add a change tracker entry | Alex Crichton | -0/+5 |
| 2024-07-19 | Conditionally build `wasm-component-ld` | Alex Crichton | -5/+20 |
| 2024-07-18 | Rollup merge of #127913 - onur-ozkan:broken-defaults, r=Kobzol | Matthias Krüger | -4/+5 |
| 2024-07-18 | Allow a git command for getting the current branch in bootstrap to fail | Jakub Beránek | -0/+1 |
| 2024-07-18 | remove `debug-logging` default from tools profile | onur-ozkan | -4/+5 |
| 2024-07-18 | Add missing GHA group for building `llvm-bitcode-linker` | Jakub Beránek | -0/+9 |
| 2024-07-17 | abstract merge-base commit logic | onur-ozkan | -40/+53 |
| 2024-07-17 | Auto merge of #127851 - tgross35:rollup-i39um74, r=tgross35 | bors | -1/+1 |
| 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 |