| Age | Commit message (Expand) | Author | Lines |
| 2025-08-18 | Merge pull request #2547 from rust-lang/rustc-pull | Tshepang Mbambo | -28406/+39863 |
| 2025-08-18 | Merge pull request #20442 from ChayimFriedman2/unqualify | Shoyu Vanilla (Flint) | -1/+122 |
| 2025-08-18 | Trace some basic I/O operations in bootstrap | Jakub Beránek | -30/+91 |
| 2025-08-18 | Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel... | Stuart Cook | -3/+13 |
| 2025-08-18 | Rollup merge of #145476 - alurm:patch-1, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-18 | Rollup merge of #145460 - Kobzol:bootstrap-speedup-copy-src-dirs, r=jieyouxu | Stuart Cook | -40/+42 |
| 2025-08-18 | Rollup merge of #145451 - WaffleLapkin:norailoveyou, r=Noratrieb | Stuart Cook | -0/+1 |
| 2025-08-18 | Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkin | Stuart Cook | -89/+14 |
| 2025-08-18 | Rollup merge of #145355 - clubby789:option-match-eq, r=nikic | Stuart Cook | -0/+78 |
| 2025-08-18 | Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35 | Stuart Cook | -0/+86 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -29/+593 |
| 2025-08-18 | Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmann | Stuart Cook | -91/+318 |
| 2025-08-18 | Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddle | Stuart Cook | -4/+4 |
| 2025-08-18 | clippy'ed | bit-aloo | -1/+1 |
| 2025-08-18 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2025-08-18 | Merge ref '425a9c0a0e36' from rust-lang/rust | The Miri Cronjob Bot | -3027/+4758 |
| 2025-08-18 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-18 | Merge ref '425a9c0a0e36' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -28405/+39862 |
| 2025-08-18 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-18 | remove default config | bit-aloo | -582/+563 |
| 2025-08-18 | Update rust maintainers in openharmony.md | huaihuaidelulu | -1/+1 |
| 2025-08-18 | change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39 | Zhongyao Chen | -5/+4 |
| 2025-08-17 | Fix up library crate order in linker test | Josh Triplett | -1/+1 |
| 2025-08-18 | Don't warn no-mentions on subtree updates | blyxyas | -0/+2 |
| 2025-08-17 | bufreader::Buffer::backshift: don't move the uninit bytes | binarycat | -1/+1 |
| 2025-08-17 | Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation. | Zachary S | -7/+117 |
| 2025-08-17 | Update cargo | Weihang Lo | -0/+0 |
| 2025-08-17 | Rehome tests/ui/issues/ tests [5/?] | Oneirical | -118/+134 |
| 2025-08-17 | Reorder `lto` options from most to least optimizing | Samuel Moelius | -1/+1 |
| 2025-08-17 | Merge pull request #20454 from jackh726/next-trait-solver-next | Shoyu Vanilla (Flint) | -1690/+1877 |
| 2025-08-17 | Remove fixme comment | jackh726 | -1/+0 |
| 2025-08-17 | Add FIXME in named_associated_type_shorthand_candidates | jackh726 | -0/+3 |
| 2025-08-17 | Add fixme to associated_ty_item_bounds | jackh726 | -0/+1 |
| 2025-08-17 | Update fixme | jackh726 | -1/+1 |
| 2025-08-17 | Add new_empty_tuple | jackh726 | -2/+7 |
| 2025-08-17 | Remove a bunch of stuff from chalk_db | jackh726 | -513/+80 |
| 2025-08-17 | Use impl_trait_ns in Impl::trait_ref | jackh726 | -4/+1 |
| 2025-08-17 | Switch TraitRef in hir::TraitRef to next solver | jackh726 | -41/+288 |
| 2025-08-17 | Replace layout_of_ty with layout_of_ty_ns | jackh726 | -73/+75 |
| 2025-08-17 | Remove all_super_traits in dyn_compatibility | jackh726 | -7/+33 |
| 2025-08-17 | Switch generics_require_sized_self to next solver | jackh726 | -25/+17 |
| 2025-08-17 | Convert more of dyn_compatibility to next-solver | jackh726 | -153/+130 |
| 2025-08-17 | Switch associated_type_shorthand_candidates to lower_nextsolver | jackh726 | -159/+197 |
| 2025-08-17 | Cleanup assoc_type_shorthand_candidates | jackh726 | -14/+13 |
| 2025-08-17 | Change direct_super_traits to use generic_predicates_for_param_ns | jackh726 | -25/+50 |
| 2025-08-17 | Convert some of mir/eval to next-solver types | jackh726 | -132/+258 |
| 2025-08-17 | Deduplicate layout_of_adt | jackh726 | -47/+19 |
| 2025-08-17 | impl HirDisplay for next_solver::Ty | jackh726 | -392/+584 |
| 2025-08-17 | Convert more of dyn_compatibility to next-solver | jackh726 | -130/+123 |
| 2025-08-17 | Convert some of dyn_compatibility to next-solver and remove generic_predicate... | jackh726 | -53/+79 |