about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-536/+0
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-4/+4
2021-02-27Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichtonDylan DPC-0/+5
2021-02-23Enable API documentation for `std::os::wasi`.Dan Gohman-9/+16
2021-02-22Add a `size()` function to WASI's `MetadataExt`.Dan Gohman-0/+5
2021-02-03Restore comment as it wasIngvar Stepanyan-0/+2
2021-02-03Keep old symlink; expose new symlink_pathIngvar Stepanyan-4/+14
2021-01-30Expose correct symlink API on WASIIngvar Stepanyan-9/+5
2020-09-03Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim...bors-0/+1
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+1
2020-08-26Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, primitive_docs.r...Surya Midatala-25/+2
2020-07-27mv std libs to library/mark-0/+538