| Age | Commit message (Expand) | Author | Lines |
| 2024-05-26 | std::pal::unix::thread fetching min stack size on netbsd. | David Carlier | -1/+10 |
| 2024-05-25 | Rollup merge of #125271 - RalfJung:posix_memalign, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2024-05-25 | std: make TLS accessors closures that return pointers | joboet | -172/+103 |
| 2024-05-24 | std: clean up the TLS implementation | joboet | -5/+4 |
| 2024-05-24 | std: simplify key-based thread locals | joboet | -185/+60 |
| 2024-05-24 | Auto merge of #123724 - joboet:static_tls, r=m-ou-se | bors | -70/+76 |
| 2024-05-23 | std: rewrite native thread-local storage | joboet | -248/+330 |
| 2024-05-21 | Rollup merge of #125225 - madsmtm:ios-crt_externs.h, r=workingjubilee | Matthias Krüger | -150/+127 |
| 2024-05-20 | switch also the default implementation for read_vectored | Stefan Lankes | -13/+2 |
| 2024-05-20 | switch to the default implementation of `write_vectored` | Stefan Lankes | -8/+2 |
| 2024-05-20 | Make NULL check in argument parsing the same on all unix platforms | Mads Marquart | -76/+64 |
| 2024-05-19 | fix typo | Ralf Jung | -2/+2 |
| 2024-05-19 | Rollup merge of #124304 - hermit-os:fuse, r=joboet | Michael Goulet | -89/+86 |
| 2024-05-19 | use posix_memalign on most Unix targets | Ralf Jung | -9/+7 |
| 2024-05-19 | Add NULL check in argument parsing on Apple platforms | Mads Marquart | -14/+44 |
| 2024-05-18 | android: use posix_memalign for aligned allocations | Ralf Jung | -18/+1 |
| 2024-05-17 | Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -84/+19 |
| 2024-05-17 | Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOS | Mads Marquart | -2/+26 |
| 2024-05-15 | Rollup merge of #125003 - RalfJung:aligned_alloc, r=cuviper | León Orell Valerian Liehr | -11/+8 |
| 2024-05-14 | avoid using aligned_alloc; posix_memalign is better-behaved | Ralf Jung | -11/+8 |
| 2024-05-12 | Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJung | bors | -2/+0 |
| 2024-05-11 | std::alloc: using posix_memalign instead of memalign on solarish. | David Carlier | -2/+0 |
| 2024-05-11 | Rollup merge of #124766 - devnexen:getrandom_solarish, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2024-05-08 | Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubilee | Jubilee | -17/+24 |
| 2024-05-08 | Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubilee | Jubilee | -1/+8 |
| 2024-05-06 | std::rand: adding solaris/illumos for getrandom support. | David Carlier | -1/+12 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Improve File Debug impl | Mads Marquart | -9/+9 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Fix reading large files | Mads Marquart | -5/+6 |
| 2024-05-06 | iOS/tvOS/watchOS: Fix alloc w. large alignment on older versions | Mads Marquart | -1/+7 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Set the main thread name | Mads Marquart | -2/+2 |
| 2024-05-05 | Fix unwinding on 32-bit watchOS ARM | Mads Marquart | -3/+11 |
| 2024-05-04 | library/std: Fix build for NetBSD targets with 32-bit `c_long` | Ian Douglas Scott | -2/+2 |
| 2024-05-04 | Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton | Matthias Krüger | -54/+247 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -15/+15 |
| 2024-05-03 | Horizon OS: dirfd unavailable | Andrea Ciliberti | -0/+1 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -15/+15 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -54/+247 |
| 2024-05-01 | Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubilee | bors | -262/+52 |
| 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 |