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