| Age | Commit message (Expand) | Author | Lines |
| 2024-06-25 | `PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12... | ash | -8/+23 |
| 2024-06-25 | inner truncate methods for UEFI platforms | ash | -0/+5 |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 |
| 2024-06-25 | more fine-grained feature-detection for pidfd spawning | The 8472 | -21/+33 |
| 2024-06-25 | document safety properties of the internal Process::new constructor | The 8472 | -0/+6 |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -6/+106 |
| 2024-06-25 | document the cvt methods | The 8472 | -0/+4 |
| 2024-06-24 | Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay | Michael Goulet | -1/+1 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -1/+1 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -774/+835 |
| 2024-06-24 | std: fix wasm builds | joboet | -2/+16 |
| 2024-06-23 | wasm64 build with target-feature=+simd128,+atomics | wooden-worm | -10/+15 |
| 2024-06-24 | Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-06-24 | Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simulacrum | Matthias Krüger | -35/+15 |
| 2024-06-23 | fix build | David Carlier | -2/+1 |
| 2024-06-23 | std::unix::os::home_dir: fallback's optimisation. | David Carlier | -2/+3 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -9/+9 |
| 2024-06-22 | Auto merge of #124101 - the8472:pidfd-methods, r=cuviper | bors | -101/+199 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -5/+4 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -101/+200 |
| 2024-06-21 | std::unix::fs: copy simplification for apple. | David Carlier | -35/+15 |
| 2024-06-20 | Don't perform mitigation for thread-unsafe libc::exit under Miri. | Zachary S | -1/+9 |
| 2024-06-20 | fix rustdoc URL | Zachary S | -3/+4 |
| 2024-06-20 | On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`... | Zachary S | -0/+90 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+7 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+3 |
| 2024-06-17 | std: rename module for clarity | joboet | -2/+2 |
| 2024-06-17 | std: update TLS module documentation | joboet | -16/+22 |
| 2024-06-17 | std: use the `c_int` from `core::ffi` instead of `libc` | joboet | -1/+1 |
| 2024-06-17 | std: simplify `#[cfg]`s for TLS | joboet | -15/+10 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -0/+228 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -417/+66 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -774/+820 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -91/+180 |
| 2024-06-14 | Rollup merge of #126135 - hermit-os:fuse, r=jhpratt | Matthias Krüger | -91/+180 |
| 2024-06-13 | std::unix::fs::link using direct linkat call for Solaris and macOs. | David Carlier | -19/+2 |
| 2024-06-12 | Update a cranelift patch file for formatting changes. | Nicholas Nethercote | -2/+2 |
| 2024-06-11 | Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists | Eduardo Sánchez Muñoz | -9/+9 |
| 2024-06-10 | Bump windows-bindgen to 0.57 | Chris Denton | -417/+66 |
| 2024-06-10 | fix: build on haiku | Steve Lau | -2/+2 |
| 2024-06-09 | Migrate more things to WinError | Chris Denton | -30/+69 |
| 2024-06-09 | Rollup merge of #126168 - devnexen:current_exe_haiku_simpl, r=ChrisDenton | Matthias Krüger | -10/+10 |
| 2024-06-09 | Rollup merge of #126146 - devnexen:signal_fbsd, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-06-08 | std::unix::os current_exe implementation simplification for haiku. | David Carlier | -10/+10 |
| 2024-06-08 | Auto merge of #125966 - schvv31n:impl_os_string_pathbuf_leak, r=workingjubilee | bors | -0/+10 |
| 2024-06-08 | std::unix::process adding few specific freebsd signals to be able to id. | David Carlier | -0/+4 |
| 2024-06-08 | Rollup merge of #125998 - devnexen:get_mode_illumos, r=Nilstrieb | León Orell Valerian Liehr | -0/+4 |
| 2024-06-07 | add HermitOS support of vectored read/write operations | Stefan Lankes | -91/+180 |
| 2024-06-07 | Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-06-05 | Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB | Jubilee Young | -4/+4 |