| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -19/+19 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -23/+41 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -1/+19 |
| 2025-08-11 | Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnr | Stuart Cook | -2/+15 |
| 2025-08-11 | Rollup merge of #145091 - lcnr:remove-from_forall, r=petrochenkov | Stuart Cook | -29/+15 |
| 2025-08-11 | Rollup merge of #144156 - compiler-errors:dtorck-upvars, r=lcnr | Stuart Cook | -24/+50 |
| 2025-08-11 | Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnr | Stuart Cook | -9/+11 |
| 2025-08-11 | remove `from_forall` | lcnr | -29/+15 |
| 2025-08-11 | Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalathar | bors | -6/+55 |
| 2025-08-11 | Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplett | Stuart Cook | -2/+2 |
| 2025-08-11 | Rollup merge of #144558 - estebank:issue-68119, r=lcnr | Stuart Cook | -4/+53 |
| 2025-08-11 | Remove unnecessary comment | Michael Goulet | -1/+0 |
| 2025-08-11 | Remove unnecessary trait predicate eq function | Michael Goulet | -33/+1 |
| 2025-08-11 | Remove unnecessary UnsatisfiedConst reporting logic | Michael Goulet | -27/+1 |
| 2025-08-10 | Auto merge of #135846 - estebank:non-exhaustive-dfv-ctor-2, r=BoxyUwU | bors | -36/+177 |
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -11/+19 |
| 2025-08-10 | Do not point at macro invocation when providing inference context | Esteban Küber | -1/+1 |
| 2025-08-10 | Account for macros when trying to point at inference cause | Esteban Küber | -1/+1 |
| 2025-08-10 | Auto merge of #145223 - jhpratt:rollup-xcqbwqe, r=jhpratt | bors | -3/+3 |
| 2025-08-10 | Rollup merge of #145222 - dpaoliello:pareninllvmbuild, r=Amanieu | Jacob Pratt | -1/+1 |
| 2025-08-10 | Rollup merge of #145200 - joshtriplett:mbe-typo-fix, r=lqd | Jacob Pratt | -1/+1 |
| 2025-08-10 | Rollup merge of #145152 - xizheyin:detect-confusion-type, r=lqd | Jacob Pratt | -1/+1 |
| 2025-08-10 | review comments | Esteban Küber | -5/+7 |
| 2025-08-10 | Add support for method calls | Esteban Küber | -33/+41 |
| 2025-08-10 | Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a... | Esteban Küber | -4/+43 |
| 2025-08-10 | Fix typo with paren rustc_llvm/build.rs | Daniel Paoliello | -1/+1 |
| 2025-08-10 | review comments | Esteban Küber | -50/+81 |
| 2025-08-10 | Detect struct construction with private field in field with default | Esteban Küber | -36/+146 |
| 2025-08-10 | Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscross | bors | -0/+1 |
| 2025-08-10 | Auto merge of #145210 - Zalathar:rollup-dm4reb2, r=Zalathar | bors | -322/+248 |
| 2025-08-10 | strip prefix of temporary file names when it exceeds filesystem name length l... | Pierre Tardy | -2/+21 |
| 2025-08-10 | fix: re-enable self-assignment | Lee ByeongJun | -2/+4 |
| 2025-08-10 | Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errors | Stuart Cook | -7/+22 |
| 2025-08-10 | Rollup merge of #145187 - joshtriplett:fix-unstable-feature-comment, r=lqd | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #145147 - fee1-dead-contrib:push-mxxpmlpmzmsz, r=compiler-errors | Stuart Cook | -13/+13 |
| 2025-08-10 | Rollup merge of #145145 - fee1-dead-contrib:push-qnmpmtmtpkkr, r=jieyouxu | Stuart Cook | -100/+180 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -0/+1 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -201/+31 |
| 2025-08-10 | Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikic | bors | -7/+19 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+1 |
| 2025-08-09 | mbe: Fix typo in attribute tracing | Josh Triplett | -1/+1 |
| 2025-08-10 | Auto merge of #144873 - cjgillot:implications, r=lqd | bors | -80/+73 |
| 2025-08-10 | Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type` | xizheyin | -1/+1 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -2/+15 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -7/+22 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -954/+941 |
| 2025-08-09 | Fix an unstable feature comment that wasn't a doc comment | Josh Triplett | -1/+1 |
| 2025-08-09 | some `derive_more` refactors | Deadbeef | -100/+180 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -413/+373 |
| 2025-08-09 | remove `P` | Deadbeef | -954/+941 |