| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -55/+74 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -6/+6 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -6/+6 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -25/+18 |
| 2019-03-26 | Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn | bors | -59/+137 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -59/+137 |
| 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 | -25/+18 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -1/+21 |
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -1/+21 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -984/+109 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -984/+109 |
| 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 | Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril | kennytm | -3/+3 |
| 2019-03-16 | Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichton | kennytm | -20/+6 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for Wasm | Linus Unnebäck | -0/+4 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for L4Re | Linus Unnebäck | -1/+4 |
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+13 |
| 2019-03-16 | Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplett | kennytm | -0/+1 |
| 2019-03-16 | Rollup merge of #58901 - ebarnard:just-copying, r=sfackler | kennytm | -1/+86 |
| 2019-03-16 | Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgen | kennytm | -15/+80 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -3/+3 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -9/+9 |
| 2019-03-07 | Always call read/write from default vectored io methods | Steven Fackler | -16/+4 |
| 2019-03-07 | Fix SGX implementations of read/write_vectored. | Steven Fackler | -12/+10 |
| 2019-03-05 | SGX target: Expose thread id function in os module | Jethro Beekman | -0/+1 |
| 2019-03-05 | std: Spin for a global malloc lock on wasm32 | Alex Crichton | -15/+80 |
| 2019-03-04 | Change `std::fs::copy` to use `copyfile` on MacOS and iOS | Edward Barnard | -1/+86 |
| 2019-03-02 | Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton | bors | -8/+25 |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -7/+8 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -2/+1 |
| 2019-02-28 | Fix #[macro_use] extern crate in sys/cloudabi | Taiki Endo | -2/+1 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -1243/+1241 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -81/+525 |
| 2019-02-24 | Fix redox | Steven Fackler | -3/+3 |
| 2019-02-24 | Fix sgx | Steven Fackler | -3/+3 |
| 2019-02-24 | Fix cloudabi | Steven Fackler | -1/+9 |
| 2019-02-24 | Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichton | Mazdak Farrokhzad | -241/+273 |
| 2019-02-24 | Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichton | Mazdak Farrokhzad | -8/+7 |
| 2019-02-23 | Correct OpenOptions::security_qos_flags documentation | Paul Dicker | -6/+20 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -4/+4 |
| 2019-02-23 | Rollup merge of #58453 - jethrogb:jb/sgx-panic-abort, r=nagisa | Mazdak Farrokhzad | -0/+1 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -12/+56 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -75/+114 |
| 2019-02-20 | Address review comments | Paul Dicker | -22/+36 |
| 2019-02-20 | Refactor Windows stdio and remove stdin double buffering | Paul Dicker | -116/+178 |
| 2019-02-20 | Remove unused Read implementation on sys::Windows::Stdin | Paul Dicker | -9/+0 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -78/+4 |
| 2019-02-16 | Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np, r=alex... | kennytm | -2/+22 |
| 2019-02-15 | Fix SECURITY_SQOS_PRESENT missing | Paul Dicker | -2/+5 |