| Age | Commit message (Expand) | Author | Lines |
| 2025-07-26 | Rollup merge of #143859 - orlp:thread-into-raw-align, r=jhpratt | Trevor Gross | -1/+7 |
| 2025-07-26 | Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogb | Trevor Gross | -1/+1 |
| 2025-07-25 | Avoid making the start of a doc code block conditional | Josh Triplett | -2/+3 |
| 2025-07-25 | Add a note on foreign exceptions | Alisa Sireneva | -0/+3 |
| 2025-07-25 | Add a list of failure conditions for poisoning | Alisa Sireneva | -4/+19 |
| 2025-07-25 | Link to Mutex poisoning docs from RwLock docs | Alisa Sireneva | -1/+3 |
| 2025-07-24 | Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35 | León Orell Valerian Liehr | -15/+81 |
| 2025-07-23 | std: net: uefi: Add support to query connection data | Ayush Singh | -15/+81 |
| 2025-07-21 | Fix broken TLS destructors on 32-bit win7 | roblabla | -3/+14 |
| 2025-07-20 | Stabilize `const_float_round_methods` | Nurzhan Sakén | -13/+12 |
| 2025-07-19 | `available_parallelism`: Add documentation for why we don't look at `ulimit` | Josh Triplett | -0/+3 |
| 2025-07-19 | Document guarantees of poisoning | Alisa Sireneva | -25/+67 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -1/+1 |
| 2025-07-17 | Rollup merge of #144002 - martinomburajr:patch-1, r=ibraheemdev | León Orell Valerian Liehr | -1/+1 |
| 2025-07-17 | Rollup merge of #143829 - a1phyr:trim_borrowed_buf, r=ChrisDenton | León Orell Valerian Liehr | -3/+3 |
| 2025-07-17 | Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum | León Orell Valerian Liehr | -60/+9 |
| 2025-07-15 | Update poison.rs | Martin Ombura Jr. | -1/+1 |
| 2025-07-15 | Add LocalKey<Cell>::update | Cameron Steffen | -0/+23 |
| 2025-07-15 | Rollup merge of #143910 - ChrisDenton:no-symbolization, r=tgross35 | Samuel Tardieu | -47/+53 |
| 2025-07-14 | Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett | Samuel Tardieu | -19/+9 |
| 2025-07-14 | Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhpratt | Samuel Tardieu | -15/+21 |
| 2025-07-14 | Don't call WSACleanup on process exit | Chris Denton | -15/+21 |
| 2025-07-14 | Add experimental backtrace-trace-only std feature | Chris Denton | -47/+53 |
| 2025-07-14 | Rollup merge of #143881 - orlp:once-state-repr, r=tgross35 | Jakub Beránek | -9/+12 |
| 2025-07-13 | Add comment why we use zero for COMPLETE | Orson Peters | -1/+4 |
| 2025-07-13 | Use zero for initialized Once state | Orson Peters | -8/+8 |
| 2025-07-13 | Attempt to fix up SGX for random API updates | Josh Triplett | -2/+2 |
| 2025-07-13 | Rollup merge of #143776 - no1wudi:fix, r=tgross35 | León Orell Valerian Liehr | -1/+1 |
| 2025-07-13 | Tidy | Orson Peters | -1/+1 |
| 2025-07-13 | Guarantee 8 bytes of alignment in Thread::into_raw | Orson Peters | -1/+7 |
| 2025-07-12 | Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr | bors | -1/+1 |
| 2025-07-11 | Rollup merge of #143647 - ColtenOuO:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2025-07-11 | random: Provide a `Distribution<T>` trait | Josh Triplett | -17/+7 |
| 2025-07-11 | std: move NuttX to use arc4random for random number generation | Huang Qi | -1/+1 |
| 2025-07-11 | Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35 | Matthias Krüger | -25/+97 |
| 2025-07-11 | Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee | Matthias Krüger | -0/+89 |
| 2025-07-11 | docs: clarify “dag” in std::sys_common doc comment | Colten | -1/+1 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+89 |
| 2025-07-09 | std: sys: net: uefi: tcp4: Add timeout support | Ayush Singh | -25/+97 |
| 2025-07-09 | core: Remove `BorrowedCursor::init_ref` method | Benoît du Garreau | -3/+3 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -2/+1 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -2/+2 |
| 2025-07-07 | UWP: link ntdll functions using raw-dylib | Chris Denton | -60/+9 |
| 2025-07-07 | std: fix typo in `std::path` | xizheyin | -2/+2 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -24/+206 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -24/+205 |
| 2025-07-06 | Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2025-07-04 | Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee | Jubilee | -1/+1 |