| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Add PidFd type and seal traits | Dominik Stolz | -88/+155 |
| 2021-07-21 | Typo fix | Josh Triplett | -1/+1 |
| 2021-07-21 | Add Linux-specific pidfd process extensions | Aaron Hill | -6/+110 |
| 2021-07-19 | Add comments explaining the unix command-line argument support. | Dan Gohman | -2/+16 |
| 2021-07-17 | x.py fmt | Dan Gohman | -5/+1 |
| 2021-07-17 | Remove an unnecessary `Mutex` around argument initialization. | Dan Gohman | -8/+7 |
| 2021-07-17 | Remove args cleanup code. | Dan Gohman | -14/+0 |
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -4/+38 |
| 2021-07-09 | Fix linker error | Aris Merchant | -11/+30 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -5/+4 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -7/+35 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+4 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -7/+35 |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -17/+39 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -2/+266 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -9/+12 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -1/+1 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+83 |
| 2021-06-18 | ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos | Ian Jackson | -0/+20 |
| 2021-06-18 | ErrorKind: Fix a spurious space | Ian Jackson | -1/+1 |
| 2021-06-18 | ErrorKind: Reformat the mapping table (unix) | Ian Jackson | -17/+19 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -9/+12 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -9/+9 |
| 2021-06-10 | Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-se | Yuki Okushi | -58/+7 |
| 2021-06-01 | Support Android ndk versions `r23-beta3` and up | Tilmann Meyer | -1/+0 |
| 2021-06-01 | Multiple improvements to RwLocks | BenoƮt du Garreau | -58/+7 |
| 2021-05-26 | Rename opensbd to openbsd | Albert Ford | -3/+3 |
| 2021-05-23 | Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay | bors | -4/+30 |
| 2021-05-21 | Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr | Aaron Rennow | -0/+4 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -1/+1 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Not implement `os::unix::fs::chroot` for `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-05-20 | Add `ExitStatusError` for `vxworks` | Christiaan Dirkx | -3/+29 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -1/+1 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -1/+1 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -3/+5 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -7/+52 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -1/+1 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -7/+52 |
| 2021-05-07 | panic/fork test: Do not run on emscripten | Ian Jackson | -0/+1 |
| 2021-05-07 | panic ui test: Provide comprehensive test for panic after fork | Ian Jackson | -0/+3 |
| 2021-05-07 | panic tests: Command: Test that we do not unwind past fork | Ian Jackson | -0/+23 |
| 2021-05-07 | panic/fork: Command: Do not unwind after fork() in child | Ian Jackson | -0/+1 |
| 2021-05-06 | Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahc | Dylan DPC | -5/+3 |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -5374/+0 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -5/+5 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -5/+5 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+1 |