| Age | Commit message (Expand) | Author | Lines |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -1/+1 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -2/+2 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -501/+695 |
| 2025-08-16 | Fix typo in doc for library/std/src/fs.rs#set_permissions | Alan Urmancheev | -1/+1 |
| 2025-08-15 | stabilize strict provenance atomic ptr | Kivooeo | -1/+0 |
| 2025-08-15 | stabilize const pathbuf osstring new | Kivooeo | -2/+2 |
| 2025-08-15 | Rollup merge of #145412 - tgross35:win-tid, r=ChrisDenton | Jakub Beránek | -3/+3 |
| 2025-08-15 | Rollup merge of #144210 - Gelbpunkt:thread-stack-size-musl, r=jhpratt | Jakub Beránek | -1/+12 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -3/+4 |
| 2025-08-14 | Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId` | Trevor Gross | -3/+3 |
| 2025-08-14 | std: thread: Return error if setting thread stack size fails | Jens Reidel | -1/+12 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -3/+4 |
| 2025-08-14 | Rollup merge of #145299 - eval-exec:exec-fix-145293, r=tgross35 | Guillaume Gomez | -2/+6 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -7/+6 |
| 2025-08-13 | stabilize path_add_extension | Hanna Kruppe | -6/+2 |
| 2025-08-13 | doc test: fix mpsc.rs try_send doc test | Eval EXEC | -2/+6 |
| 2025-08-13 | Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcm | Jakub Beránek | -1/+2 |
| 2025-08-13 | Rollup merge of #145303 - m-ou-se:payload-as-str-doc, r=jhpratt | Jakub Beránek | -0/+2 |
| 2025-08-13 | Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 | Jakub Beránek | -2/+1 |
| 2025-08-13 | Make std use the edition 2024 prelude | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -1/+2 |
| 2025-08-12 | Constify SystemTime methods | ltdk | -68/+166 |
| 2025-08-12 | Link to payload_as_str() from payload(). | Mara Bos | -0/+2 |
| 2025-08-11 | std: sys: pal: uefi: tests: Add systemtime tests | Ayush Singh | -24/+96 |
| 2025-08-11 | std: sys: pal: uefi: Overhaul Time | Ayush Singh | -18/+110 |
| 2025-08-11 | Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishop | Stuart Cook | -0/+196 |
| 2025-08-10 | Rollup merge of #145150 - ChrisDenton:inherit, r=Mark-Simulacrum | Jacob Pratt | -12/+11 |
| 2025-08-09 | Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els... | Josh Triplett | -7/+6 |
| 2025-08-09 | `HashMap`: also add "Usage with custom key types" heading | Ada Alakbarova | -0/+2 |
| 2025-08-09 | `{BTree,Hash}Map`: add "`Entry` API" section heading | Ada Alakbarova | -0/+2 |
| 2025-08-09 | Replace unsafe function with safe alternative | Chris Denton | -12/+11 |
| 2025-08-09 | add `nonpoison::rwlock` implementation | Connor Tsui | -0/+1086 |
| 2025-08-09 | reorganize rwlock file | Connor Tsui | -327/+372 |
| 2025-08-09 | Rollup merge of #145096 - Spxg:w/wasm_atomic, r=tgross35 | Stuart Cook | -0/+4 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -25/+25 |
| 2025-08-08 | Fix wasm target build with atomics feature | Spxg | -0/+4 |
| 2025-08-08 | Fix wrong cache line size of riscv64 | minxuanz | -5/+3 |
| 2025-08-07 | Rollup merge of #145046 - ulrichstark:master, r=tgross35 | Trevor Gross | -2/+2 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -1/+1 |
| 2025-08-07 | Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnay | Trevor Gross | -1/+0 |
| 2025-08-07 | Rollup merge of #144705 - pmur:murp/aarch64-lse, r=Amanieu | Trevor Gross | -0/+27 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -25/+25 |
| 2025-08-07 | Fix doc comment of File::try_lock and File::try_lock_shared | Ulrich Stark | -2/+2 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -12/+12 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -25/+25 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -7/+127 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -7/+127 |
| 2025-08-06 | Rollup merge of #144975 - joshtriplett:file-times-dir, r=jhpratt | Guillaume Gomez | -1/+6 |
| 2025-08-06 | Rollup merge of #144972 - the8472:file-prefix-docs, r=joshtriplett | Guillaume Gomez | -0/+2 |