| Age | Commit message (Expand) | Author | Lines |
| 2020-10-09 | remove ReadDir.end_of_stream on targets that don't use it | Josh Stone | -1/+18 |
| 2020-10-09 | unix/vxworks: make DirEntry slightly smaller | Josh Stone | -6/+5 |
| 2020-10-04 | Update libc to 0.2.79 | Josh Triplett | -23/+3 |
| 2020-10-04 | Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay | bors | -0/+4 |
| 2020-10-03 | Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire | Jonas Schievink | -0/+40 |
| 2020-10-02 | Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviper | Jonas Schievink | -6/+8 |
| 2020-10-02 | Simplify fd examples | Guillaume Gomez | -19/+16 |
| 2020-10-02 | Auto merge of #77029 - ehuss:command-access, r=dtolnay | bors | -6/+56 |
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -0/+2 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -7/+6 |
| 2020-10-01 | Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay | bors | -0/+19 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -0/+38 |
| 2020-10-01 | Use posix_spawn on musl targets | Tomasz Miąsko | -6/+8 |
| 2020-09-30 | Rollup merge of #77328 - hyd-dev:assert-to-rtassert, r=Amanieu | Jonas Schievink | -1/+1 |
| 2020-09-29 | Use `rtassert!` instead of `assert!` from the child process after fork() in s... | hyd-dev | -1/+1 |
| 2020-09-28 | fix building libstd for Miri on macOS | Ralf Jung | -49/+50 |
| 2020-09-27 | Reopen standard streams when they are closed on Unix | Tomasz Miąsko | -0/+62 |
| 2020-09-27 | Check conversion from Duration to timespec in futex_wait. | Mara Bos | -12/+11 |
| 2020-09-27 | Move linux-specific futex code into `sys` module. | Mara Bos | -0/+39 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -7/+6 |
| 2020-09-26 | Add accessors to Command. | Eric Huss | -6/+56 |
| 2020-09-25 | Add missing examples for Fd traits | Guillaume Gomez | -0/+43 |
| 2020-09-22 | Revert "Function to convert OpenOptions to c_int" | Joshua Nelson | -35/+0 |
| 2020-09-22 | Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplett | bors | -0/+35 |
| 2020-09-22 | enable unstable open_options_ext_as_flags feature in doc comments | Federico Ponzi | -0/+1 |
| 2020-09-21 | Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=Amanieu | Ralf Jung | -2/+8 |
| 2020-09-20 | fix typos | Without Boats | -2/+2 |
| 2020-09-20 | Make RawFd implement the RawFd traits | Without Boats | -0/+19 |
| 2020-09-19 | Add tracking issue for feature(unix_socket_peek) | rijenkii | -3/+3 |
| 2020-09-16 | Rollup merge of #76758 - adamlesinski:clone_clock, r=tmandry | Tyler Mandry | -1/+3 |
| 2020-09-16 | Sets as_flags as unstable | Federico Ponzi | -1/+1 |
| 2020-09-16 | Rollup merge of #75749 - ehuss:consolidate-sys, r=alexcrichton | Dylan DPC | -42/+44 |
| 2020-09-15 | [fuchsia] Propagate the userspace UTC clock | Adam Lesinski | -1/+3 |
| 2020-09-15 | Auto merge of #75148 - joechrisellis:master, r=Amanieu | bors | -0/+185 |
| 2020-09-15 | Consolidate wasi alloc with unix alloc. | Eric Huss | -42/+44 |
| 2020-09-14 | Fix peer credentials for Android | Joe Ellis | -6/+5 |
| 2020-09-14 | Conditionally compile peer credentials feature for supported platforms | Joe Ellis | -0/+18 |
| 2020-09-14 | Add documentation to public fields of UCred struct | Joe Ellis | -1/+8 |
| 2020-09-14 | Move Unix peer credentials tests to their own file | Joe Ellis | -20/+16 |
| 2020-09-14 | Add pid as an option to UCred struct | Joe Ellis | -3/+5 |
| 2020-09-14 | Use `u32::MAX` instead of `u32::max_value` | Joe Ellis | -1/+1 |
| 2020-09-14 | Add basic test for Unix peer credentials | Joe Ellis | -0/+20 |
| 2020-09-14 | Remove use of `MaybeUninit` in `ucred.rs` | Joe Ellis | -5/+3 |
| 2020-09-14 | Implementation of peer credentials for Unix sockets | Joe Ellis | -0/+145 |
| 2020-09-12 | Remove Windows details from Unix and VmWorks symlink() docstrings | Nicholas Bishop | -9/+0 |
| 2020-09-12 | Auto merge of #76561 - Thomasdezeeuw:iov-constant-limits, r=Amanieu | bors | -18/+47 |
| 2020-09-12 | Rollup merge of #76583 - CDirkx:os-doc, r=jonas-schievink | Ralf Jung | -5/+5 |
| 2020-09-11 | Ignore unnecessary unsafe warnings | Thomas de Zeeuw | -2/+21 |
| 2020-09-11 | Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram` | rijenkii | -20/+192 |