summary refs log tree commit diff
path: root/src/libstd/sys/wasi
AgeCommit message (Expand)AuthorLines
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-29/+0
2019-04-27Stabilized vectored IOSteven Fackler-44/+44
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-4/+24
2019-04-14Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertjMazdak Farrokhzad-2/+1
2019-04-11Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocketRyan Levick-67/+190
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-4/+24
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-04-05wasi: Use shared API for preopened fdsAlex Crichton-87/+86
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-203/+1085
2019-04-01wasi: Implement `error_string` to get readable errorsAlex Crichton-2/+15
2019-04-01wasi: Use raw syscalls for stdioAlex Crichton-14/+9
2019-04-01wasi: Load arguments via syscallsAlex Crichton-26/+24
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in wasiMazdak Farrokhzad-25/+25
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+1962