| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -31/+152 |
| 2025-07-18 | Rollup merge of #144069 - marcoieni:windows-22-free, r=jieyouxu | Matthias Krüger | -2/+4 |
| 2025-07-18 | Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola | bors | -1185/+3731 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -77/+82 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -999/+172 |
| 2025-07-18 | Update lockfile | Laurențiu Nicola | -0/+3 |
| 2025-07-18 | Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikic | Matthias Krüger | -14/+11 |
| 2025-07-18 | Rollup merge of #144049 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -983/+151 |
| 2025-07-18 | Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789 | Matthias Krüger | -0/+8 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -2/+0 |
| 2025-07-18 | Merge pull request #19783 from A4-Tacks/generate-single-field-from | Shoyu Vanilla (Flint) | -6/+1043 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -29/+145 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -37/+32 |
| 2025-07-17 | ci: use windows 22 for all free runners | MarcoIeni | -2/+4 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -37/+32 |
| 2025-07-17 | Merge pull request #20233 from shashforge/lsp-minimal-example-clean | Shoyu Vanilla (Flint) | -132/+391 |
| 2025-07-17 | examples: add `minimal_lsp.rs` and FIFO test script. | Shashi Shankar | -132/+391 |
| 2025-07-17 | Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung | Matthias Krüger | -21/+51 |
| 2025-07-17 | Rollup merge of #143926 - Shourya742:2025-07-14-remove-deprecated-fields, r=j... | Matthias Krüger | -38/+11 |
| 2025-07-17 | Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ... | Matthias Krüger | -6/+7 |
| 2025-07-17 | Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-17 | Copy GCC sources into the build directory even outside CI | Jakub Beránek | -14/+11 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -207/+120 |
| 2025-07-17 | copy-paste convenience | Tshepang Mbambo | -1/+4 |
| 2025-07-17 | Merge ref 'fd2eb391d032' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -5727/+11428 |
| 2025-07-17 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-17 | some improvements to "Invariants of the type system" | Tshepang Mbambo | -19/+22 |
| 2025-07-17 | Rollup merge of #143964 - nikic:docker-script-arg, r=marcoieni | León Orell Valerian Liehr | -41/+32 |
| 2025-07-17 | Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov | León Orell Valerian Liehr | -66/+44 |
| 2025-07-17 | Rollup merge of #143851 - lolbinarycat:bootstrap-node_modules, r=Kobzol | León Orell Valerian Liehr | -100/+44 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -1/+2 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -66/+44 |
| 2025-07-16 | Auto merge of #144019 - RalfJung:miri-sync, r=RalfJung | bors | -590/+1149 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -2/+2 |
| 2025-07-16 | go over invariants again :3 | lcnr | -33/+48 |
| 2025-07-17 | Add tailexpr & -> &mut for generate_mut_trait_impl | A4-Tacks | -5/+20 |
| 2025-07-16 | Merge pull request #19917 from A4-Tacks/ext-generate-mut | Shoyu Vanilla (Flint) | -28/+93 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -1/+1 |
| 2025-07-16 | Rollup merge of #143957 - samueltardieu:tidy-filenames, r=Kobzol | Samuel Tardieu | -0/+43 |
| 2025-07-16 | Rollup merge of #143948 - ehuss:update-mdbook, r=Mark-Simulacrum | Samuel Tardieu | -3/+3 |
| 2025-07-16 | Rollup merge of #143939 - he32:netbsd-maintainers, r=jieyouxu | Samuel Tardieu | -1/+2 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -0/+53 |
| 2025-07-16 | Rollup merge of #143448 - Enselic:remote-test-client-signals, r=Mark-Simulacrum | Samuel Tardieu | -1/+3 |
| 2025-07-16 | Rollup merge of #142936 - aDotInTheVoid:rdj-shatts-forrealthistime, r=Guillau... | Samuel Tardieu | -65/+212 |
| 2025-07-16 | Add AsMut to minicore prelude::v1 | A4-Tacks | -0/+1 |
| 2025-07-16 | Use hir::Trait in parameter | A4-Tacks | -37/+24 |
| 2025-07-16 | Merge pull request #4459 from ibraheemdev/ibraheem/global-ctor | Ralf Jung | -30/+216 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -25/+35 |
| 2025-07-16 | Remove redundant type parameters | A4-Tacks | -4/+4 |