| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #144252 - Kobzol:rmeta-sysroot, r=jieyouxu | Stuart Cook | -88/+335 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -30/+74 |
| 2025-08-19 | remove rva23s64 from riscv64a23-unknown-linux-gnu target | Zhongyao Chen | -1/+1 |
| 2025-08-18 | Auto merge of #145559 - marcoieni:free-disk-timeout, r=Kobzol | bors | -3/+18 |
| 2025-08-18 | Assume UTF-8 in sysroot paths | Jakub Beránek | -1/+1 |
| 2025-08-18 | Fix uplifting in `Assemble` step | Jakub Beránek | -34/+78 |
| 2025-08-18 | Add tracing to various miscellaneous functions | Stypox | -0/+2 |
| 2025-08-18 | remove downstream new method | bit-aloo | -51/+12 |
| 2025-08-18 | interpret: fix in-place return place semantics when the return place expressi... | Ralf Jung | -37/+37 |
| 2025-08-18 | Auto merge of #145478 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-18 | rustdoc: add rustdoc top bar web component | Michael Howell | -2/+2 |
| 2025-08-18 | Add change tracker entry for `--timings` | Jieyou Xu | -0/+5 |
| 2025-08-18 | triagebot: Show range-diff links on force pushes | Ralf Jung | -2/+5 |
| 2025-08-18 | Rename and move tuple index suffix regression test | Jieyou Xu | -1/+0 |
| 2025-08-18 | Merge pull request #4523 from Stypox/data-race-tracing | Ralf Jung | -0/+6 |
| 2025-08-18 | cargo update | github-actions | -34/+38 |
| 2025-08-18 | Provide more useful command creation spans | Jakub Beránek | -0/+4 |
| 2025-08-18 | Print what bootstrap invocation failed when an error happens in CI | Jakub Beránek | -0/+11 |
| 2025-08-18 | Remove unused `PartialOrd`/`Ord` from bootstrap | Jakub Beránek | -34/+34 |
| 2025-08-18 | ci: add timeout to windows disk cleanup wait | MarcoIeni | -3/+18 |
| 2025-08-18 | Do not overwrite the value of `RUSTC_ADDITIONAL_SYSROOT_PATHS` | Jakub Beránek | -1/+28 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -30/+74 |
| 2025-08-18 | Trace some basic I/O operations in bootstrap | Jakub Beránek | -30/+91 |
| 2025-08-18 | Rollup merge of #145460 - Kobzol:bootstrap-speedup-copy-src-dirs, r=jieyouxu | Stuart Cook | -40/+42 |
| 2025-08-18 | Rollup merge of #145451 - WaffleLapkin:norailoveyou, r=Noratrieb | Stuart Cook | -0/+1 |
| 2025-08-18 | Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddle | Stuart Cook | -4/+4 |
| 2025-08-18 | clippy'ed | bit-aloo | -1/+1 |
| 2025-08-18 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2025-08-18 | Merge ref '425a9c0a0e36' from rust-lang/rust | The Miri Cronjob Bot | -502/+565 |
| 2025-08-18 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-18 | Merge ref '425a9c0a0e36' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -5298/+8806 |
| 2025-08-18 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-18 | remove default config | bit-aloo | -582/+563 |
| 2025-08-18 | Update rust maintainers in openharmony.md | huaihuaidelulu | -1/+1 |
| 2025-08-18 | change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39 | Zhongyao Chen | -4/+3 |
| 2025-08-17 | Update cargo | Weihang Lo | -0/+0 |
| 2025-08-17 | Reorder `lto` options from most to least optimizing | Samuel Moelius | -1/+1 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -0/+19 |
| 2025-08-17 | fix: python formatting error | nilptr | -4/+4 |
| 2025-08-17 | feat(lldb debug info): deref pointer types for more accurate rust type classi... | nilptr | -0/+3 |
| 2025-08-17 | feat(lldb debug info): improve enum value formatting in lldb | nilptr | -18/+17 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -69/+104 |
| 2025-08-16 | tidy: add better error reporting for if typos can't be run | binarycat | -1/+0 |
| 2025-08-16 | tidy: run typos check in src root, not current dir | binarycat | -4/+17 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -28/+76 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -2/+2 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -9/+1 |
| 2025-08-16 | Only check std in cross-compilation instead of building it | Jakub Beránek | -57/+153 |
| 2025-08-16 | Avoid copying rustc rmeta artifacts into the build compiler sysroot | Jakub Beránek | -65/+189 |
| 2025-08-16 | Optimize `copy_src_dirs` | Jakub Beránek | -39/+42 |