| Age | Commit message (Expand) | Author | Lines |
| 2021-10-30 | Replace `std::os::raw::c_ssize_t` with `std::os::raw::c_ptrdiff_t` | Thom Chiovoloni | -2/+2 |
| 2021-10-23 | Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahc | Matthias Krüger | -4/+4 |
| 2021-10-22 | Apply suggestions from code review | Jane Lusby | -4/+4 |
| 2021-10-15 | Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett | bors | -4/+416 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-10 | integrate I/O safety changes | Milan | -7/+6 |
| 2021-10-10 | cross-platform doctests | Milan Landaverde | -13/+49 |
| 2021-10-10 | moves use ptr within from_abstract_namespace fn | Milan Landaverde | -2/+2 |
| 2021-10-10 | Update tracking issue in stability refs | Milan Landaverde | -7/+7 |
| 2021-10-10 | rustfmt | Milan Landaverde | -6/+25 |
| 2021-10-10 | Add abstract namespace support for Unix domain sockets | Milan Landaverde | -5/+363 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -4/+4 |
| 2021-10-05 | Document the valid values for `HandleOrNull` and `HandleOrInvalid`. | Dan Gohman | -0/+8 |
| 2021-10-05 | Fix compilation on WASI, which doesn't yet support `dup`. | Dan Gohman | -0/+10 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -0/+8 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+173 |
| 2021-09-21 | Rollup merge of #89114 - dequbed:c-char, r=yaahc | the8472 | -1/+1 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -0/+1 |
| 2021-09-20 | Fix a technicality regarding the size of C's `char` type | Nadja Reitzenstein | -1/+1 |
| 2021-09-19 | Rollup merge of #89051 - schctl:master, r=jyn514 | Yuki Okushi | -15/+60 |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -15/+60 |
| 2021-09-17 | Rollup merge of #88953 - joshtriplett:chown, r=dtolnay | Guillaume Gomez | -0/+70 |
| 2021-09-17 | libstd: Add m68k for raw type definitions on Linux | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-15 | Add tracking issue for unix_chown | Josh Triplett | -3/+3 |
| 2021-09-14 | Add chown functions to std::os::unix::fs to change the owner and group of files | Josh Triplett | -0/+70 |
| 2021-09-13 | Move fortanix module position in std::os reexports for alpha sort | Guillaume Gomez | -20/+34 |
| 2021-09-13 | Remove usage of cfg_if in std/src/os/mod.rs | Guillaume Gomez | -31/+71 |
| 2021-09-13 | Simplify std::os module reexports to fix rustdoc linking issues | Guillaume Gomez | -109/+74 |
| 2021-09-09 | Fix Windows compilation errors. | Dan Gohman | -11/+6 |
| 2021-09-09 | Fix another Windows compilation error. | Dan Gohman | -1/+1 |
| 2021-09-09 | Fix more Windows compilation errors. | Dan Gohman | -5/+16 |
| 2021-09-09 | Fix assertion failures in `OwnedHandle` with `windows_subsystem`. | Dan Gohman | -40/+72 |
| 2021-09-09 | Fix Windows compilation errors. | Dan Gohman | -3/+11 |
| 2021-09-09 | Add a `try_clone()` function to `OwnedFd`. | Dan Gohman | -0/+110 |
| 2021-09-04 | Document when to use Windows' `symlink_dir` vs. `symlink_file` | Chris Denton | -2/+20 |
| 2021-09-02 | Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se | Mara Bos | -2/+1 |
| 2021-08-25 | Reference tracking issue | Thom Chiovoloni | -2/+2 |
| 2021-08-25 | Add `c_size_t` and `c_ssize_t` to `std::os::raw`. | Thom Chiovoloni | -0/+14 |
| 2021-08-24 | Stabilise unix_process_await_more, extra ExitStatusExt methods | Ian Jackson | -4/+4 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -3/+3 |
| 2021-08-22 | Remove redundant conversions. | Dan Gohman | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-21 | Implement `AsFd` etc. for `UnixListener`. | Dan Gohman | -1/+25 |
| 2021-08-19 | Stabilize std::os::unix::fs::chroot | Josh Triplett | -2/+1 |
| 2021-08-19 | Fix doc test failures on Windows. | Dan Gohman | -1/+7 |
| 2021-08-19 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -490/+286 |