| Age | Commit message (Expand) | Author | Lines |
| 2025-07-25 | Fix if_same_then_else with if let conditions | Philipp Krones | -13/+3 |
| 2025-07-25 | Bump nightly version -> 2025-07-25 | Philipp Krones | -2/+2 |
| 2025-07-25 | Update .gitignore | Philipp Krones | -0/+2 |
| 2025-07-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1130/+3805 |
| 2025-07-25 | uniquify root goals during HIR typeck | lcnr | -41/+180 |
| 2025-07-25 | Check `./x check bootstrap` in `pr-check-1` | Jieyou Xu | -0/+1 |
| 2025-07-25 | Revert "Move `shared_helpers` test to a dedicated module" | Jieyou Xu | -11/+22 |
| 2025-07-25 | Use the object crate rather than LLVM for extracting bitcode sections | bjorn3 | -66/+10 |
| 2025-07-25 | Improve coordinator channel handling | bjorn3 | -40/+25 |
| 2025-07-25 | migrate_replace_derive_with_manual_impl | Hmikihiro | -60/+45 |
| 2025-07-25 | split ted from gen_trait_fn_body | Hmikihiro | -88/+65 |
| 2025-07-25 | Auto merge of #144440 - matthiaskrgr:rollup-peb88gb, r=matthiaskrgr | bors | -261/+511 |
| 2025-07-25 | Rollup merge of #144392 - makai410:rm-mov, r=scottmcm | Matthias Krüger | -14/+8 |
| 2025-07-25 | Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLii | Matthias Krüger | -48/+65 |
| 2025-07-25 | Rollup merge of #144368 - petrochenkov:rmrootscope, r=b-naber | Matthias Krüger | -57/+39 |
| 2025-07-25 | Rollup merge of #144340 - Oneirical:uncertain-illusion, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-07-25 | Rollup merge of #144314 - kornelski:pivot-safely, r=jhpratt | Matthias Krüger | -10/+10 |
| 2025-07-25 | Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqk | Matthias Krüger | -12/+150 |
| 2025-07-25 | Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnr | Matthias Krüger | -99/+148 |
| 2025-07-25 | Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2025-07-25 | Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-07-25 | Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt | Matthias Krüger | -7/+7 |
| 2025-07-25 | Rollup merge of #143401 - Enselic:no-stack-backtrace-print-in-display, r=davi... | Matthias Krüger | -6/+2 |
| 2025-07-25 | Rollup merge of #142569 - xizheyin:139253, r=davidtwco | Matthias Krüger | -1/+71 |
| 2025-07-25 | Remove "Known problems" section for `clippy::redundant_closure` (#15331) | dswij | -6/+0 |
| 2025-07-25 | Merge pull request #4489 from Stypox/misc-tracing-fixes | Ralf Jung | -6/+11 |
| 2025-07-25 | Merge pull request #4492 from rust-lang/rustup-2025-07-25 | Ralf Jung | -12089/+14605 |
| 2025-07-25 | fix target json | Ralf Jung | -1/+1 |
| 2025-07-25 | Fix double "fatal error: " in message | Stypox | -1/+1 |
| 2025-07-25 | Fix missing $ in enter_trace_span! | Stypox | -1/+1 |
| 2025-07-25 | Use i64 for tracing chrome "id" | Stypox | -4/+9 |
| 2025-07-25 | Merge pull request #4493 from Kobzol/ci-fail-message | Ralf Jung | -1/+1 |
| 2025-07-25 | Fix cronjob Zulip message | Jakub Beránek | -1/+1 |
| 2025-07-25 | fmt | The Miri Cronjob Bot | -7/+2 |
| 2025-07-25 | Merge ref 'b56aaec52bc0' from rust-lang/rust | The Miri Cronjob Bot | -12080/+14601 |
| 2025-07-25 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-07-25 | Merge pull request #19938 from A4-Tacks/gen-impl-trait | Shoyu Vanilla (Flint) | -3/+346 |
| 2025-07-25 | Merge pull request #2518 from rust-lang/rustc-pull | Tshepang Mbambo | -12995/+15984 |
| 2025-07-25 | Pre-intern some `TyKind::Bound` values. | Nicholas Nethercote | -1/+30 |
| 2025-07-25 | Tweak bound region pre-interning. | Nicholas Nethercote | -8/+8 |
| 2025-07-25 | Remove eval_always from check_private_in_public. | Camille GILLOT | -1/+0 |
| 2025-07-25 | Check static is sized when building MIR. | Camille GILLOT | -68/+62 |
| 2025-07-25 | Do not assert layout in KnownPanicsLint. | Camille GILLOT | -31/+146 |
| 2025-07-25 | Add crash tests. | Camille GILLOT | -0/+19 |
| 2025-07-25 | tests: aarch64-outline-atomics: Remove hardcoded target | Jens Reidel | -2/+0 |
| 2025-07-25 | Enable outline-atomics for aarch64-unknown-linux-musl | Jens Reidel | -1/+1 |
| 2025-07-24 | Fix `if_then_some_else_none` FP when require type coercion (#15267) | Alejandra González | -3/+251 |
| 2025-07-25 | Allow setting `release-blog-post` label with rustbot | Boxy | -0/+1 |
| 2025-07-24 | library/windows_targets: Fix macro expansion error in 'link' macro | Ivan Tadeu Ferreira Antunes Filho | -13/+3 |
| 2025-07-24 | Rename tests/ui/SUMMARY.md and update rustc dev guide on error-pattern | Oneirical | -4/+4 |