| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | fix: re-enable self-assignment | Lee ByeongJun | -10/+51 |
| 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 #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -30/+154 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -21/+126 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -38/+592 |
| 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 | comments | Kivooeo | -30/+96 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -41/+284 |
| 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-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 | -17/+123 |
| 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 | Auto merge of #143376 - dianne:guard-scope, r=matthewjasper | bors | -0/+88 |
| 2025-08-09 | Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzol | bors | -9/+6 |
| 2025-08-08 | Rollup merge of #144649 - estebank:issue-144602, r=lcnr | Trevor Gross | -15/+106 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -16/+411 |
| 2025-08-08 | Rollup merge of #144545 - ChayimFriedman2:bool-witness-order, r=Nadrieril | Trevor Gross | -7/+7 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -38/+38 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -123/+157 |
| 2025-08-08 | Add test for upvar breakage | Michael Goulet | -0/+55 |
| 2025-08-08 | Check coroutine upvars and in dtorck constraint | Michael Goulet | -0/+45 |
| 2025-08-08 | Recover for PAT = EXPR {} | Michael Goulet | -15/+25 |
| 2025-08-08 | mbe: Add a test checking for infinite recursion in macro attributes | Josh Triplett | -0/+26 |
| 2025-08-08 | mbe: Add a test confirming that a macro attribute can apply itself recursively | Josh Triplett | -0/+27 |
| 2025-08-08 | mbe: Add parser test for macro attribute recovery | Josh Triplett | -0/+50 |
| 2025-08-08 | mbe: Add a test for calling a macro with no function-like rules | Josh Triplett | -1/+12 |
| 2025-08-08 | mbe: Add test for attribute expansion with `compile_error!` | Josh Triplett | -0/+26 |
| 2025-08-08 | mbe: Add test for `macro_rules` attributes | Josh Triplett | -0/+126 |
| 2025-08-08 | mbe: Fix error message for using a macro with no `attr` rules as an attribute | Josh Triplett | -1/+1 |
| 2025-08-08 | mbe: Parse macro attribute rules | Josh Triplett | -0/+129 |
| 2025-08-09 | fix missing parenthesis in pretty discriminant | Makai | -2/+2 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -15/+15 |
| 2025-08-08 | borrowck: defer opaque type errors | lcnr | -17/+123 |
| 2025-08-08 | mark polonius=next's NLL imprecisions as known-bugs | Rémy Rakic | -20/+90 |
| 2025-08-08 | add cursor-like example that works | Rémy Rakic | -0/+102 |
| 2025-08-08 | add NLL-like imprecision example | Rémy Rakic | -0/+106 |
| 2025-08-08 | add some test cases for overlapping yielded items | Rémy Rakic | -0/+153 |
| 2025-08-08 | new impl fixes crash test | Rémy Rakic | -0/+12 |
| 2025-08-08 | update test expectations for boring locals + dropckoutlives interactions | Rémy Rakic | -18/+129 |
| 2025-08-08 | apply_member_constraints: fix placeholder check | lcnr | -0/+60 |
| 2025-08-08 | fix typos | lcnr | -3/+3 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -1/+1 |
| 2025-08-08 | Revert "Port `#[allow_internal_unsafe]` to the new attribute system" | Jana Dönszelmann | -9/+6 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -221/+1207 |