| Age | Commit message (Expand) | Author | Lines |
| 2025-08-21 | Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1... | Jacob Pratt | -11/+39 |
| 2025-08-21 | Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkov | Jacob Pratt | -16/+18 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -443/+483 |
| 2025-08-21 | Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiser | Jacob Pratt | -16/+38 |
| 2025-08-21 | Rollup merge of #144915 - compiler-errors:tail-call-ret-ty-equality, r=Waffle... | Jacob Pratt | -25/+18 |
| 2025-08-20 | Auto merge of #145259 - nikic:read-only-capture, r=wesleywiser | bors | -1/+17 |
| 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 | -3/+2 |
| 2025-08-20 | Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir` | Josh Triplett | -3/+2 |
| 2025-08-20 | rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace` | Josh Triplett | -11/+10 |
| 2025-08-20 | rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir` | Josh Triplett | -1/+1 |
| 2025-08-20 | Split `rustc_hir_id` out of `rustc_hir` | Josh Triplett | -34/+47 |
| 2025-08-20 | Move `IntoDiagArg` earlier in the dependency chains | Josh Triplett | -391/+419 |
| 2025-08-20 | Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic | bors | -0/+15 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -1/+17 |
| 2025-08-20 | Pass `alloc-variant-zeroed` to LLVM | clubby789 | -0/+15 |
| 2025-08-20 | Unconditionally-const supertraits are considered not dyn compatible | Michael Goulet | -11/+39 |
| 2025-08-20 | Auto merge of #145348 - nnethercote:parse_token_tree-speedup-for-uom, r=petro... | bors | -6/+23 |
| 2025-08-20 | Rollup merge of #145626 - folkertdev:prefetch-fallback, r=Amanieu | Jacob Pratt | -2/+12 |
| 2025-08-20 | Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiser | Jacob Pratt | -4/+43 |
| 2025-08-20 | Rollup merge of #145252 - shepmaster:demote-x86_64-apple-darwin-to-tier-2, r=... | Jacob Pratt | -1/+1 |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -6/+54 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -49/+78 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -2/+12 |
| 2025-08-19 | Defer tail call ret ty equality to check_tail_calls | Michael Goulet | -25/+18 |
| 2025-08-19 | mention lint group in default level lint note | Karol Zwolak | -6/+54 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -369/+316 |
| 2025-08-19 | Pretty print the name of an future from calling async closure | Michael Goulet | -4/+43 |
| 2025-08-19 | Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxu | bors | -92/+239 |
| 2025-08-19 | Prevent impossible combinations in `ast::ModKind`. | Nicholas Nethercote | -16/+18 |
| 2025-08-19 | Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -10/+26 |
| 2025-08-19 | Rollup merge of #145568 - fee1-dead-contrib:push-uvsonuzxmkus, r=fmease | 许杰友 Jieyou Xu (Joe) | -4/+15 |
| 2025-08-19 | Rollup merge of #145556 - JonathanBrouwer:extern-crate-stable, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-08-19 | Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -7/+18 |
| 2025-08-19 | Rollup merge of #145532 - bvanjoi:debug-resolve-module, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+4 |
| 2025-08-19 | Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -2/+12 |
| 2025-08-19 | Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -44/+37 |
| 2025-08-19 | Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -53/+26 |
| 2025-08-19 | Rollup merge of #145493 - fee1-dead-contrib:push-rsqlqymxyyqp, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -40/+20 |
| 2025-08-19 | Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -97/+89 |
| 2025-08-19 | Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -62/+42 |
| 2025-08-19 | Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -63/+68 |
| 2025-08-19 | Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -22/+56 |
| 2025-08-19 | Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -5/+13 |
| 2025-08-19 | Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+25 |
| 2025-08-19 | Rollup merge of #145099 - heiher:loong-32s, r=folkertdev | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2025-08-19 | Rollup merge of #142079 - lcnr:opaque-types-universes, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -9/+22 |
| 2025-08-19 | Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -0/+24 |
| 2025-08-19 | Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr | 许杰友 Jieyou Xu (Joe) | -50/+92 |