| Age | Commit message (Expand) | Author | Lines |
| 2019-04-05 | wasi: Use shared API for preopened fds | Alex Crichton | -87/+86 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -13/+38 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -13/+38 |
| 2019-04-04 | Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen | bors | -304/+1139 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -262/+1091 |
| 2019-04-01 | SGX target: Use linker option to avoid code CGU assignment kludge | Jethro Beekman | -41/+44 |
| 2019-04-01 | wasi: Implement `error_string` to get readable errors | Alex Crichton | -2/+15 |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -48/+52 |
| 2019-04-01 | wasi: Use raw syscalls for stdio | Alex Crichton | -14/+9 |
| 2019-04-01 | wasi: Load arguments via syscalls | Alex Crichton | -26/+24 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in redox | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in sgx | Mazdak Farrokhzad | -19/+20 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in wasi | Mazdak Farrokhzad | -25/+25 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi | Mazdak Farrokhzad | -3/+4 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -94/+94 |
| 2019-03-30 | Rollup merge of #59512 - euclio:stdio-locks, r=sfackler | Mazdak Farrokhzad | -0/+51 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -0/+1965 |
| 2019-03-29 | implement `AsRawFd` for stdio locks | Andy Russell | -0/+51 |
| 2019-03-28 | Fix missed fn rename in #59284 | Jethro Beekman | -1/+1 |
| 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 |