| Age | Commit message (Expand) | Author | Lines |
| 2024-07-13 | Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum | Jubilee | -67/+77 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -28/+25 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+74 |
| 2024-07-12 | fix interleaved panic output | jyn | -28/+25 |
| 2024-07-12 | Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee | Matthias Krüger | -6/+131 |
| 2024-07-10 | Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows. | Zachary S | -3/+3 |
| 2024-07-09 | Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con... | Andres Olivares | -0/+10 |
| 2024-07-08 | Attempt to fix CI | zachs18 | -3/+12 |
| 2024-07-08 | Reset sigpipe not supported for vxworks | B I Mohammed Abbas | -0/+1 |
| 2024-07-07 | Move/change declaration of `mod exit_guard;` | zachs18 | -1/+1 |
| 2024-07-05 | Attempt to fix CI | Zachary S | -0/+2 |
| 2024-07-05 | Move exit guard from sys::common::exit_guard to sys::exit_guard. | Zachary S | -2/+2 |
| 2024-07-05 | Update library/std/src/sys/pal/common/exit_guard.rs | zachs18 | -3/+5 |
| 2024-07-05 | Add experimental raw-dylib feature to std | Chris Denton | -0/+13 |
| 2024-07-05 | Use windows_targets macro for alloc | Chris Denton | -67/+64 |
| 2024-07-05 | Rollup merge of #127320 - ChrisDenton:win-sys, r=Mark-Simulacrum | Guillaume Gomez | -851/+162 |
| 2024-07-04 | Add comments to windows_targets.rs | Chris Denton | -0/+9 |
| 2024-07-04 | Update windows-bindgen to 0.58.0 | Chris Denton | -851/+153 |
| 2024-07-04 | Rollup merge of #127195 - biabbas:vxworks_cleanup, r=jhpratt | Jacob Pratt | -2/+4 |
| 2024-07-04 | Rollup merge of #126792 - wooden-worm:master, r=Mark-Simulacrum | Jacob Pratt | -10/+15 |
| 2024-07-03 | Remove Miri special-case | Zachary S | -9/+1 |
| 2024-07-03 | Use pthread_t instead of numeric thread id | Zachary S | -45/+12 |
| 2024-07-03 | Use libc::pause instead of std::thread::park in wait-for-exit loop | Zachary S | -7/+10 |
| 2024-07-03 | Fall back on remove dir implementation for vxworks | B I Mohammed Abbas | -1/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -2/+2 |
| 2024-07-01 | Remove unqualified import io:: Error for vxworks as all Error references are ... | B I Mohammed Abbas | -1/+1 |
| 2024-06-29 | Rollup merge of #126953 - joboet:lazy_key, r=jhpratt | Matthias Krüger | -128/+115 |
| 2024-06-28 | std: add safety comments | joboet | -4/+16 |
| 2024-06-25 | std: separate TLS key creation from TLS access | joboet | -125/+100 |
| 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 |