| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | Merge from rustc | The Miri Cronjob Bot | -718/+1428 |
| 2025-07-10 | Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obk | Matthias Krüger | -5/+4 |
| 2025-07-10 | Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnr | Matthias Krüger | -54/+89 |
| 2025-07-10 | Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmann | Matthias Krüger | -2/+2 |
| 2025-07-10 | Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmann | Matthias Krüger | -42/+29 |
| 2025-07-10 | Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkov | Matthias Krüger | -32/+52 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -5/+12 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -25/+146 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -1/+2 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -59/+230 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -5/+12 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -9/+20 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -15/+124 |
| 2025-07-09 | Use reference for MacroRulesScopeRef instead of Interned. | LorrensP-2158466 | -3/+2 |
| 2025-07-09 | MacroData in ResolverArenas + split macro_map into extern_macro_map and local... | LorrensP-2158466 | -29/+50 |
| 2025-07-09 | Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnr | bors | -212/+245 |
| 2025-07-09 | Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obk | bors | -77/+126 |
| 2025-07-09 | Avoid creating a helper allocation for creating new `TypeId` values in the in... | Oli Scherer | -38/+29 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -56/+236 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -53/+113 |
| 2025-07-09 | improve lint doc text | Marijn Schouten | -5/+4 |
| 2025-07-09 | Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35 | bors | -43/+66 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -5/+8 |
| 2025-07-08 | Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung | Trevor Gross | -21/+26 |
| 2025-07-08 | Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco | Trevor Gross | -13/+20 |
| 2025-07-08 | Rollup merge of #143177 - xizheyin:143134, r=lcnr | Trevor Gross | -4/+12 |
| 2025-07-09 | Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqk | bors | -34/+97 |
| 2025-07-08 | Expose nested bodies in rustc_borrowck::consumers | Nico Lehmann | -54/+89 |
| 2025-07-08 | fix: correct typo in attr_parsing_previously_accepted message key | Dillon Amburgey | -2/+2 |
| 2025-07-08 | Apply effects to otherwise edge in dataflow analysis | Amogh Shivaram | -34/+97 |
| 2025-07-09 | Use "Innermost" & "Outermost" terminology for `AttributeOrder` | Pavel Grigorenko | -42/+29 |
| 2025-07-08 | Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov | bors | -56/+93 |
| 2025-07-08 | Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-08 | Rollup merge of #143603 - Periodic1911:clarify_keepfistlast, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2025-07-08 | Rollup merge of #143593 - mejrs:dummy, r=jdonszelmann | Matthias Krüger | -1/+28 |
| 2025-07-08 | Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmann | Matthias Krüger | -22/+86 |
| 2025-07-08 | Instantiate binder for Copy/Clone/Sized eagerly | Michael Goulet | -196/+222 |
| 2025-07-08 | Instantiate auto trait before computing higher-ranked constituent types | Michael Goulet | -16/+23 |
| 2025-07-08 | Make enter_trace_span take a closure for better optimization | Stypox | -2/+2 |
| 2025-07-08 | Add inline(always) to Machine::enter_trace_span | Stypox | -0/+1 |
| 2025-07-08 | Replace TRACING_ENABLED with enter_trace_span() | Stypox | -20/+24 |
| 2025-07-08 | Always inline InterpCx::layout_of after perf regression | Stypox | -1/+1 |
| 2025-07-08 | remove `-znostart-stop-gc` workaround | Rémy Rakic | -29/+0 |
| 2025-07-08 | stabilize `-Clink-self-contained=-linker` on x64 linux | Rémy Rakic | -17/+34 |
| 2025-07-08 | stabilize `-Clinker-features=-lld` on x64 linux | Rémy Rakic | -10/+59 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -53/+2 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -2/+58 |
| 2025-07-07 | Let `rvalue_creates_operand` return true for *all* `Rvalue::Aggregate`s | Scott McMurray | -77/+126 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -82/+91 |
| 2025-07-08 | Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors | Matthias Krüger | -2/+4 |