| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -67/+161 |
| 2025-06-20 | Rollup merge of #142476 - dtolnay:attrbinop, r=fmease | Trevor Gross | -12/+58 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -38/+7916 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -757/+997 |
| 2025-06-20 | Add an attribute-related parenthesization edge case | David Tolnay | -0/+6 |
| 2025-06-20 | Insert parentheses around binary operation with attribute | David Tolnay | -12/+38 |
| 2025-06-20 | Add AST pretty-printer tests involving attr on binary operation | David Tolnay | -0/+9 |
| 2025-06-20 | Auto merge of #142795 - Kobzol:rollup-vvnnjno, r=Kobzol | bors | -261/+550 |
| 2025-06-20 | Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35 | Jakub Beránek | -9/+3 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -24/+29 |
| 2025-06-20 | Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubilee | Jakub Beránek | -7/+7 |
| 2025-06-20 | Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142744 - tgross35:y21-mailmap, r=y21 | Jakub Beránek | -0/+1 |
| 2025-06-20 | Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu | Jakub Beránek | -96/+252 |
| 2025-06-20 | Rollup merge of #142736 - lolbinarycat:rustdoc-issue-template, r=GuillaumeGom... | Jakub Beránek | -0/+54 |
| 2025-06-20 | Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume... | Jakub Beránek | -71/+53 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -34/+36 |
| 2025-06-20 | Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxu | Jakub Beránek | -19/+114 |
| 2025-06-20 | Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez | Trevor Gross | -12/+1 |
| 2025-06-20 | Rollup merge of #142713 - tgross35:mbe-transcribe-refactor, r=petrochenkov | Trevor Gross | -363/+404 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -303/+221 |
| 2025-06-20 | Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJung | Trevor Gross | -1/+45 |
| 2025-06-20 | Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina... | Trevor Gross | -37/+41 |
| 2025-06-20 | Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk | Trevor Gross | -6/+7 |
| 2025-06-20 | Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obk | Trevor Gross | -0/+19 |
| 2025-06-20 | Rollup merge of #142491 - jdonszelmann:cold, r=oli-obk | Trevor Gross | -35/+99 |
| 2025-06-20 | Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu | Trevor Gross | -0/+160 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -5/+21 |
| 2025-06-20 | cold | Jana Dönszelmann | -33/+81 |
| 2025-06-20 | Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnr | bors | -20/+177 |
| 2025-06-20 | Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35 | bors | -1079/+867 |
| 2025-06-20 | Convert `ilog(10)` to `ilog10()` | Chai T. Rex | -7/+7 |
| 2025-06-20 | Ensure copy* intrinsics also perform the static self-init checks | Oli Scherer | -2/+31 |
| 2025-06-20 | Rollup merge of #142753 - tgross35:library-lockfile, r=Mark-Simulacrum | Trevor Gross | -6/+4 |
| 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 | -102/+48 |
| 2025-06-20 | Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35 | Trevor Gross | -271/+139 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -8/+67 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -632/+534 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -60/+74 |
| 2025-06-20 | Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas | bors | -2/+51 |
| 2025-06-20 | Add regression test | Oli Scherer | -0/+15 |
| 2025-06-20 | Add temporary directory for executing snapshot tests | Jakub Beránek | -16/+45 |
| 2025-06-20 | remove equivalent new method on context | Jana Dönszelmann | -9/+3 |
| 2025-06-20 | Remove an unnecessary check in rustfmt. | Nicholas Nethercote | -1/+1 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -9/+10 |
| 2025-06-20 | Use a symbol for `ExpansionConfig::crate_name`. | Nicholas Nethercote | -11/+12 |
| 2025-06-20 | Fix `tests/ui/asm/naked-invalid-attr.stderr`. | Nicholas Nethercote | -3/+6 |
| 2025-06-20 | Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r... | bors | -94/+110 |