| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | Auto merge of #144181 - jieyouxu:rollup-61j2sar, r=jieyouxu | bors | -292/+271 |
| 2025-07-19 | Give a message with a span on validation error | Scott McMurray | -4/+10 |
| 2025-07-19 | Add code comment explaining better what `Row.name` is for doc aliases | Guillaume Gomez | -0/+2 |
| 2025-07-19 | integrate build_helper::npm into js checks and package.json usage | binarycat | -54/+34 |
| 2025-07-19 | update completions | binarycat | -24/+0 |
| 2025-07-19 | tidy: use a lockfile for js tools instead of npx | binarycat | -84/+82 |
| 2025-07-19 | update CI to use new tidy extra checks for rustdoc js | binarycat | -5/+2 |
| 2025-07-19 | tidy: running of eslint, tsc, and es-check are now an extra check | binarycat | -111/+211 |
| 2025-07-19 | Implement `check::Compiletest` using the `tool_check_step` macro | Jakub Beránek | -57/+15 |
| 2025-07-19 | Allow selecting check tool `Mode` based on `Builder` | Jakub Beránek | -15/+24 |
| 2025-07-19 | tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok) | Martin Nordholts | -19/+107 |
| 2025-07-19 | non-deterministically truncate reads/writes | Ralf Jung | -122/+312 |
| 2025-07-19 | Rollup merge of #144178 - GuillaumeGomez:fix-clippy-lints, r=fmease | 许杰友 Jieyou Xu (Joe) | -174/+154 |
| 2025-07-19 | Rollup merge of #144152 - ChrisDenton:optional-job, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-19 | Rollup merge of #144149 - reallesee:master, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-07-19 | Rollup merge of #143960 - hkBst:tidy-cleanup-2, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -115/+114 |
| 2025-07-19 | Fix clippy lints in librustdoc | Guillaume Gomez | -174/+154 |
| 2025-07-19 | Auto merge of #143641 - Kobzol:tool-target, r=jieyouxu | bors | -166/+408 |
| 2025-07-19 | Merge pull request #4482 from RalfJung/deps | Ralf Jung | -538/+1160 |
| 2025-07-19 | don't halt execution when we write to a read-only file | Ralf Jung | -1/+14 |
| 2025-07-19 | move and update test dependencies | Ralf Jung | -76/+169 |
| 2025-07-19 | ditch which dependency | Ralf Jung | -30/+3 |
| 2025-07-19 | bump cargo-metadata | Ralf Jung | -5/+371 |
| 2025-07-19 | bump ui_test | Ralf Jung | -10/+9 |
| 2025-07-19 | bump ipc-channel | Ralf Jung | -40/+8 |
| 2025-07-19 | bump colored dep | Ralf Jung | -3/+12 |
| 2025-07-19 | cargo update | Ralf Jung | -384/+598 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -4/+9 |
| 2025-07-19 | add -Zmiri-no-extra-rounding-error to specifically disable just that part of ... | Ralf Jung | -6/+18 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -4/+23 |
| 2025-07-19 | Fix compiler for dist LLVM bitcode linker | Jakub Beránek | -12/+29 |
| 2025-07-19 | minor: remove unused var | Young-Flash | -3/+1 |
| 2025-07-19 | Add Deref -> DerefMut for generate_mut_trait_impl | A4-Tacks | -0/+37 |
| 2025-07-19 | Rollup merge of #144092 - Gelbpunkt:musl-stage0, r=Kobzol | Matthias Krüger | -1/+6 |
| 2025-07-19 | Rollup merge of #144083 - RalfJung:miri-sleep, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-07-19 | Fix ide-assist: Deref transtive | A4-Tacks | -2/+25 |
| 2025-07-19 | Merge from rustc | The Miri Cronjob Bot | -2191/+3910 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -98/+250 |
| 2025-07-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | add unstable-books doc for offload | Manuel Drehwald | -0/+8 |
| 2025-07-18 | enzyme submodule update | Manuel Drehwald | -0/+0 |
| 2025-07-18 | Rename optional-mingw-check to optional-pr-check | Chris Denton | -2/+2 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -3/+7 |
| 2025-07-18 | docs: update link to RISC-V and Xtensa installation guide | Micke | -1/+1 |
| 2025-07-18 | Rollup merge of #143961 - 1c3t3a:correct-exploit-mitigations, r=rcvalle | Matthias Krüger | -11/+11 |
| 2025-07-18 | Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=Kobzol | Matthias Krüger | -56/+87 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -31/+152 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -3/+3 |
| 2025-07-18 | unicode-table-gen: more clippy fixes | Marijn Schouten | -8/+8 |
| 2025-07-18 | unicode-table-gen: edition 2024 | Marijn Schouten | -2/+2 |