| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | std: rewrite TLS on platforms without threads | joboet | -70/+76 |
| 2024-04-29 | Fix Fuchsia build broken by #124210 | David Koloski | -0/+1 |
| 2024-04-29 | Fix ESP IDF build broken by #124210 | ivmarkov | -0/+1 |
| 2024-04-28 | Fix posix_spawn not being used on iOS and visionOS | Mads Marquart | -8/+3 |
| 2024-04-28 | Fix SIGEMT and SIGINFO parsing on watchOS and visionOS | Mads Marquart | -7/+3 |
| 2024-04-28 | Fix available_parallelism on watchOS and visionOS | Mads Marquart | -3/+1 |
| 2024-04-28 | std::net: Socket::new_raw set to SO_NOSIGPIPE on freebsd/netbsd/dragonfly. | David Carlier | -1/+8 |
| 2024-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -244/+45 |
| 2024-04-28 | Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrum | bors | -0/+32 |
| 2024-04-28 | put FD validity behind late debug_asserts checking | The 8472 | -18/+29 |
| 2024-04-28 | Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDenton | Matthias Krüger | -6/+4 |
| 2024-04-27 | Unconditionally call really_init | Jubilee Young | -6/+4 |
| 2024-04-27 | Lift the probe code of `copy_file_range` into a function | Tobias Bucher | -29/+31 |
| 2024-04-27 | Elaborate in comment about `statx` probe | Tobias Bucher | -8/+4 |
| 2024-04-27 | Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r... | Matthias Krüger | -9/+12 |
| 2024-04-26 | thread_local: refine LazyKeyInner::take safety doc | Jubilee | -1/+1 |
| 2024-04-26 | Rollup merge of #124410 - RalfJung:path-buf-transmute, r=Nilstrieb | Jacob Pratt | -0/+12 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -4/+2 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -0/+12 |
| 2024-04-25 | thread_local: split refs to fields of Key | Jubilee Young | -3/+4 |
| 2024-04-25 | thread_local: use less &mut T in LazyKeyInner::take | Jubilee Young | -6/+8 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -4/+2 |
| 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 | -79/+80 |
| 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-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 | -0/+21 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 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/+22 |
| 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-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -21/+22 |
| 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 #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 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 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-04-13 | Add missing `unsafe` to internal `std::thread::Thread` creation functions | beetrees | -1/+1 |
| 2024-04-13 | Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s... | beetrees | -3/+3 |
| 2024-04-12 | Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDenton | Matthias Krüger | -12/+14 |