| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Ensure TLS destructors run before thread joins in SGX | Mohsen Zohrevandi | -10/+65 |
| 2021-04-30 | Auto merge of #84716 - joshtriplett:chroot, r=dtolnay | bors | -0/+33 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -118/+34 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+33 |
| 2021-04-28 | Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead | Christiaan Dirkx | -24/+4 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -118/+34 |
| 2021-04-27 | Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-Simulacrum | Dylan DPC | -92/+3 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+76 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+76 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -89/+81 |
| 2021-04-24 | Reuse `unix::path` and `unsupported::{io, thread_local_key}` on `hermit` | Christiaan Dirkx | -92/+3 |
| 2021-04-23 | Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}` | Christiaan Dirkx | -27/+30 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -30/+25 |
| 2021-04-22 | Rollup merge of #84402 - CDirkx:rwlock, r=dtolnay | Dylan DPC | -1/+53 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -0/+10 |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -7/+10 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -51/+30 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -30/+25 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -22/+7 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -21/+36 |
| 2021-04-21 | Rollup merge of #84212 - CDirkx:void, r=m-ou-se | Mara Bos | -252/+238 |
| 2021-04-21 | Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock` | Christiaan Dirkx | -1/+53 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -196/+198 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -60/+44 |
| 2021-04-19 | Fix `vxworks` compilation errors | Christiaan Dirkx | -10/+23 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -213/+64 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -14/+23 |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -47/+48 |
| 2021-04-18 | Update `decode_error_kind` to decode os errors to `NotSupported` | Christiaan Dirkx | -0/+4 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -6/+6 |
| 2021-04-15 | Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm | Dylan DPC | -1/+1 |
| 2021-04-14 | Update documentation | Christiaan Dirkx | -2/+12 |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -2/+53 |
| 2021-04-13 | Fix join_paths error display. | Eric Huss | -1/+1 |
| 2021-04-02 | Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay | Dylan DPC | -7/+16 |
| 2021-04-02 | Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnay | Dylan DPC | -33/+220 |
| 2021-04-02 | Remove `debug_assert` | Christiaan Dirkx | -4/+1 |
| 2021-04-02 | Introduce `get_process_heap` and fix atomic ordering. | Christiaan Dirkx | -13/+22 |
| 2021-04-01 | Fix stack overflow detection on FreeBSD 11.1+ | Alan Somers | -7/+16 |
| 2021-03-30 | Auto merge of #83170 - joshtriplett:spawn-cleanup, r=kennytm | bors | -33/+27 |
| 2021-03-30 | Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplett | Dylan DPC | -23/+34 |
| 2021-03-29 | Simplify Command::spawn (no semantic change) | Josh Triplett | -33/+27 |
| 2021-03-27 | Rollup merge of #83522 - pickfire:patch-6, r=JohnTitor | Dylan DPC | -5/+3 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -2/+2 |
| 2021-03-28 | Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-27 | Improve fs error open_from unix | Ivan Tham | -5/+3 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-26 | unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDs | Reyk Floeter | -23/+34 |