| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-24 | x.py fmt | Dan Gohman | -1/+1 | |
| 2021-02-24 | Use `super::` to refer to WASI-specific names. | Dan Gohman | -1/+1 | |
| This ensures that these names resolve to the right place even when building the WASI support on other platforms for generating the documentation. | ||||
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad 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-08-21 | Make raw standard stream constructors const | Tomasz Miąsko | -3/+3 | |
| 2020-08-21 | Remove result type from raw standard streams constructors | Tomasz Miąsko | -7/+7 | |
| Raw standard streams constructors are infallible. Remove unnecessary result type. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+102 | |
