| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | rustdoc search: add performance note about searchIndexUnstable check | binarycat | -0/+6 |
| 2025-08-08 | rustdoc: IndexItem::{stability -> is_unstable} | binarycat | -11/+5 |
| 2025-08-08 | switch polonius compare-mode to polonius=next | Rémy Rakic | -1/+1 |
| 2025-08-08 | Improve error output when a command fails in bootstrap | Jakub Beránek | -82/+83 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -5/+27 |
| 2025-08-08 | Bless snapshot tests | Jakub Beránek | -0/+2 |
| 2025-08-08 | Review remarks | Jakub Beránek | -25/+22 |
| 2025-08-08 | Clarify the behavior of `rust.codegen-backends` | Jakub Beránek | -11/+20 |
| 2025-08-08 | Refactor `dist::CraneliftCodegenBackend` | Jakub Beránek | -51/+84 |
| 2025-08-08 | Split CodegenBackend step into two and handle stamp sysroot copy explicitly | Jakub Beránek | -148/+181 |
| 2025-08-08 | Build host library when cross-compiling `ToolTarget` tools | Jakub Beránek | -2/+7 |
| 2025-08-08 | Add snapshot test for cross-compilation cargo build | Jakub Beránek | -0/+15 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -963/+1056 |
| 2025-08-08 | Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiser | Stuart Cook | -0/+86 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -4/+1 |
| 2025-08-08 | Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu | Stuart Cook | -8/+34 |
| 2025-08-08 | Rollup merge of #144807 - Shourya742:2025-07-30-streamline-config, r=Kobzol | Stuart Cook | -951/+935 |
| 2025-08-07 | Rollup merge of #145007 - Kobzol:error-index, r=jieyouxu | Trevor Gross | -87/+124 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -23/+23 |
| 2025-08-07 | update enzyme submodule to handle llvm 21 | Manuel Drehwald | -0/+1 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -0/+86 |
| 2025-08-07 | Auto merge of #145056 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1026/+2802 |
| 2025-08-07 | Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into clippy-subtree-u... | Philipp Krones | -1026/+2802 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -395/+677 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -526/+514 |
| 2025-08-07 | Rollup merge of #145040 - tshepang:rdg-sync, r=Kobzol | Stuart Cook | -3/+28 |
| 2025-08-07 | Rollup merge of #145026 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -15/+1 |
| 2025-08-07 | Rollup merge of #144659 - mati865:gnullvm-vendor-libunwind, r=Kobzol | Stuart Cook | -60/+82 |
| 2025-08-07 | Rollup merge of #144473 - zeroomega:rustc_inconsistency, r=Mark-Simulacrum | Stuart Cook | -5/+13 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -312/+513 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -0/+40 |
| 2025-08-07 | Only run the pull workflow once per week | Jakub Beránek | -2/+2 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -1/+0 |
| 2025-08-07 | Merge ref '6bcdcc73bd11' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -5446/+6832 |
| 2025-08-07 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -59/+72 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -58/+65 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -1/+7 |
| 2025-08-07 | Update books | rustbot | -0/+0 |
| 2025-08-06 | Make link relative an link to md not html | lolbinarycat | -1/+1 |
| 2025-08-06 | Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r... | Guillaume Gomez | -4/+6 |
| 2025-08-06 | Rollup merge of #145000 - Kobzol:std-cargo-stage, r=jieyouxu | Guillaume Gomez | -13/+9 |
| 2025-08-06 | Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui... | Guillaume Gomez | -2/+25 |
| 2025-08-06 | Link from "Overview of the compiler § Queries" to the Queries chapter | lolbinarycat | -0/+4 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -1/+0 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -2/+18 |
| 2025-08-06 | tidy | Boxy | -12/+2 |
| 2025-08-06 | Fix rustdoc scrape-examples feature crash | Guillaume Gomez | -4/+6 |
| 2025-08-06 | Fix build/doc/test of error index generator | Jakub Beránek | -87/+124 |