about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/pipe.rs
AgeCommit message (Collapse)AuthorLines
2020-09-15Consolidate byte-identical modules.Eric Huss-40/+0
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+2
All refactoring needed was only in `alloc.rs`, changed part of the code in `alloc` method to satisfy the SAFETY statement
2020-07-27mv std libs to library/mark-0/+38