about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stdio.rs
AgeCommit message (Expand)AuthorLines
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-6/+6
2022-02-04Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.Dan Gohman-6/+6
2021-08-19I/O safety.Dan Gohman-6/+59
2020-08-21Make raw standard stream constructors constTomasz Miąsko-3/+3
2020-08-21Remove result type from raw standard streams constructorsTomasz Miąsko-7/+7
2020-07-27mv std libs to library/mark-0/+88