| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Merge pull request #4336 from rust-lang/rustup-2025-05-21 | Ralf Jung | -2091/+4142 |
| 2025-05-21 | Auto merge of #141320 - matthiaskrgr:rollup-ag3vf3a, r=matthiaskrgr | bors | -82/+507 |
| 2025-05-21 | test direct usage of io::{stdout,stderr,stdin} | Ralf Jung | -17/+25 |
| 2025-05-21 | Add ReentrantLock::data_ptr | Jonas Platte | -0/+11 |
| 2025-05-21 | Add more docs to new data_ptr methods | Jonas Platte | -0/+10 |
| 2025-05-21 | Add data_ptr method to Mutex and RwLock | Jonas Platte | -0/+12 |
| 2025-05-21 | Rollup merge of #141316 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-05-21 | Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe... | Matthias Krüger | -11/+35 |
| 2025-05-21 | Rollup merge of #141222 - mathisbot:ptr_trycastaligned, r=tgross35 | Matthias Krüger | -0/+85 |
| 2025-05-21 | Rollup merge of #141078 - marcoieni:split-dist-arm-linux, r=Kobzol | Matthias Krüger | -10/+55 |
| 2025-05-21 | Rollup merge of #141042 - marcoieni:split-dist-powerpc64le-linux, r=Kobzol | Matthias Krüger | -13/+63 |
| 2025-05-21 | Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkov | Matthias Krüger | -48/+269 |
| 2025-05-21 | Apply suggestions from code review | Josh Triplett | -5/+5 |
| 2025-05-21 | Merge from rustc | The Miri Cronjob Bot | -2090/+4141 |
| 2025-05-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-21 | add missing PATH | onur-ozkan | -0/+3 |
| 2025-05-21 | Auto merge of #127721 - bvanjoi:issue-124273, r=petrochenkov | bors | -32/+357 |
| 2025-05-20 | typeck: catch `continue`s pointing to blocks | dianne | -29/+113 |
| 2025-05-21 | Update books | rustbot | -0/+0 |
| 2025-05-20 | Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgr | bors | -995/+1064 |
| 2025-05-20 | Fixes `manual_slice_size_computation` ICE and triggers in `const` context (#1... | Timo | -14/+81 |
| 2025-05-20 | Various macro fixes for loop lints (#14631) | Timo | -8/+93 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -1/+1 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -60/+60 |
| 2025-05-20 | Add From<TryLockError> for io::Error | Christopher Berner | -0/+16 |
| 2025-05-20 | Remove unnecessary handling of ERROR_IO_PENDING | Christopher Berner | -8/+24 |
| 2025-05-20 | Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`. | Mathis Bottinelli | -0/+85 |
| 2025-05-20 | Do not call name() on rpitit assoc_item | Santiago Pastorino | -11/+35 |
| 2025-05-20 | Auto merge of #140757 - dpaoliello:llvm20, r=Kobzol | bors | -2/+2 |
| 2025-05-20 | Rollup merge of #141303 - Urgau:pagetoc-fix-color, r=ehuss | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141294 - lolbinarycat:triagebot-js-ping, r=aDotInTheVoid | Matthias Krüger | -0/+1 |
| 2025-05-20 | Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2025-05-20 | Rollup merge of #141289 - compiler-errors:more-self, r=jhpratt | Matthias Krüger | -5/+5 |
| 2025-05-20 | Rollup merge of #141288 - yotamofek:pr/rustdoc/nuke-bufdisplay, r=GuillaumeGomez | Matthias Krüger | -55/+39 |
| 2025-05-20 | Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35 | Matthias Krüger | -933/+990 |
| 2025-05-20 | Rollup merge of #140972 - Stypox:machine-tracing-flag, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-05-21 | Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`. | Nicholas Nethercote | -13/+13 |
| 2025-05-21 | Remove `MetaItemParser::{path,deconstruct}`. | Nicholas Nethercote | -15/+7 |
| 2025-05-21 | Remove `MetaItemParser::{word,word_without_args,path_is}`. | Nicholas Nethercote | -23/+0 |
| 2025-05-21 | Remove an unnecessary lifetime. | Nicholas Nethercote | -1/+1 |
| 2025-05-20 | Fix pagetoc inactive color in rustc book | Urgau | -1/+1 |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -32/+357 |
| 2025-05-20 | use a tuple to return the condition code | Folkert de Vries | -101/+48 |
| 2025-05-20 | `CommandExt::chroot`: Add tracking issue | Josh Triplett | -1/+1 |
| 2025-05-20 | `CommandExt::chroot`: Document difference to underlying `chroot` | Josh Triplett | -3/+5 |
| 2025-05-20 | Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro... | Josh Triplett | -0/+45 |
| 2025-05-20 | Auto merge of #141292 - matthiaskrgr:rollup-9nhhk7k, r=matthiaskrgr | bors | -303/+279 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -933/+990 |
| 2025-05-20 | Merge pull request #2400 from smanilov/patch-13 | Boxy | -1/+2 |
| 2025-05-20 | Add enter_trace_span!() that checks if tracing is enabled | Stypox | -0/+19 |