about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/alloc.rs
AgeCommit message (Collapse)AuthorLines
2020-09-15Consolidate wasi alloc with unix alloc.Eric Huss-69/+0
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-8/+35
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/+42