| Age | Commit message (Expand) | Author | Lines |
| 2025-08-05 | Rollup merge of #144872 - connortsui20:once-poison-docs, r=Amanieu | Samuel Tardieu | -3/+59 |
| 2025-08-05 | Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-se | Samuel Tardieu | -2/+2 |
| 2025-08-04 | Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-Simulacrum | Stuart Cook | -6/+6 |
| 2025-08-04 | Rollup merge of #144188 - joshtriplett:available-parallelism, r=Mark-Simulacrum | Stuart Cook | -0/+3 |
| 2025-08-03 | add poisoning documentation to `LazyLock` | Connor Tsui | -2/+58 |
| 2025-08-03 | fix broken doc section link in `poison.rs` | Connor Tsui | -1/+1 |
| 2025-08-03 | Rollup merge of #144070 - stifskere:feat/macros/hash_map, r=Noratrieb | Samuel Tardieu | -0/+76 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -6/+6 |
| 2025-08-03 | rename rust_panic_without_hook | Kivooeo | -2/+2 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -2/+3 |
| 2025-08-02 | Rollup merge of #144185 - purplesyringa:poisoning-wording, r=Amanieu | Samuel Tardieu | -25/+87 |
| 2025-08-02 | feat: implement `hash_map!` macro | stifskere | -0/+76 |
| 2025-07-31 | uefi: Use slice equality rather than `memcmp` | Trevor Gross | -11/+11 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -29/+78 |
| 2025-07-29 | Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35 | Stuart Cook | -5/+655 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -0/+650 |
| 2025-07-29 | clean up existing poison files | Connor Tsui | -5/+5 |
| 2025-07-29 | Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-07-28 | thread name in stack overflow message | joboet | -29/+78 |
| 2025-07-28 | Add `core::mem::DropGuard` | Yosh | -0/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -11/+9 |
| 2025-07-26 | Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDenton | Jacob Pratt | -2/+5 |
| 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 |