| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Add a post-dist test for compiling a basic program with Cranelift | Jakub Beránek | -0/+11 |
| 2025-08-10 | Extract Cranelift component | Jakub Beránek | -0/+10 |
| 2025-08-10 | Ship the correct Cranelift backend in its dist step | Jakub Beránek | -30/+35 |
| 2025-08-10 | Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscross | bors | -0/+177 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -54/+83 |
| 2025-08-10 | rustdoc: Use `discr`s `Display` impl to render the value with the correct sig... | Eval EXEC | -5/+3 |
| 2025-08-10 | test: Add rustdoc test for enum negative overflow | Eval EXEC | -0/+22 |
| 2025-08-10 | Explicitly pass path to built stdlib JSON docs and use the correct compiler f... | Jakub Beránek | -23/+26 |
| 2025-08-10 | Auto merge of #145210 - Zalathar:rollup-dm4reb2, r=Zalathar | bors | -561/+1412 |
| 2025-08-10 | strip prefix of temporary file names when it exceeds filesystem name length l... | Pierre Tardy | -2/+60 |
| 2025-08-10 | fix: re-enable self-assignment | Lee ByeongJun | -12/+55 |
| 2025-08-10 | Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errors | Stuart Cook | -7/+53 |
| 2025-08-10 | Rollup merge of #145187 - joshtriplett:fix-unstable-feature-comment, r=lqd | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #145162 - ada4a:hash_and_btree_map-add-entry-section, r=josht... | Stuart Cook | -0/+6 |
| 2025-08-10 | Rollup merge of #145160 - xizheyin:behind-upstream, r=Urgau | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #145156 - Kobzol:cargo-build-dir, r=lqd,jieyouxu | Stuart Cook | -0/+9 |
| 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 #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr... | Stuart Cook | -17/+4 |
| 2025-08-10 | Rollup merge of #145130 - lolbinarycat:issue-template-docs-update, r=Noratrieb | Stuart Cook | -6/+6 |
| 2025-08-10 | Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiser | Stuart Cook | -0/+7 |
| 2025-08-10 | Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxu | Stuart Cook | -2/+3 |
| 2025-08-10 | Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxu | Stuart Cook | -82/+83 |
| 2025-08-10 | Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmease | Stuart Cook | -3/+1 |
| 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 | -46/+158 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -247/+624 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -6/+109 |
| 2025-08-10 | Bless tests | Jakub Beránek | -3/+20 |
| 2025-08-10 | Review remarks | Jakub Beránek | -2/+6 |
| 2025-08-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-10 | Update tests | Jakub Beránek | -37/+208 |
| 2025-08-10 | Update `doc` CI steps stage 2 | Jakub Beránek | -3/+3 |
| 2025-08-10 | Update `Std` doc step | Jakub Beránek | -27/+40 |
| 2025-08-10 | Fix documentation of tools | Jakub Beránek | -54/+54 |
| 2025-08-10 | Update `Standalone` and `Releases` doc steps | Jakub Beránek | -16/+29 |
| 2025-08-10 | Update `RustcBook` doc step | Jakub Beránek | -14/+26 |
| 2025-08-10 | Update `Reference` doc step | Jakub Beránek | -15/+56 |
| 2025-08-10 | Fix staging for `doc compiler` | Jakub Beránek | -34/+35 |
| 2025-08-10 | Forbid documenting anything on stage 0 | Jakub Beránek | -34/+25 |
| 2025-08-10 | Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikic | bors | -23/+41 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+177 |
| 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 | Constify remaining operators | ltdk | -215/+441 |
| 2025-08-10 | Let forward_ref_* macros accept multiple attributes, and require attributes e... | ltdk | -105/+156 |
| 2025-08-10 | Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type` | xizheyin | -1/+1 |
| 2025-08-10 | Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxu | bors | -222/+304 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -2/+29 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -7/+53 |