| Age | Commit message (Expand) | Author | Lines |
| 2025-05-27 | Rollup merge of #141635 - fee1-dead-contrib:push-lmyymwotrspk, r=oli-obk | Michael Goulet | -284/+145 |
| 2025-05-27 | Rollup merge of #141623 - folkertdev:va-arg-explicit-types, r=workingjubilee | Michael Goulet | -22/+61 |
| 2025-05-27 | Rollup merge of #141616 - spastorino:remove-spastorino-on-vacations, r=spasto... | Michael Goulet | -1/+0 |
| 2025-05-27 | Rollup merge of #141611 - ehuss:update-mdbook, r=Mark-Simulacrum | Michael Goulet | -3/+3 |
| 2025-05-27 | Rollup merge of #141599 - nnethercote:rm-Box-into_inner, r=fmease,chenyukang | Michael Goulet | -2/+1 |
| 2025-05-27 | Rollup merge of #141596 - tshepang:patch-2, r=Urgau | Michael Goulet | -2/+2 |
| 2025-05-27 | Rollup merge of #141594 - BoxyUwU:another_gai_test, r=jieyouxu | Michael Goulet | -0/+25 |
| 2025-05-27 | Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxu | Michael Goulet | -36/+45 |
| 2025-05-27 | Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnr | Michael Goulet | -3/+18 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -28/+60 |
| 2025-05-27 | Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-... | Michael Goulet | -206/+205 |
| 2025-05-27 | Rollup merge of #141568 - onur-ozkan:141393-fix, r=Kobzol | Michael Goulet | -0/+8 |
| 2025-05-27 | Rollup merge of #141563 - nnethercote:rm-noop, r=petrochenkov | Michael Goulet | -23/+5 |
| 2025-05-27 | Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxu | Michael Goulet | -1/+3 |
| 2025-05-27 | Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31 | Michael Goulet | -243/+350 |
| 2025-05-27 | Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-dead | Michael Goulet | -88/+226 |
| 2025-05-27 | Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwco | Michael Goulet | -55/+124 |
| 2025-05-27 | Merge pull request #4212 from tiif/setfl | Ralf Jung | -8/+262 |
| 2025-05-27 | Add regression test for `manual_is_variant_and` extension | Guillaume Gomez | -9/+175 |
| 2025-05-27 | Extend `manual_is_variant_and` lint to check for boolean `map` comparisons | Guillaume Gomez | -6/+65 |
| 2025-05-27 | ci: use ghcr registry for x86_64-gnu-tools job | MarcoIeni | -1/+1 |
| 2025-05-27 | Auto merge of #141634 - Kobzol:try-perf, r=pietroalbini | bors | -7/+6 |
| 2025-05-27 | Remove out-of-date `noop_*` names. | Nicholas Nethercote | -23/+5 |
| 2025-05-27 | test: convert version_check ui test to run-make | Fabian Grünbichler | -17/+13 |
| 2025-05-27 | Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o... | Vincent Esche | -1/+1 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -206/+205 |
| 2025-05-27 | Support F_GETFL and F_SETFL for fcntl | tiif | -8/+262 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -498/+518 |
| 2025-05-27 | support `#[cfg(...)]` on arguments to the `asm!` macros | Folkert de Vries | -4/+421 |
| 2025-05-27 | further dedup `WalkItemKind` for `mut_visit` and `visit` | Deadbeef | -284/+145 |
| 2025-05-27 | Fix CI for unrolled builds on the `try-perf` branch | Jakub Beránek | -7/+6 |
| 2025-05-27 | Merge pull request #4350 from rust-lang/rustup-2025-05-27 | Ralf Jung | -2744/+3617 |
| 2025-05-27 | remove `visit_mt` from `ast::mut_visit` | Deadbeef | -11/+3 |
| 2025-05-27 | pacify clippy | Ralf Jung | -3/+1 |
| 2025-05-27 | fmt | The Miri Cronjob Bot | -2/+8 |
| 2025-05-27 | Merge from rustc | The Miri Cronjob Bot | -2743/+3612 |
| 2025-05-27 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-27 | Wrap NonZero::new_unchecked call in the print_type_sizes test in a const | Ben Kimock | -30/+8 |
| 2025-05-27 | Fix inference of `AsyncFnX` return type | Chayim Refael Friedman | -11/+81 |
| 2025-05-27 | Reduce `P<T>` to a typedef of `Box<T>`. | Nicholas Nethercote | -1/+1 |
| 2025-05-27 | Reduce `P<T>` to a typedef of `Box<T>`. | Nicholas Nethercote | -131/+48 |
| 2025-05-26 | Auto merge of #140790 - quininer:mac-xray, r=wesleywiser,jieyouxu | bors | -10/+79 |
| 2025-05-27 | Avoid `fold`/`flat_map`. | Nicholas Nethercote | -5/+6 |
| 2025-05-27 | Factor out some repeated code in `build_exit_tree`. | Nicholas Nethercote | -12/+6 |
| 2025-05-27 | Rename `DropTree::drops` as `DropTree::drop_nodes`. | Nicholas Nethercote | -34/+46 |
| 2025-05-27 | Remove `DropNodeKey::kind`. | Nicholas Nethercote | -2/+1 |
| 2025-05-27 | use custom types to clarify arguments to `emit_ptr_va_arg` | Folkert de Vries | -22/+61 |
| 2025-05-27 | Streamline `visibility_print_with_space`. | Nicholas Nethercote | -41/+37 |
| 2025-05-26 | Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option | Diggory Blake | -6/+31 |
| 2025-05-27 | Streamline `TypeAliasPart::get`. | Nicholas Nethercote | -17/+16 |