| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -0/+2 | |
| 2024-08-05 | WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} | Georgii Rylov | -1/+1 | |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -2/+2 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+2 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -2/+1 | |
| This reverts commit 31ecf341250a889ac1154b2cbe3f0b97f9d008c1. Co-authored-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+2 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -0/+3 | |
| > add intra doc links > add a usage example for the os::windows module | ||||
| 2021-08-19 | Add Owned*, Borrowed*, and As* to the preludes. | Dan Gohman | -1/+1 | |
| 2021-08-19 | I/O safety. | Dan Gohman | -0/+1 | |
| Introduce `OwnedFd` and `BorrowedFd`, and the `AsFd` trait, and implementations of `AsFd`, `From<OwnedFd>` and `From<T> for OwnedFd` for relevant types, along with Windows counterparts for handles and sockets. Tracking issue: - <https://github.com/rust-lang/rust/issues/87074> RFC: - <https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md> | ||||
| 2021-05-14 | Expand WASI abbreviation in docs | r00ster | -1/+1 | |
| 2021-05-03 | Move `std::sys::wasi::ext` to `std::os::wasi` | Christiaan Dirkx | -0/+53 | |
