| Age | Commit message (Expand) | Author | Lines |
| 2025-04-28 | Merge pull request #19708 from Veykril/push-wrmyowrzkxzz | Lukas Wirth | -255/+188 |
| 2025-04-28 | Merge pull request #19542 from snprajwal/let-else-to-match | Lukas Wirth | -142/+335 |
| 2025-04-28 | refactor: De-arc lang item queries | Lukas Wirth | -255/+188 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -85/+104 |
| 2025-04-28 | Make bootstrap git tests more self-contained | Jakub Beránek | -0/+3 |
| 2025-04-28 | refactor: migrate `merge_imports` to syntax editor | Prajwal S N | -43/+25 |
| 2025-04-28 | chore: rename `unmerge_use` to `unmerge_imports` | Prajwal S N | -44/+44 |
| 2025-04-28 | fix: migrate `unmerge_use` to syntax editor | Prajwal S N | -16/+108 |
| 2025-04-28 | compiletest: Remove the libtest-based executor and its dependency | Zalathar | -133/+8 |
| 2025-04-28 | refactor: migrate `let_else_to_match` to editor | Prajwal S N | -142/+335 |
| 2025-04-28 | Rollup merge of #140379 - tshepang:rdg-push, r=jieyouxu | Guillaume Gomez | -39/+49 |
| 2025-04-28 | Rollup merge of #140349 - marcoieni:codebuild-linux-large-runners, r=Kobzol | Guillaume Gomez | -2/+2 |
| 2025-04-28 | Rollup merge of #140347 - marcoieni:free-disk-codebuild, r=jdno | Guillaume Gomez | -50/+81 |
| 2025-04-28 | Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnay | Guillaume Gomez | -4/+4 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2025-04-28 | Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmease | Guillaume Gomez | -5/+22 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2025-04-28 | Unelide lifetime | Laurențiu Nicola | -1/+1 |
| 2025-04-28 | Merge pull request #19706 from Veykril/push-nkpmknlvzyom | Lukas Wirth | -24/+19 |
| 2025-04-28 | fix: Address minor FIXME | Lukas Wirth | -24/+19 |
| 2025-04-28 | Merge pull request #19704 from Veykril/push-wrvznvvpvtvp | Lukas Wirth | -125/+172 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -85/+104 |
| 2025-04-28 | Add foldhash license exception | Laurențiu Nicola | -0/+1 |
| 2025-04-28 | Add expression fill mode variant for filling with underscore expressions | Lukas Wirth | -125/+172 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+4 |
| 2025-04-28 | Add bootstrap cfg | Laurențiu Nicola | -0/+1 |
| 2025-04-28 | Format code | Laurențiu Nicola | -1/+3 |
| 2025-04-28 | Merge from rust-lang/rust | Laurențiu Nicola | -18186/+35821 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+18 |
| 2025-04-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-04-28 | ci: use aws codebuild for the `dist-x86_64-linux` job | MarcoIeni | -2/+2 |
| 2025-04-28 | Introduce `BoxMarker` to pretty-printing. | Nicholas Nethercote | -4/+4 |
| 2025-04-28 | use repo name in push pr title | Tshepang Mbambo | -1/+1 |
| 2025-04-28 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -339/+502 |
| 2025-04-28 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-04-28 | add a FIXME | onur-ozkan | -2/+3 |
| 2025-04-28 | Rollup merge of #139224 - epage:nocapture, r=thomcc | Chris Denton | -4/+6 |
| 2025-04-28 | Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35 | Chris Denton | -4/+4 |
| 2025-04-28 | Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-Simulacrum | Chris Denton | -0/+3 |
| 2025-04-27 | Auto merge of #140362 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-04-27 | Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errors | Matthias Krüger | -14/+8 |
| 2025-04-27 | Merge pull request #4293 from primoly/unsafe-attributes | Ben Kimock | -4/+4 |
| 2025-04-27 | `unsafe(no_mangle)` in `miri_start` examples | primoly | -4/+4 |
| 2025-04-27 | Update cargo | Weihang Lo | -0/+0 |
| 2025-04-27 | Merge pull request #2351 from rust-lang/rustc-pull | Yuki Okushi | -7423/+14760 |
| 2025-04-27 | ci: clean more disk space in codebuild | MarcoIeni | -50/+81 |
| 2025-04-27 | CI: docker: host-x86_64: test-various: uefi_qemu_test: Update r-efi | Ayush Singh | -4/+4 |
| 2025-04-27 | Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddle | bors | -1/+16 |
| 2025-04-27 | bypass linker configuration and cross target check on `x check` | onur-ozkan | -1/+2 |
| 2025-04-26 | Auto merge of #140288 - Zalathar:new-executor, r=jieyouxu | bors | -7/+11 |