| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Generate base commit in rustdoc_json tidy checks | Guillaume Gomez | -5/+28 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -2/+2 |
| 2025-06-20 | Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated | Guillaume Gomez | -0/+68 |
| 2025-06-20 | Pass -Cpanic=abort for the panic_abort crate | bjorn3 | -12/+0 |
| 2025-06-20 | Add better documentation for excluding imports from symbol search | Lucas Holten | -3/+11 |
| 2025-06-20 | Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35 | bors | -7/+5 |
| 2025-06-20 | Merge pull request #20046 from regexident/type-param-parent-getter | Florian Diebold | -0/+4 |
| 2025-06-20 | Convert `ilog(10)` to `ilog10()` | Chai T. Rex | -1/+1 |
| 2025-06-20 | Rollup merge of #142714 - fee1-dead-contrib:push-roxtwrlvtzur, r=Kobzol | Trevor Gross | -0/+1 |
| 2025-06-20 | Rollup merge of #142699 - rustbot:docs-update, r=ehuss | Trevor Gross | -0/+0 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -2/+0 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -3/+2 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -2/+2 |
| 2025-06-20 | Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas | bors | -2/+51 |
| 2025-06-20 | Add temporary directory for executing snapshot tests | Jakub Beránek | -16/+45 |
| 2025-06-20 | Merge from rustc | The Miri Cronjob Bot | -239/+296 |
| 2025-06-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-20 | Remove an unnecessary check in rustfmt. | Nicholas Nethercote | -1/+1 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -1/+1 |
| 2025-06-20 | Merge pull request #4362 from nia-e/fix-alloc-perf | Ralf Jung | -36/+72 |
| 2025-06-20 | Merge pull request #20035 from joshka/jm/test-explorer-color | HKalbasi | -0/+1 |
| 2025-06-20 | Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changed | Jieyou Xu | -1/+1 |
| 2025-06-19 | rustdoc: Remove `FormatRenderer::cache` | Alona Enraght-Moony | -12/+1 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -53/+47 |
| 2025-06-19 | Extract SilentEmitter | Cameron Steffen | -14/+9 |
| 2025-06-19 | Rename SilentEmitter -> FatalOnlyEmitter | Cameron Steffen | -2/+2 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -59/+29 |
| 2025-06-19 | Add `fn parent(self, db) -> GenericDef` to `hir::TypeParam` | Vincent Esche | -0/+4 |
| 2025-06-19 | De-dup common code from `ExternalCrate` methods | Yotam Ofek | -71/+53 |
| 2025-06-19 | isolated_alloc: directly use mmap for allocations | Nia Espera | -36/+72 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -1/+1 |
| 2025-06-19 | Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzol | bors | -56/+125 |
| 2025-06-19 | add comment to `src/bootstrap/build.rs` | Deadbeef | -0/+1 |
| 2025-06-19 | `Option`s are `Iterator`s | Yotam Ofek | -11/+4 |
| 2025-06-19 | avoid intermediately collecting into vectors | Yotam Ofek | -8/+4 |
| 2025-06-19 | one less pathbuf allocation | Yotam Ofek | -2/+2 |
| 2025-06-19 | Merge pull request #4396 from Stypox/build-with-features | Ralf Jung | -65/+153 |
| 2025-06-19 | Doc: clarify priority of lint level sources | Hamidreza Sanaee | -1/+102 |
| 2025-06-19 | Allow building Miri with --features from miri-script | Stypox | -65/+153 |
| 2025-06-19 | Merge pull request #20042 from Veykril/push-uosxynulorzn | Lukas Wirth | -3/+3 |
| 2025-06-19 | fix: Temporarily disable `+` typing handler as it moves the cursor position | Lukas Wirth | -3/+3 |
| 2025-06-19 | Auto merge of #139244 - jieyouxu:exp/auto-cross-run-make, r=Kobzol | bors | -14/+58 |
| 2025-06-19 | Merge pull request #20041 from Veykril/push-yxlszoznuyno | Lukas Wirth | -39/+19 |
| 2025-06-19 | Revert "Turn `BlockId` into a `#[salsa::tracked]`" | Lukas Wirth | -39/+19 |
| 2025-06-19 | Merge from rustc | The Miri Cronjob Bot | -951/+814 |
| 2025-06-19 | Clarify arrow in snapshot tests | Jakub Beránek | -0/+4 |
| 2025-06-19 | Normalize host target in snapshot tests | Jakub Beránek | -17/+74 |
| 2025-06-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-19 | Add `get_host_target` function | Jakub Beránek | -2/+7 |
| 2025-06-19 | Merge pull request #20039 from ShoyuVanilla/let-bind-ref-capt | Lukas Wirth | -1/+43 |