| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Merge from rustc | The Miri Cronjob Bot | -512/+1338 |
| 2025-06-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -148/+551 |
| 2025-06-01 | Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho... | Jacob Pratt | -8/+19 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+143 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -117/+333 |
| 2025-06-01 | Rollup merge of #141277 - RalfJung:miri-ci, r=oli-obk | Jacob Pratt | -4/+6 |
| 2025-06-01 | Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee | Jacob Pratt | -2/+37 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -17/+13 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -86/+385 |
| 2025-05-31 | library: explain TOCTOU races in `fs::remove_dir_all` | Jubilee Young | -8/+19 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -117/+333 |
| 2025-05-31 | Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgr | bors | -242/+323 |
| 2025-05-31 | Rollup merge of #141819 - mati865:windows-gnullvm-host-fixes, r=jieyouxu | Matthias Krüger | -3/+6 |
| 2025-05-31 | Rollup merge of #141815 - mati865:mingw-aarch64-frame-pointers, r=workingjubilee | Matthias Krüger | -1/+7 |
| 2025-05-31 | Rollup merge of #141805 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-05-31 | Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -40/+57 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -193/+191 |
| 2025-05-31 | Rollup merge of #141646 - jieyouxu:distcheck, r=Mark-Simulacrum | Matthias Krüger | -1/+20 |
| 2025-05-31 | Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+30 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -11/+29 |
| 2025-05-31 | Failing tests for "consider borrowing" | Jonathan Brouwer | -0/+125 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -29/+88 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -40/+57 |
| 2025-05-31 | std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f... | xizheyin | -0/+8 |
| 2025-05-31 | Shared libLLVM linking is officially supported with MinGW and Clang | Mateusz Mikuła | -1/+2 |
| 2025-05-31 | Fix C++ standard library name for *-windows-gnullvm targets | Mateusz Mikuła | -1/+3 |
| 2025-05-31 | Fix incorrect comment | Mateusz Mikuła | -1/+1 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-31 | Auto merge of #141453 - compiler-errors:pgo-solver, r=Kobzol | bors | -0/+1 |
| 2025-05-31 | Add some new solver to PGO | Michael Goulet | -0/+1 |
| 2025-05-31 | Auto merge of #141678 - Kobzol:revert-141516, r=workingjubilee | bors | -32/+2 |
| 2025-05-31 | Merge pull request #4361 from nia-e/remove-oopsie | Ralf Jung | -46/+0 |
| 2025-05-31 | accidentally committed file | Nia Espera | -46/+0 |
| 2025-05-31 | Merge pull request #4360 from rust-lang/rustup-2025-05-31 | Ralf Jung | -2182/+3619 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -2181/+3618 |
| 2025-05-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -48/+67 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+14 |
| 2025-05-31 | std: clarify Clone trait documentation about duplication semantics | xizheyin | -2/+37 |
| 2025-05-31 | Auto merge of #141796 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-30 | Auto merge of #141791 - workingjubilee:rollup-qnqicy9, r=workingjubilee | bors | -217/+716 |
| 2025-05-30 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -2/+111 |
| 2025-05-30 | Rollup merge of #141771 - Kobzol:bors-increase-timeout, r=marcoieni | Jubilee | -1/+2 |
| 2025-05-30 | Rollup merge of #141768 - marcoieni:calculate-matrix-arm, r=Kobzol | Jubilee | -1/+1 |
| 2025-05-30 | Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj... | Jubilee | -123/+67 |
| 2025-05-30 | Rollup merge of #141494 - dianqk:match-br-non-int, r=wesleywiser | Jubilee | -2/+65 |
| 2025-05-30 | Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee | Jubilee | -1/+207 |