| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-10-29 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -20/+7 |
| 2022-07-27 | Allow using stable os::fd::raw items through unstable os::wasi module | bstrie | -0/+15 |
| 2021-08-19 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -181/+2 |
| 2021-08-19 | Fix syntax for non-doc comments, and use `crate::` instead of `std::`. | Dan Gohman | -6/+6 |
| 2021-08-19 | Factor out Unix and WASI fd code into a common module. | Dan Gohman | -280/+1 |
| 2021-08-19 | Synchronize minor differences between Unix and WASI implementations. | Dan Gohman | -3/+4 |
| 2021-08-19 | Fix copypasta of "Unix" within the WASI directory. | Dan Gohman | -1/+1 |
| 2021-08-19 | Add Safety comments to the `As*` for `Owned*` implementations. | Dan Gohman | -0/+3 |
| 2021-08-19 | Rename `OwnedFd`'s private field to match it's debug output. | Dan Gohman | -17/+17 |
| 2021-08-19 | Add a test to ensure that RawFd is the size we assume it is. | Dan Gohman | -0/+15 |
| 2021-08-19 | I/O safety. | Dan Gohman | -0/+476 |
