| Age | Commit message (Expand) | Author | Lines |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -9/+16 |
| 2025-08-21 | update early and late bound docs link | Lee ByeongJun | -1/+1 |
| 2025-08-21 | split up context.rs | Jana Dönszelmann | -329/+359 |
| 2025-08-21 | Introduce a prelude for very common imports across dozens of files | Jana Dönszelmann | -216/+70 |
| 2025-08-21 | refactor target checking, move out of context.rs and rename MaybeWarn to Policy | Jana Dönszelmann | -328/+405 |
| 2025-08-21 | impl IntoDiagArg for AttrPath | Jana Dönszelmann | -0/+6 |
| 2025-08-21 | Fix LoongArch C function ABI when passing/returning structs containing floats | WANG Rui | -32/+105 |
| 2025-08-21 | remove an `as` cast in prefetch codegen | Folkert de Vries | -1/+1 |
| 2025-08-21 | -Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi... | Andrew Zhogin | -7/+82 |
| 2025-08-21 | Auto merge of #145701 - jhpratt:rollup-a0kg33p, r=jhpratt | bors | -512/+621 |
| 2025-08-21 | Rollup merge of #145662 - GrigorenkoPV:x86-interrupt, r=compiler-errors | Jacob Pratt | -0/+24 |
| 2025-08-21 | Rollup merge of #145642 - xizheyin:145611, r=lcnr | Jacob Pratt | -1/+1 |
| 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-21 | Handle `ReEarlyParam` in `type_name`. | Nicholas Nethercote | -3/+3 |
| 2025-08-21 | Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B... | bors | -1322/+1220 |
| 2025-08-21 | Introduce ProjectionElem::try_map. | Camille GILLOT | -93/+67 |
| 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 | Detect missing `if let` or `let-else` | Esteban Küber | -0/+95 |
| 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 | Instantiate higher-ranked binder with erased when checking IntoIterator predi... | Michael Goulet | -9/+14 |
| 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 | Enforce correct number of arguments for `"x86-interrupt"` functions | Pavel Grigorenko | -0/+24 |
| 2025-08-20 | Do not use effective_visibilities query for Adt types of a local trait while ... | xizheyin | -1/+1 |
| 2025-08-20 | diagnostics :3 | lcnr | -19/+43 |
| 2025-08-20 | handle opaque types before region inference | lcnr | -1128/+958 |
| 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 |
| 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 |