| Age | Commit message (Expand) | Author | Lines |
| 2019-04-19 | Fix sync_all on macos/ios | David Vázquez Púa | -2/+9 |
| 2019-04-16 | Add a comment explaining why SecRandomCopyBytes is not used on MacOS | Ed Barnard | -0/+7 |
| 2019-04-14 | Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler | Mazdak Farrokhzad | -15/+35 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -15/+35 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -2/+1 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -7/+20 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -7/+20 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -21/+2 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -21/+21 |
| 2019-03-29 | implement `AsRawFd` for stdio locks | Andy Russell | -0/+15 |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -55/+74 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -8/+5 |
| 2019-03-23 | fs::copy() set file mode early | Harald Hoyer | -55/+74 |
| 2019-03-22 | Update sys::time impls to have checked_sub_instant | Linus Färnstrand | -8/+5 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -1/+4 |
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -1/+4 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -285/+35 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -285/+35 |
| 2019-03-21 | FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] | MikaelUrankar | -2/+2 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for L4Re | Linus Unnebäck | -1/+4 |
| 2019-03-16 | Rollup merge of #58901 - ebarnard:just-copying, r=sfackler | kennytm | -1/+86 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -2/+2 |
| 2019-03-04 | Change `std::fs::copy` to use `copyfile` on MacOS and iOS | Edward Barnard | -1/+86 |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -3/+4 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -1/+0 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -365/+351 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -8/+147 |
| 2019-02-24 | Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichton | Mazdak Farrokhzad | -21/+14 |
| 2019-02-24 | Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichton | Mazdak Farrokhzad | -8/+7 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -1/+1 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -6/+28 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -8/+14 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -14/+1 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -3/+3 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -8/+147 |
| 2019-02-13 | Return without a reference in unix Weak::get() | Josh Stone | -5/+4 |
| 2019-02-13 | Avoid allocation in std::sys::unix::weak | Josh Stone | -3/+3 |
| 2019-02-13 | Use posix_spawn_file_actions_addchdir_np when possible | Josh Stone | -2/+22 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -13/+13 |
| 2019-02-11 | remove "experimental" wording from std::os::unix | Andy Russell | -1/+1 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -11/+11 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-08 | std::sys::unix::stdio: explain why we do into_raw | Ralf Jung | -3/+3 |
| 2019-02-03 | POSIX requires async signal safety for fork in signal handlers, not in general | Ralf Jung | -2/+1 |
| 2019-02-03 | more formatting | Ralf Jung | -2/+4 |
| 2019-02-02 | pre_exec: expand docs | Ralf Jung | -3/+4 |
| 2019-02-02 | deprecate things a bit slower | Ralf Jung | -1/+1 |
| 2019-02-01 | also replace before_exec by pre_exec on redox | Ralf Jung | -1/+1 |
| 2019-02-01 | deprecate before_exec in favor of unsafe pre_exec | Ralf Jung | -4/+24 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |