| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -12/+6 |
| 2024-06-05 | Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=... | Matthias Krüger | -12/+6 |
| 2024-06-05 | Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviper | Matthias Krüger | -9/+13 |
| 2024-06-05 | Update `./x fmt` command | Chris Denton | -1/+1 |
| 2024-06-04 | std::unix::fs::get_mode implementation for illumos/solaris. | David Carlier | -0/+4 |
| 2024-06-04 | impl OsString::leak & PathBuf::leak | schvv31n | -0/+10 |
| 2024-06-04 | Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-06-04 | Let compiler auto impl `Send` for `Task` | Raoul Strackx | -2/+0 |
| 2024-06-04 | Store `Task::p` as `dyn FnOnce() + Send` | Raoul Strackx | -3/+3 |
| 2024-06-04 | Windows: Use futex implementation for `Once` | Timo Kröger | -0/+1 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -172/+103 |
| 2024-06-04 | std::unix::fs::get_path: using fcntl codepath for netbsd instead. | David Carlier | -9/+13 |
| 2024-06-03 | Remove stray "this" | Tobias Bucher | -2/+1 |
| 2024-06-02 | Rollup merge of #125898 - RalfJung:typo, r=Nilstrieb | Jubilee | -1/+1 |
| 2024-06-02 | typo: depending from -> on | Ralf Jung | -1/+1 |
| 2024-06-02 | Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboet | bors | -1/+10 |
| 2024-05-30 | Avoid `mut` and simplify initialization of `TASK_QUEUE` | Raoul Strackx | -9/+5 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -33/+29 |
| 2024-05-28 | Disable stack overflow handler tests on iOS-like platforms | Mads Marquart | -0/+8 |
| 2024-05-26 | Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472 | bors | -19/+48 |
| 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 |