| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -4/+1 |
| 2024-07-29 | Rollup merge of #128342 - onur-ozkan:ci-env-usage, r=Kobzol | Matthias Krüger | -8/+6 |
| 2024-07-29 | simplify the use of `CiEnv` | onur-ozkan | -8/+6 |
| 2024-07-29 | ignore `crates` if running unit tests | onur-ozkan | -0/+5 |
| 2024-07-29 | remove the requirement of `Builder` arg in `doc::Std::new` function | onur-ozkan | -18/+2 |
| 2024-07-29 | allow running `x doc` on std for no_std targets | onur-ozkan | -8/+2 |
| 2024-07-29 | handle no_std targets on std builds | onur-ozkan | -8/+22 |
| 2024-07-29 | Rollup merge of #128269 - onur-ozkan:improve-cargo-invocations, r=Mark-Simula... | Matthias Krüger | -117/+151 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -208/+166 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -4/+1 |
| 2024-07-28 | Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgr | bors | -92/+219 |
| 2024-07-28 | Rollup merge of #128215 - ehuss:update-reference, r=Kobzol | Matthias Krüger | -92/+219 |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |
| 2024-07-27 | improve `check::{Std, Rustc}` to handle clippy properly | onur-ozkan | -11/+37 |
| 2024-07-27 | Rename require_and_update_submodule to require_submodule | Eric Huss | -25/+25 |
| 2024-07-27 | Add clarifying documentation to require_and_update_submodule. | Eric Huss | -1/+4 |
| 2024-07-27 | Change prebuilt_llvm_config to not be required. | Eric Huss | -1/+2 |
| 2024-07-27 | Change the blanket submodule update for library submodules to be required | Eric Huss | -1/+7 |
| 2024-07-27 | Consistently use a string to represent a submodule. | Eric Huss | -11/+11 |
| 2024-07-27 | Add more descriptions to why submodules are required. | Eric Huss | -5/+13 |
| 2024-07-27 | Fix mistake setting ONLY_HOSTS for Reference. | Eric Huss | -1/+0 |
| 2024-07-27 | refactor cargo invocations with strongly-typed subcommand | onur-ozkan | -109/+117 |
| 2024-07-27 | add change entry for `rust.channel` defaults | onur-ozkan | -0/+5 |
| 2024-07-26 | Fix storing of stdout/stderr in bootstrap commands that failed to start | Jakub Beránek | -3/+13 |
| 2024-07-26 | Fix broken doc link | Jakub Beránek | -1/+1 |
| 2024-07-26 | Fix usages of old command API | Jakub Beránek | -3/+2 |
| 2024-07-26 | Make it easier to detect when bootstrap tries to read uncaptured stdout/stderr | Jakub Beránek | -20/+32 |
| 2024-07-26 | Make command output capturing more explicit | Jakub Beránek | -145/+120 |
| 2024-07-26 | Update Android testing to API 21, matching NDK 26 | Matthew Maurer | -5/+8 |
| 2024-07-25 | Integrate mdbook-spec for the reference. | Eric Huss | -11/+66 |
| 2024-07-25 | Make sure submodules are checked out with `x test` | Eric Huss | -7/+17 |
| 2024-07-25 | Clarify comment about why bootstrap tests need src/doc/book | Eric Huss | -3/+6 |
| 2024-07-25 | Add require_and_update_submodule to ensure submodules exist | Eric Huss | -50/+87 |
| 2024-07-25 | Fix rustbook submodule update location | Eric Huss | -7/+11 |
| 2024-07-25 | Remove outdated comment about update_submodule | Eric Huss | -1/+0 |
| 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 |