| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -27/+29 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+33 |
| 2021-04-29 | Simplify chdir implementation and minimize unsafe block | Josh Triplett | -5/+3 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -27/+29 |
| 2021-04-27 | Update library/std/src/sys/unix/thread.rs | Alik Aslanyan | -1/+1 |
| 2021-04-26 | Implement setting thread name for Fuchsia | Alik Aslanyan | -4/+30 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+31 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+31 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -32/+30 |
| 2021-04-23 | Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}` | Christiaan Dirkx | -10/+10 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -3/+4 |
| 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/+2 |