about summary refs log tree commit diff
path: root/src/libstd/sys/wasi/ext
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-708/+0
2020-07-21Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors-1/+1
2020-07-07Make WASI's FileExt's read_at/write_at consistent with other targets.Dan Gohman-4/+43
2020-07-07Add `read_exact_at` and `write_all_at` to WASI's `FileExt`Dan Gohman-0/+94
2020-07-05Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman-1/+1
2019-12-22Format the worldMark Rousskov-1/+1
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-12-03Update the `wasi` crate for `wasm32-wasi`Alex Crichton-68/+57
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-7/+11
2019-08-21fixesnewpavlov-1/+3
2019-08-19use wasi cratenewpavlov-7/+9
2019-04-27Stabilized vectored IOSteven Fackler-5/+5
2019-04-11Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocketRyan Levick-0/+55
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-56/+508
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+71