| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmann | Guillaume Gomez | -15/+91 |
| 2025-08-11 | significantly improve provisional cache rebasing | lcnr | -91/+100 |
| 2025-08-11 | std: sys: pal: uefi: tests: Add systemtime tests | Ayush Singh | -24/+96 |
| 2025-08-11 | std: sys: pal: uefi: Overhaul Time | Ayush Singh | -18/+110 |
| 2025-08-11 | Update error message | tiif | -8/+8 |
| 2025-08-11 | Update rustc dev guide | tiif | -1/+6 |
| 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 | doc: use `is_some_and` instead of `map_or(false, _)` (#15455) | Philipp Krones | -1/+1 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -6/+55 |
| 2025-08-11 | Merge pull request #2545 from rust-lang/tshepang-patch-1 | nora | -1/+1 |
| 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 | doc: use `is_some_and` instead of `map_or(false, _)` | Ada Alakbarova | -1/+1 |
| 2025-08-11 | fix grammar | Tshepang Mbambo | -1/+1 |
| 2025-08-11 | remove `from_forall` | lcnr | -29/+15 |
| 2025-08-11 | Merge pull request #2544 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -1/+1 |
| 2025-08-11 | place link on the more suitable text | Tshepang Mbambo | -1/+1 |
| 2025-08-11 | Adjust `declare_interior_mutable_const` lint's category | Kirill Bulatov | -1/+1 |
| 2025-08-11 | Merge pull request #2543 from chenyukang/yukang-add-tip-for-english-writing | Tshepang Mbambo | -1/+3 |
| 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 | add a tip for english writing | yukang | -1/+3 |
| 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 | clean up witness printing for tuple-like constructors | dianne | -17/+2 |
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -25/+60 |
| 2025-08-10 | Fix doc-comment. | Camille GILLOT | -3/+2 |
| 2025-08-10 | show a trailing comma on singleton tuple constructors in witness pats | dianne | -8/+11 |
| 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 |