| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -562/+69 |
| 2025-07-10 | Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=Amanieu | Matthias Krüger | -0/+75 |
| 2025-07-10 | Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinary | Matthias Krüger | -0/+41 |
| 2025-07-10 | Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obk | Matthias Krüger | -0/+30 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -0/+20 |
| 2025-07-10 | Update test | Esteban Küber | -14/+70 |
| 2025-07-10 | Make `Diag::multipart_suggestions` always verbose | Esteban Küber | -109/+186 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -110/+92 |
| 2025-07-10 | Add `BuilderMethods::unreachable_nonterminator` | Scott McMurray | -21/+20 |
| 2025-07-10 | Check assoc consts and tys later like assoc fns | Mu001999 | -20/+123 |
| 2025-07-10 | fix: Include frontmatter in -Zunpretty output | Ed Page | -0/+2 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -18/+18 |
| 2025-07-10 | test: Make one multi suggestion test unicode | Scott Schafer | -0/+282 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -112/+177 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -85/+131 |
| 2025-07-10 | Rollup merge of #143683 - jieyouxu:rms-cleanup, r=Kobzol | Matthias Krüger | -53/+57 |
| 2025-07-10 | Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnr | Matthias Krüger | -8/+18 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -16/+136 |
| 2025-07-10 | added error for invalid char cast | Kivooeo | -11/+169 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -394/+1642 |
| 2025-07-10 | Add regression test for #143107 | Guillaume Gomez | -0/+41 |
| 2025-07-10 | Propagate from borrowed locals in CopyProp | Tomasz Miąsko | -122/+91 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -121/+161 |
| 2025-07-10 | Rollup merge of #143270 - TimNN:fix-enum-match, r=nikic | Trevor Gross | -1/+1 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -115/+508 |
| 2025-07-10 | Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkov | Trevor Gross | -110/+115 |
| 2025-07-10 | Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov | Trevor Gross | -47/+857 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -51/+131 |
| 2025-07-10 | Use `is_windows_msvc` instead of `is_msvc` in run-make tests | Jieyou Xu | -53/+57 |
| 2025-07-09 | Make UB transmutes really UB in LLVM | Scott McMurray | -9/+13 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -16/+136 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -3/+5 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -107/+110 |
| 2025-07-10 | Add rustdoc JSON tests for `#[doc(hidden)]` handling of items. | Predrag Gruevski | -0/+36 |
| 2025-07-09 | fix aux-build failures | LorrensP-2158466 | -30/+50 |
| 2025-07-09 | test: Verify frontmatter unpretty behavior | Ed Page | -0/+17 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -10/+10 |
| 2025-07-09 | Make AsyncDrop check that it's being implemented on a local ADT | Michael Goulet | -1/+46 |
| 2025-07-09 | Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obk | bors | -9/+135 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -51/+131 |
| 2025-07-09 | use `--dynamic-list` for exporting executable symbols | usamoi | -0/+30 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -0/+21 |
| 2025-07-09 | tests: Don't check for self-printed output in std-backtrace.rs test | Martin Nordholts | -6/+2 |
| 2025-07-09 | Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35 | bors | -40/+124 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -0/+34 |
| 2025-07-08 | Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco | Trevor Gross | -0/+37 |
| 2025-07-08 | Rollup merge of #143475 - tgross35:runtime-test-config, r=jieyouxu | Trevor Gross | -23/+20 |
| 2025-07-08 | Rollup merge of #143339 - 1c3t3a:issue-143332, r=RalfJung | Trevor Gross | -15/+14 |
| 2025-07-08 | Rollup merge of #143177 - xizheyin:143134, r=lcnr | Trevor Gross | -2/+19 |
| 2025-07-09 | Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqk | bors | -10/+122 |