| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | thread_local: use less &mut T in LazyKeyInner::take | Jubilee Young | -6/+8 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -5/+2 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -3/+1 |
| 2024-04-24 | Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDenton | León Orell Valerian Liehr | -5/+14 |
| 2024-04-24 | Rollup merge of #124281 - RalfJung:win-tls, r=joboet | León Orell Valerian Liehr | -4/+22 |
| 2024-04-23 | increase the readability by using the unique name for the hermit-abi | Stefan Lankes | -80/+81 |
| 2024-04-23 | revise the interpretation of ReadDir | Stefan Lankes | -12/+8 |
| 2024-04-23 | fix weak memory bug in TLS on Windows | Ralf Jung | -4/+22 |
| 2024-04-23 | windows fill_utf16_buf: explain the expected return value | Ralf Jung | -5/+14 |
| 2024-04-23 | Rollup merge of #124266 - RalfJung:no-answer, r=joboet | Matthias Krüger | -8/+1 |
| 2024-04-22 | remove an unused type from the reentrant lock tests | Ralf Jung | -8/+1 |
| 2024-04-22 | export assert_unsafe_precondition macro for std-internal use | The 8472 | -0/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -3/+4 |
| 2024-04-21 | Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-... | Guillaume Gomez | -38/+66 |
| 2024-04-21 | Fix watchOS and visionOS for pread64 and pwrite64 calls | Sebastian Imlay | -38/+66 |
| 2024-04-20 | Abort a process when FD ownership is violated | The 8472 | -1/+35 |
| 2024-04-20 | Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -10/+26 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2024-04-18 | Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb | Jubilee | -0/+7 |
| 2024-04-18 | Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet | Jubilee | -1/+13 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -21/+23 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+7 |
| 2024-04-17 | Improve std::fs::Metadata Debug representation | David Tolnay | -10/+26 |
| 2024-04-17 | Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhpratt | Matthias Krüger | -7/+6 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -2/+14 |
| 2024-04-18 | Stablise io_error_downcast | Jiahao XU | -3/+1 |
| 2024-04-17 | Stabilize `const_io_structs` | Slanterns | -7/+6 |
| 2024-04-16 | Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton | Guillaume Gomez | -387/+58 |
| 2024-04-16 | Use raw-dylib for Windows futex APIs | Chris Denton | -1/+13 |
| 2024-04-16 | std: fix lint on SGX | joboet | -2/+5 |
| 2024-04-16 | Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwco | Guillaume Gomez | -12/+1 |
| 2024-04-16 | Update usage note on OpenOptions::append() | Hrvoje Niksic | -9/+18 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -21/+23 |
| 2024-04-15 | Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboet | Michael Goulet | -2/+4 |
| 2024-04-15 | static_mut_refs: use raw pointers to remove the remaining FIXME | Ralf Jung | -3/+2 |
| 2024-04-15 | zkvm: fix references to `os_str` module | Erik Kaneda | -2/+4 |
| 2024-04-15 | Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obk | bors | -0/+1 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-15 | Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -29/+31 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -0/+1 |
| 2024-04-14 | `statx` probe: `ENOSYS` might come from a faulty FUSE driver | Tobias Bucher | -8/+5 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -8/+11 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -8/+11 |
| 2024-04-14 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -17/+24 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-14 | Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-04-13 | Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |