| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
