| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-20 | spend another CI build to delete a double newline | Without Boats | -1/+0 | |
| 2020-09-20 | fix typos | Without Boats | -2/+2 | |
| 2020-09-20 | Make RawFd implement the RawFd traits | Without Boats | -0/+20 | |
| 2020-09-15 | Consolidate wasi::process and unsupported::process | Eric Huss | -151/+1 | |
| 2020-09-15 | Consolidate wasi alloc with unix alloc. | Eric Huss | -69/+1 | |
| 2020-09-15 | Consolidate byte-identical modules. | Eric Huss | -59/+2 | |
| 2020-09-03 | Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, ↵ | bors | -8/+60 | |
| r=Mark-Simulacrum Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi partial fix for #73904 There are still more that was not applied in [mod.rs]( https://github.com/rust-lang/rust/blob/38fab2ea92a48980219989817201bf2094ae826a/library/std/src/sys/wasi/mod.rs) and that is due to its using files from `../unsupported` like: ``` #[path = "../unsupported/cmath.rs"] pub mod cmath; ``` | ||||
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -8/+60 | |
| All refactoring needed was only in `alloc.rs`, changed part of the code in `alloc` method to satisfy the SAFETY statement | ||||
| 2020-08-26 | Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, ↵ | Surya Midatala | -25/+2 | |
| primitive_docs.rs & poison.rs | ||||
| 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-08-05 | Fix wasi::fs::OpenOptions to imply write when append is on | Yuto Kawamura | -3/+5 | |
| 2020-07-31 | Fix std::fs::File::metadata permission on WASI target | Shen-Ta Hsieh | -0/+1 | |
| Previously `std::fs::File::metadata` on wasm32-wasi would call `fd_filestat_get` to get metadata associated with fd, but that fd is opened without RIGHTS_FD_FILESTAT_GET right, so it will failed on correctly implemented WASI environment. This change instead to add the missing rights when opening an fd. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+2945 | |
