| Age | Commit message (Expand) | Author | Lines |
| 2025-08-21 | Auto merge of #145647 - RalfJung:miri, r=RalfJung | bors | -51/+214 |
| 2025-08-21 | Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhpratt | bors | -698/+1107 |
| 2025-08-21 | Rollup merge of #145678 - ttajakka:master, r=estebank | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145674 - Urgau:triagebot-review-changes-since, r=Kobzol | Jacob Pratt | -0/+5 |
| 2025-08-21 | Rollup merge of #145673 - Berrysoft:cygwin-fix-flock, r=joshtriplett | Jacob Pratt | -0/+10 |
| 2025-08-21 | Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errors | Jacob Pratt | -123/+197 |
| 2025-08-21 | Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-08-21 | Rollup merge of #145650 - GuillaumeGomez:fix-js-search-scripts-path, r=fmease | Jacob Pratt | -2/+2 |
| 2025-08-21 | Rollup merge of #145642 - xizheyin:145611, r=lcnr | Jacob Pratt | -1/+32 |
| 2025-08-21 | Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1... | Jacob Pratt | -11/+75 |
| 2025-08-21 | Rollup merge of #145621 - dns2utf8:fix_some_typos, r=petrochenkov | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145593 - RalfJung:unsafepinned-raw_get, r=Mark-Simulacrum | Jacob Pratt | -2/+2 |
| 2025-08-21 | Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkov | Jacob Pratt | -25/+28 |
| 2025-08-21 | Rollup merge of #145525 - typesanitizer:vg/doc, r=Mark-Simulacrum | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145415 - a4lg:riscv-implication-to-c, r=Amanieu | Jacob Pratt | -1/+21 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -456/+508 |
| 2025-08-21 | Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiser | Jacob Pratt | -16/+47 |
| 2025-08-21 | Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko... | Jacob Pratt | -20/+103 |
| 2025-08-21 | Rollup merge of #144915 - compiler-errors:tail-call-ret-ty-equality, r=Waffle... | Jacob Pratt | -25/+61 |
| 2025-08-21 | Rollup merge of #144758 - QnJ1c2kNCg:master, r=Noratrieb | Jacob Pratt | -6/+6 |
| 2025-08-21 | Rollup merge of #143383 - fee1-dead-contrib:push-mstmlwuskxyy, r=dtolnay | Jacob Pratt | -4/+4 |
| 2025-08-21 | Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B... | bors | -1403/+1317 |
| 2025-08-20 | Auto merge of #145259 - nikic:read-only-capture, r=wesleywiser | bors | -14/+51 |
| 2025-08-20 | rustc_hir_id: Add a comment explaining why the crate exists | Josh Triplett | -0/+2 |
| 2025-08-20 | Eliminate unnecessary dependency from `rustc_traits` to `rustc_hir` | Josh Triplett | -4/+2 |
| 2025-08-20 | Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir` | Josh Triplett | -4/+2 |
| 2025-08-20 | rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace` | Josh Triplett | -12/+10 |
| 2025-08-20 | rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir` | Josh Triplett | -1/+1 |
| 2025-08-20 | Update test output for change to number of crates | Josh Triplett | -5/+5 |
| 2025-08-20 | Split `rustc_hir_id` out of `rustc_hir` | Josh Triplett | -35/+61 |
| 2025-08-20 | Move `IntoDiagArg` earlier in the dependency chains | Josh Triplett | -395/+425 |
| 2025-08-20 | fix: typo | Tuomas Tajakka | -1/+1 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+36 |
| 2025-08-20 | Enable triagebot `[review-changes-since]` feature | Urgau | -0/+5 |
| 2025-08-20 | Adjust test to still show miscompile | Nikita Popov | -0/+3 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -14/+48 |
| 2025-08-21 | Add flock support for cygwin | 王宇逸 | -0/+10 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+36 |
| 2025-08-20 | Unconditionally-const supertraits are considered not dyn compatible | Michael Goulet | -11/+75 |
| 2025-08-20 | Enforce correct number of arguments for `"x86-interrupt"` functions | Pavel Grigorenko | -123/+197 |
| 2025-08-20 | Auto merge of #145645 - Kobzol:uplift-fix, r=jieyouxu | bors | -9/+82 |
| 2025-08-20 | Fix JS search scripts path | Guillaume Gomez | -2/+2 |
| 2025-08-20 | Download CI GCC into the correct directory | Jakub Beránek | -3/+3 |
| 2025-08-20 | Do not use effective_visibilities query for Adt types of a local trait while ... | xizheyin | -1/+32 |
| 2025-08-20 | Split compiletest `--codegen-backend` into two options `--default-codegen-bac... | Guillaume Gomez | -17/+33 |
| 2025-08-20 | Add new `--test-codegen-backend` bootstrap option | Guillaume Gomez | -8/+75 |
| 2025-08-20 | diagnostics :3 | lcnr | -59/+71 |
| 2025-08-20 | handle opaque types before region inference | lcnr | -1236/+1094 |
| 2025-08-20 | `region_infer::opaque_types` to folder | lcnr | -0/+0 |
| 2025-08-20 | `fully_perform_op_raw` out of `TypeChecker` | lcnr | -31/+75 |