| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgr | bors | -182/+374 |
| 2024-07-28 | Rollup merge of #128263 - notriddle:notriddle/clean-up-again, r=GuillaumeGomez | Matthias Krüger | -89/+120 |
| 2024-07-28 | Rollup merge of #128215 - ehuss:update-reference, r=Kobzol | Matthias Krüger | -93/+254 |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |
| 2024-07-28 | Rollup merge of #128285 - lolbinarycat:rustc-custom-targets, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -20/+6 |
| 2024-07-28 | Rollup merge of #128276 - ehuss:rustbook-readme, r=Kobzol | Matthias Krüger | -0/+34 |
| 2024-07-28 | Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxu | bors | -4/+0 |
| 2024-07-27 | rustc book: document how the RUST_TARGET_PATH variable is used | binarycat | -0/+13 |
| 2024-07-27 | Auto merge of #128270 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -20/+6 |
| 2024-07-27 | Auto merge of #128278 - tgross35:rollup-zv7q0h5, r=tgross35 | bors | -0/+5 |
| 2024-07-27 | Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-07-27 | Add a README to rustbook to explain its purpose | Eric Huss | -0/+34 |
| 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 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-27 | add change entry for `rust.channel` defaults | onur-ozkan | -0/+5 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -89/+120 |
| 2024-07-26 | Rollup merge of #128227 - Kobzol:ci-unrolled-perf-build-matrix, r=tgross35 | Trevor Gross | -2/+8 |
| 2024-07-26 | Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil... | Trevor Gross | -1/+1 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -12/+12 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -13/+17 |
| 2024-07-26 | rewrite sanitizer-staticlib-link to rmake | Oneirical | -1/+0 |
| 2024-07-26 | rewrite export-executable-symbols to rmake | Oneirical | -1/+0 |
| 2024-07-26 | rewrite foreign-rust-exceptions to rmake | Oneirical | -1/+0 |
| 2024-07-26 | rewrite c-unwind-abi-catch-lib-panic to rmake | Oneirical | -1/+0 |
| 2024-07-26 | CI: do not respect custom try jobs for unrolled perf builds | Jakub Beránek | -2/+8 |
| 2024-07-26 | Auto merge of #128222 - tgross35:rollup-fk7qdo3, r=tgross35 | bors | -7/+25 |
| 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 | Rollup merge of #128099 - lolbinarycat:extern-flag-disambiguates-rmake, r=Kobzol | Trevor Gross | -1/+0 |
| 2024-07-26 | Rollup merge of #127989 - Oneirical:testricted-area, r=jieyouxu | Trevor Gross | -4/+25 |
| 2024-07-26 | Rollup merge of #127523 - Oneirical:treasure-test, r=jieyouxu | Trevor Gross | -2/+0 |
| 2024-07-26 | Auto merge of #120593 - maurer:android-bump, r=Mark-Simulacrum,workingjubilee | bors | -11/+14 |
| 2024-07-26 | Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgr | bors | -5161/+4846 |
| 2024-07-26 | Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgr | bors | -1/+14 |
| 2024-07-26 | Update Android testing to API 21, matching NDK 26 | Matthew Maurer | -11/+14 |
| 2024-07-25 | Integrate mdbook-spec for the reference. | Eric Huss | -12/+101 |
| 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 |