| Age | Commit message (Expand) | Author | Lines |
| 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-09-19 | Rollup merge of #89051 - schctl:master, r=jyn514 | Yuki Okushi | -7/+18 |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -7/+18 |
| 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-02 | Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se | Mara Bos | -2/+1 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-22 | Remove redundant conversions. | Dan Gohman | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 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 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -289/+51 |
| 2021-08-19 | Add I/O safety trait impls for process::Stdio and process::Child. | Dan Gohman | -1/+11 |
| 2021-08-19 | Don't encourage migration until io_safety is stablized. | Dan Gohman | -3/+4 |
| 2021-08-19 | Factor out Unix and WASI fd code into a common module. | Dan Gohman | -280/+2 |
| 2021-08-19 | Synchronize minor differences between Unix and WASI implementations. | Dan Gohman | -4/+5 |
| 2021-08-19 | Reword the description of dup2/dup3. | Dan Gohman | -1/+1 |
| 2021-08-19 | Add Safety comments to the `As*` for `Owned*` implementations. | Dan Gohman | -0/+3 |
| 2021-08-19 | Add Owned*, Borrowed*, and As* to the preludes. | Dan Gohman | -1/+1 |
| 2021-08-19 | Rename `OwnedFd`'s private field to match it's debug output. | Dan Gohman | -17/+17 |
| 2021-08-19 | Be more precise about `mmap` and undefined behavior. | Dan Gohman | -3/+3 |
| 2021-08-19 | Add a test to ensure that RawFd is the size we assume it is. | Dan Gohman | -0/+15 |
| 2021-08-19 | Update library/std/src/os/unix/io/fd.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | I/O safety. | Dan Gohman | -41/+474 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-24 | netbsd enabled ucred | David Carlier | -2/+16 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+39 |
| 2021-07-05 | Enable dir_entry_ext2 feature in doc test. | Mara Bos | -0/+1 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-20 | Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu... | Christiaan Dirkx | -0/+3 |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -1/+68 |
| 2021-06-17 | Rely on libc for correct integer types in os/unix/net/ancillary.rs. | Maarten de Vries | -100/+10 |
| 2021-05-21 | Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr | Aaron Rennow | -0/+38 |
| 2021-05-20 | Not implement `os::unix::fs::chroot` for `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -7/+46 |
| 2021-05-12 | ExitStatusError: Remove mentions in stable docs | Ian Jackson | -27/+3 |
| 2021-05-12 | unix: impl ExitStatusExt for ExitStatusError | Ian Jackson | -7/+70 |
| 2021-05-07 | unix process: pre_exec: Discuss panic safety | Ian Jackson | -0/+6 |