| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Support using #[unstable_feature_bound] on trait | tiif | -2/+52 |
| 2025-08-11 | Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) | Sasha Pourcelot | -28/+85 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -31/+31 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -23/+43 |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -6/+6 |
| 2025-08-11 | Auto merge of #145215 - Kobzol:rust-backtrace, r=marcoieni | bors | -0/+3 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -6/+55 |
| 2025-08-11 | Auto merge of #145240 - Zalathar:rollup-7r97lia, r=Zalathar | bors | -82/+239 |
| 2025-08-11 | Rollup merge of #145225 - joshtriplett:infinite-print-no-semi, r=lqd | Stuart Cook | -8/+8 |
| 2025-08-11 | Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnr | Stuart Cook | -2/+29 |
| 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/+150 |
| 2025-08-11 | Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnr | Stuart Cook | -19/+37 |
| 2025-08-11 | remove `from_forall` | lcnr | -29/+15 |
| 2025-08-11 | Auto merge of #145011 - Kobzol:bootstrap-doc, r=jieyouxu | bors | -243/+514 |
| 2025-08-11 | Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalathar | bors | -586/+2170 |
| 2025-08-11 | Rollup merge of #145228 - estebank:unnecessary-parens, r=joshtriplett | Stuart Cook | -2/+2 |
| 2025-08-11 | Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplett | Stuart Cook | -12/+42 |
| 2025-08-11 | Rollup merge of #145149 - Shourya742:2025-07-08-convert-config-method-invoke-... | Stuart Cook | -306/+439 |
| 2025-08-11 | Rollup merge of #144558 - estebank:issue-68119, r=lcnr | Stuart Cook | -26/+941 |
| 2025-08-11 | Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishop | Stuart Cook | -0/+196 |
| 2025-08-11 | Rollup merge of #144330 - gewitternacht:document-clone-eq, r=Amanieu | Stuart Cook | -0/+33 |
| 2025-08-11 | Rollup merge of #143949 - clarfonthey:const-arith-ops, r=Amanieu | Stuart Cook | -240/+517 |
| 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/+321 |
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -25/+60 |
| 2025-08-11 | mention `Hash` and `Ord`; refine description of `derive` | gewitternacht | -4/+8 |
| 2025-08-10 | Remove unnecessary parentheses in `assert!`s | Esteban Küber | -2/+2 |
| 2025-08-10 | Do not point at macro invocation when providing inference context | Esteban Küber | -6/+2 |
| 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 | -11/+3 |
| 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 | -69/+130 |
| 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 | Rollup merge of #145150 - ChrisDenton:inherit, r=Mark-Simulacrum | Jacob Pratt | -12/+11 |
| 2025-08-10 | Rollup merge of #145121 - lambdageek:dist-must-keep-llvm-third-party-siphash,... | Jacob Pratt | -0/+14 |
| 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 | review comments | Esteban Küber | -5/+7 |
| 2025-08-10 | Add support for method calls | Esteban Küber | -55/+725 |
| 2025-08-10 | Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a... | Esteban Küber | -25/+268 |
| 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/+290 |
| 2025-08-10 | Fix Cargo cross-compilation (take two) | Jakub Beránek | -0/+2 |
| 2025-08-10 | Enable RUST_BACKTRACE=1 on CI | Jakub Beránek | -0/+3 |