summaryrefslogtreecommitdiff
path: root/library/std/src/sys/unix/stdio.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement read_buf for a few more typesTomasz Miąsko2023-03-061-1/+5
* Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs`Josh Triplett2022-10-101-49/+1
* Implement stabilization of `#[feature(io_safety)]`.Dan Gohman2022-06-141-6/+6
* Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.Dan Gohman2022-02-041-6/+6
* I/O safety.Dan Gohman2021-08-191-6/+59
* Make raw standard stream constructors constTomasz Miąsko2020-08-211-3/+3
* Remove result type from raw standard streams constructorsTomasz Miąsko2020-08-211-7/+7
* mv std libs to library/mark2020-07-271-0/+88