| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | [perf] Change asserts to debug ones in trait_ref_and_own_args | León Orell Valerian Liehr | -3/+3 |
| 2025-06-10 | Auto merge of #142109 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-06-10 | Auto merge of #142250 - lnicola:sync-from-ra, r=lnicola | bors | -1085/+2373 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -107/+386 |
| 2025-06-09 | Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35 | bors | -71/+153 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -6/+4 |
| 2025-06-09 | Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov | Trevor Gross | -1/+27 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -34/+98 |
| 2025-06-09 | Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnay | Trevor Gross | -5/+19 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -25/+5 |
| 2025-06-09 | Auto merge of #142241 - Kobzol:disable-ci-rustc-on-ci, r=jieyouxu | bors | -3/+5 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -1/+27 |
| 2025-06-09 | Merge pull request #19954 from lnicola/sync-from-rust | Laurențiu Nicola | -37427/+107501 |
| 2025-06-09 | Merge from rust-lang/rust | Laurențiu Nicola | -37426/+107500 |
| 2025-06-09 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -494/+540 |
| 2025-06-09 | Rollup merge of #142232 - onur-ozkan:141986, r=Kobzol | Matthias Krüger | -21/+34 |
| 2025-06-09 | Rollup merge of #142231 - Kobzol:master-cache-ci, r=marcoieni | Matthias Krüger | -6/+29 |
| 2025-06-09 | Rollup merge of #142228 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -275/+230 |
| 2025-06-09 | Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-06-09 | Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=Nadrieril | Matthias Krüger | -0/+233 |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -180/+4 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-09 | Disable download-rustc on CI | Jakub Beránek | -3/+5 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -6/+4 |
| 2025-06-09 | add `Cargo.lock` to CI-rustc allowed list for non-CI env | onur-ozkan | -21/+34 |
| 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 | 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-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 #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 |