| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |