| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | fix typos | Yiqun Liu | -1/+1 |
| 2025-07-18 | RA config: disable default features for faster build script build | Ralf Jung | -0/+2 |
| 2025-07-18 | make native-lib support compile-time-optional, and centralize cfg usage | Ralf Jung | -37/+52 |
| 2025-07-18 | Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola | bors | -1185/+3731 |
| 2025-07-18 | opt-dist: make llvm builds optional | Maksim Bondarenkov | -56/+87 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -77/+82 |
| 2025-07-18 | bootstrap: Detect musl hosts | Jens Reidel | -1/+6 |
| 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 | bootstrap: Ignore `rust.debuginfo-level-tests` for codegen tests | Martin Nordholts | -1/+18 |
| 2025-07-18 | Merge from rustc | The Miri Cronjob Bot | -311/+224 |
| 2025-07-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | Clean up an unused compiler-stage parameter | Zalathar | -11/+6 |
| 2025-07-18 | Don't trigger an LLVM build from check builds using the stage 0 compiler | Zalathar | -18/+19 |
| 2025-07-18 | Split some multi-snapshot tests to make blessing easier | Zalathar | -0/+8 |
| 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 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -3/+3 |
| 2025-07-17 | miri sleep tests: increase slack | Ralf Jung | -3/+3 |
| 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 | Merge pull request #4472 from RalfJung/triagebot | Oli Scherer | -13/+18 |
| 2025-07-17 | ci: use windows 22 for all free runners | MarcoIeni | -2/+4 |
| 2025-07-17 | Update LLVM submodule | dianqk | -0/+0 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -37/+32 |
| 2025-07-17 | tweak PR process description | Ralf Jung | -4/+8 |
| 2025-07-17 | allow using different cargo binary | Nia Espera | -6/+13 |
| 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 | Merge from rustc | The Miri Cronjob Bot | -1165/+504 |
| 2025-07-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 |