| Age | Commit message (Expand) | Author | Lines |
| 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-06 | Apply suggestions from code review | anatawa12 | -2/+6 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listen | Mads Marquart | -4/+8 |
| 2024-05-06 | add note about `AlreadyExists` to `create_new` | anatawa12 | -0/+5 |
| 2024-05-05 | Fix unwinding on 32-bit watchOS ARM | Mads Marquart | -3/+11 |
| 2024-05-04 | Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee | Matthias Krüger | -2/+2 |
| 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 #122441 - a1phyr:improve_read_impls, r=ChrisDenton | Matthias Krüger | -10/+33 |
| 2024-05-04 | Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton | Matthias Krüger | -57/+25 |
| 2024-05-04 | Rollup merge of #123356 - joboet:set_current_size, r=ChrisDenton | Matthias Krüger | -2/+7 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -16/+16 |
| 2024-05-03 | Rollup merge of #124059 - RalfJung:default_alloc_error_hook, r=workingjubilee | Matthias Krüger | -0/+6 |
| 2024-05-03 | default_alloc_error_hook: explain difference to default __rdl_oom in alloc | Ralf Jung | -0/+6 |
| 2024-05-03 | Rollup merge of #124649 - Meziu:master, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2024-05-03 | Horizon OS: dirfd unavailable | Andrea Ciliberti | -0/+1 |
| 2024-05-03 | Rollup merge of #124609 - RalfJung:float-precision, r=cuviper | Matthias Krüger | -116/+174 |
| 2024-05-03 | Rollup merge of #124412 - RalfJung:io-safety, r=Amanieu | Matthias Krüger | -11/+22 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -16/+16 |
| 2024-05-02 | variable-precision float operations behave non-deterministically | Ralf Jung | -116/+174 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -57/+25 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -3/+1 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -9/+9 |
| 2024-05-01 | Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubilee | bors | -354/+81 |
| 2024-04-30 | std: rewrite TLS on platforms without threads | joboet | -71/+77 |
| 2024-04-29 | Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple times | Tobias Bucher | -3/+7 |
| 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 | -336/+74 |
| 2024-04-28 | Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrum | bors | -1/+39 |
| 2024-04-28 | put FD validity behind late debug_asserts checking | The 8472 | -29/+32 |
| 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 | io safety: update Unix explanation | Ralf Jung | -11/+22 |
| 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 | -7/+25 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -5/+2 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -7/+25 |
| 2024-04-25 | Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnay | Michael Goulet | -3/+1 |
| 2024-04-25 | thread_local: split refs to fields of Key | Jubilee Young | -3/+4 |