| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -89/+0 | |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+1 | |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -1/+5 | |
| Implement read_buf for TcpStream, Stdin, StdinLock, ChildStdout, ChildStderr (and internally for AnonPipe, Handle, Socket), so that it skips buffer initialization. The other provided methods like read_to_string and read_to_end are implemented in terms of read_buf and so benefit from the optimization as well. This commit also implements read_vectored and is_read_vectored where applicable. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+84 | |
