| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -332/+0 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -2/+8 |
| 2023-05-25 | std: make internal-only items `pub(crate)` | Michael Howell | -3/+3 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+1 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+2 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -1/+17 |
| 2022-01-28 | wasi: enable TcpListener and TcpStream | Harald Hoyer | -0/+4 |
| 2021-08-19 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -34/+69 |
| 2021-08-19 | I/O safety. | Dan Gohman | -59/+79 |
| 2021-08-13 | Change WASI's `RawFd` from `u32` to `c_int` (`i32`). | Dan Gohman | -35/+54 |
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -0/+1 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+228 |
