| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | Merge pull request #4388 from rust-lang/rustup-2025-06-09 | Ralf Jung | -2953/+2103 |
| 2025-06-09 | Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr | bors | -45/+152 |
| 2025-06-09 | Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,... | Matthias Krüger | -6/+16 |
| 2025-06-09 | Rollup merge of #142218 - ojeda:rfl, r=Kobzol | Matthias Krüger | -2/+1 |
| 2025-06-09 | Rollup merge of #142211 - Kobzol:try-fast-submodule-checkout, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-06-09 | Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errors | Matthias Krüger | -18/+43 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -9/+14 |
| 2025-06-09 | Rollup merge of #141751 - jieyouxu:remap, r=Kobzol | Matthias Krüger | -10/+70 |
| 2025-06-09 | Do not checkout GCC submodule for the tidy job | Jakub Beránek | -0/+8 |
| 2025-06-09 | Run `calculate_matrix` job on the `master` branch | Jakub Beránek | -1/+19 |
| 2025-06-09 | Do not inherit environment variables in citool tests | Jakub Beránek | -5/+10 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -358/+1510 |
| 2025-06-09 | Merge pull request #2461 from rust-lang/rustc-pull | Tshepang Mbambo | -16266/+72448 |
| 2025-06-09 | Merge from rustc | The Miri Cronjob Bot | -2952/+2102 |
| 2025-06-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-09 | compiler-builtins: Emit `rustc-check-cfg` earlier | Trevor Gross | -2/+3 |
| 2025-06-09 | compiler-builtins: Specify `:r` registers for `usize` | Trevor Gross | -3/+3 |
| 2025-06-09 | compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 Android | Trevor Gross | -10/+30 |
| 2025-06-09 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -16265/+72447 |
| 2025-06-09 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-06-08 | Avoid a gratuitous 10s wait in a stress test | Josh Triplett | -6/+16 |
| 2025-06-09 | optimize codes | Boot0x7c00 | -25/+7 |
| 2025-06-08 | add `param_env` cache to canonicalization | lcnr | -15/+91 |
| 2025-06-08 | move `canonicalize_param_env` into sub-fn | lcnr | -25/+30 |
| 2025-06-08 | Dont make ObligationCtxts with diagnostics unnecessarily | Michael Goulet | -2/+2 |
| 2025-06-09 | Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubilee | bors | -773/+629 |
| 2025-06-08 | Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu | Jubilee | -1/+1 |
| 2025-06-08 | Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-Simulacrum | Jubilee | -0/+4 |
| 2025-06-08 | Rollup merge of #142199 - Kobzol:tidy-speed-up, r=Mark-Simulacrum | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu | Jubilee | -28/+1 |
| 2025-06-08 | Rollup merge of #142183 - Kivooeo:30904-test, r=compiler-errors | Jubilee | -0/+53 |
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -17/+2 |
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -63/+37 |
| 2025-06-08 | Rollup merge of #142171 - Kivooeo:tf7, r=workingjubilee | Jubilee | -19/+18 |
| 2025-06-08 | Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis... | Jubilee | -17/+16 |
| 2025-06-08 | Rollup merge of #142132 - Kivooeo:tf6, r=workingjubilee | Jubilee | -79/+45 |
| 2025-06-08 | Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -69/+33 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -53/+181 |
| 2025-06-08 | Rollup merge of #141803 - workingjubilee:remove-pref-align, r=bjorn3 | Jubilee | -445/+239 |
| 2025-06-08 | compiler: add Deref to AbiAlign to ease transition | Jubilee Young | -1/+9 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -5/+1 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -444/+230 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -952/+938 |
| 2025-06-08 | Merge pull request #19949 from ChayimFriedman2/stabilize-json | Chayim Refael Friedman | -0/+1 |
| 2025-06-09 | Stabilize the "JSON is not Rust" diagnostic | Chayim Refael Friedman | -0/+1 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -1950/+1076 |
| 2025-06-08 | Merge pull request #2460 from cyrgani/icebreaker | León Orell Valerian Liehr | -144/+4 |
| 2025-06-08 | remove the archived ICE ping groups | cyrgani | -144/+4 |
| 2025-06-08 | CI: rfl: move job forward to Linux v6.16-rc1 | Miguel Ojeda | -2/+1 |