| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | deduplicate the rest of AST walker functions | Deadbeef | -1170/+686 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -1/+27 |
| 2025-06-09 | Fix `manual_flatten` removes the useless if let | donkomura | -57/+307 |
| 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 | float midpoint tests: add missing NAN cases | Ralf Jung | -0/+2 |
| 2025-06-09 | make the default float comparison tolerance type-dependent | Ralf Jung | -15/+31 |
| 2025-06-09 | float tests: deduplicate min, max, and rounding tests | Ralf Jung | -456/+56 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -494/+540 |
| 2025-06-09 | float tests: use assert_biteq in more places | Ralf Jung | -215/+224 |
| 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 | Remove rustc_feature::Stability | mejrs | -106/+5 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -195/+274 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -87/+88 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -21/+71 |
| 2025-06-09 | Add ui test removed-features-note-version-and-pr-issue-141619 | xizheyin | -0/+23 |
| 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 |