| Age | Commit message (Expand) | Author | Lines |
| 2025-07-07 | make `Machine::load_mir` infallible | Deadbeef | -6/+6 |
| 2025-07-07 | `loop_match`: fix 'no terminator on block' | Folkert de Vries | -1/+34 |
| 2025-07-07 | Port `#[ffi_const]` to the new attribute system | Pavel Grigorenko | -10/+32 |
| 2025-07-07 | Rollup merge of #143577 - Noratrieb:Noratrieb-patch-4, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -1/+7 |
| 2025-07-07 | Rollup merge of #143564 - Enselic:must_emit_unwind_tables-comment, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+8 |
| 2025-07-07 | Rollup merge of #143563 - xizheyin:fix-typo, r=joshtriplett | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-07 | Rollup merge of #143558 - joshtriplett:mbe-refactors, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -23/+27 |
| 2025-07-07 | Rollup merge of #143551 - compiler-errors:root-sub, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -9/+129 |
| 2025-07-07 | Rollup merge of #143528 - RalfJung:stack-pop-cleanup, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -56/+56 |
| 2025-07-07 | Rollup merge of #143524 - makai410:smir-move-back, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1344/+1284 |
| 2025-07-07 | Rollup merge of #143482 - ia0:fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -8/+36 |
| 2025-07-07 | Rollup merge of #143464 - workingjubilee:make-debug-rs-cross-compile, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -12/+1007 |
| 2025-07-07 | Rollup merge of #143415 - Gelbpunkt:cleanup-dist-ppc64le-toolchain, r=marcoieni | 许杰友 Jieyou Xu (Joe) | -90/+7 |
| 2025-07-07 | Rollup merge of #143130 - xizheyin:142966, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-07-07 | Port `#[export_stable]` to the new attribute system | Pavel Grigorenko | -13/+34 |
| 2025-07-07 | Add change tracker entry for disabling `download-rustc` temporarily | Jieyou Xu | -0/+5 |
| 2025-07-07 | Auto merge of #143035 - ywxt:less-work-steal, r=oli-obk | bors | -112/+309 |
| 2025-07-07 | Disable download-rustc for library profile | nora | -1/+2 |
| 2025-07-07 | remove `has_nested` | lcnr | -66/+54 |
| 2025-07-07 | consider nested cases for duplicate RPITIT | bohan | -11/+162 |
| 2025-07-07 | Point to correct argument in Func Call when Self type fails trait bound | xizheyin | -14/+25 |
| 2025-07-07 | Add test tests/ui/trait-bounds/false-span-in-trait-bound-label.rs | xizheyin | -0/+27 |
| 2025-07-07 | Fix `x86_64-unknown-netbsd` platform support page | Jieyou Xu | -15/+13 |
| 2025-07-07 | Auto merge of #143565 - lnicola:sync-from-ra, r=lnicola | bors | -668/+1281 |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -26/+67 |
| 2025-07-07 | compiler: Deduplicate `must_emit_unwind_tables()` comments | Martin Nordholts | -16/+8 |
| 2025-07-07 | rustc_codegen_llvm: Remove reference to non-existing `no_landing_pads()` | Martin Nordholts | -6/+5 |
| 2025-07-07 | Add ui test unnessary-error-issue-138401.rs | xizheyin | -0/+26 |
| 2025-07-07 | std: fix typo in `std::path` | xizheyin | -2/+2 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -5/+5 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -170/+416 |
| 2025-07-07 | Reverse comparison order | Julien Cretin | -1/+1 |
| 2025-07-07 | doc(std): clarify `NonZero<T>` usage limitation in doc comment | xizheyin | -0/+9 |
| 2025-07-07 | Merge pull request #4450 from RalfJung/unwind-payloads | Ralf Jung | -157/+169 |
| 2025-07-07 | split unwinding logic from panic logic | Ralf Jung | -152/+164 |
| 2025-07-07 | Merge pull request #4449 from rust-lang/rustup-2025-07-07 | Ralf Jung | -2700/+4269 |
| 2025-07-07 | Merge from rustc | The Miri Cronjob Bot | -2699/+4268 |
| 2025-07-07 | Auto merge of #143048 - Kobzol:bootstrap-check-stage-1, r=jieyouxu | bors | -284/+304 |
| 2025-07-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-06 | mbe: Clarify comments about error handling in `compile_declarative_macro` | Josh Triplett | -3/+2 |
| 2025-07-06 | mbe: Factor out a helper to check for unexpected EOF in definition | Josh Triplett | -7/+14 |
| 2025-07-06 | mbe: Factor out a helper to check an LHS | Josh Triplett | -2/+7 |
| 2025-07-06 | mbe: Simplify compile_declarative_macro by factoring out some variables | Josh Triplett | -11/+4 |
| 2025-07-07 | remove `rustc_smir` from tests | Makai | -53/+43 |
| 2025-07-07 | Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhpratt | bors | -272/+405 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -17/+17 |
| 2025-07-07 | Rollup merge of #143552 - nagisa:makes-ceil-char-boundary-go-zoom, r=jhpratt | Jacob Pratt | -1/+1 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -120/+114 |
| 2025-07-07 | Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann | Jacob Pratt | -1/+1 |
| 2025-07-07 | Rollup merge of #143529 - pixel27:master, r=jhpratt | Jacob Pratt | -37/+2 |