| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Auto merge of #135846 - estebank:non-exhaustive-dfv-ctor-2, r=BoxyUwU | bors | -0/+144 |
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -12/+38 |
| 2025-08-10 | show a trailing comma on singleton tuple constructors in witness pats | dianne | -8/+8 |
| 2025-08-10 | Do not point at macro invocation when providing inference context | Esteban Küber | -5/+1 |
| 2025-08-10 | Add test showing innecessary inference span | Esteban Küber | -0/+42 |
| 2025-08-10 | Account for macros when trying to point at inference cause | Esteban Küber | -10/+2 |
| 2025-08-10 | Fix macro infinite recursion test to not trigger warning about semicolon in expr | Josh Triplett | -8/+8 |
| 2025-08-10 | Auto merge of #145223 - jhpratt:rollup-xcqbwqe, r=jhpratt | bors | -54/+102 |
| 2025-08-10 | Rollup merge of #145064 - okaneco:saturating_sub_regression_tests, r=nikic | Jacob Pratt | -0/+19 |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -54/+83 |
| 2025-08-10 | Add support for method calls | Esteban Küber | -22/+684 |
| 2025-08-10 | Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a... | Esteban Küber | -21/+225 |
| 2025-08-10 | Detect struct construction with private field in field with default | Esteban Küber | -0/+144 |
| 2025-08-10 | Add a post-dist test for compiling a basic program with Cranelift | Jakub Beránek | -0/+11 |
| 2025-08-10 | Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscross | bors | -0/+176 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -54/+83 |
| 2025-08-10 | test: Add rustdoc test for enum negative overflow | Eval EXEC | -0/+22 |
| 2025-08-10 | Auto merge of #145210 - Zalathar:rollup-dm4reb2, r=Zalathar | bors | -118/+937 |
| 2025-08-10 | strip prefix of temporary file names when it exceeds filesystem name length l... | Pierre Tardy | -0/+39 |
| 2025-08-10 | fix: re-enable self-assignment | Lee ByeongJun | -10/+51 |
| 2025-08-10 | Ignore impl associated types in jump to def feature | Guillaume Gomez | -0/+20 |
| 2025-08-10 | add place mention for `#[loop_match]` scrutinee | Folkert de Vries | -0/+369 |
| 2025-08-10 | Fix panic if an item does not have a body | Guillaume Gomez | -0/+24 |
| 2025-08-10 | Better handling of paths in link to def feature | Guillaume Gomez | -18/+58 |
| 2025-08-10 | Add support for trait associated items | Guillaume Gomez | -0/+15 |
| 2025-08-10 | Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errors | Stuart Cook | -0/+31 |
| 2025-08-10 | Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxu | Stuart Cook | -2/+3 |
| 2025-08-10 | Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -30/+154 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -41/+157 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -45/+592 |
| 2025-08-10 | Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikic | bors | -16/+22 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+176 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -0/+14 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -0/+31 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -13/+18 |
| 2025-08-09 | comments | Kivooeo | -30/+96 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -64/+396 |
| 2025-08-09 | remove `P` | Deadbeef | -13/+18 |
| 2025-08-09 | add `nonpoison::rwlock` implementation | Connor Tsui | -8/+8 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -0/+1 |
| 2025-08-08 | Stop using uadd.with.overflow | Scott McMurray | -16/+22 |
| 2025-08-09 | Rollup merge of #145124 - compiler-errors:for-eq, r=lqd | Stuart Cook | -15/+25 |
| 2025-08-09 | Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errors | Stuart Cook | -2/+2 |
| 2025-08-09 | Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errors | Stuart Cook | -37/+123 |
| 2025-08-09 | Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycat | Stuart Cook | -0/+47 |
| 2025-08-09 | Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkov | Stuart Cook | -5/+32 |
| 2025-08-09 | Rollup merge of #145050 - lcnr:add-opaque-type-tests, r=lqd | Stuart Cook | -1/+101 |
| 2025-08-09 | Rollup merge of #145017 - pmur:murp/s390x-improve-asm-test, r=nnethercote | Stuart Cook | -1/+1 |
| 2025-08-09 | Rollup merge of #144883 - scottmcm:remove-unneeded-drop_in_place, r=nnethercote | Stuart Cook | -0/+37 |
| 2025-08-09 | Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ... | Stuart Cook | -3/+28 |