| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrum | bors | -2/+8 |
| 2024-08-04 | Update incorrect comment | bjorn3 | -1/+1 |
| 2024-08-04 | Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviper | Matthias Krüger | -3/+17 |
| 2024-08-04 | handle crates when they are not specified for std docs | onur-ozkan | -2/+12 |
| 2024-08-03 | Rollup merge of #128283 - lolbinarycat:bootstrap-custom-target, r=albertlarsan68 | Matthias Krüger | -3/+14 |
| 2024-08-03 | Remove another false-negative hidden by dead code changes | Michael Goulet | -4/+0 |
| 2024-08-03 | Promote aarch64-apple-darwin to Tier 1 | Evelyn Harthbrooke | -1/+1 |
| 2024-08-03 | allow setting `link-shared` and `static-libstdcpp` with CI LLVM | onur-ozkan | -3/+17 |
| 2024-08-02 | bootstrap: fix bug preventing the use of custom targets | binarycat | -3/+14 |
| 2024-08-02 | Move the standard library to a separate workspace | bjorn3 | -1/+7 |
| 2024-08-02 | Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789 | Matthias Krüger | -37/+93 |
| 2024-08-01 | Update sysinfo version to 0.31.2 | Guillaume Gomez | -37/+93 |
| 2024-08-01 | Rollup merge of #128437 - onur-ozkan:handle-llvm-tools-properly, r=albertlars... | Matthias Krüger | -3/+34 |
| 2024-07-31 | improve bootstrap to allow selecting llvm tools individually | onur-ozkan | -3/+34 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -4/+1 |
| 2024-07-30 | set `force_recompile: true` if library is modified | onur-ozkan | -8/+31 |
| 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 |