about summary refs log tree commit diff
path: root/library/std/src/sys/windows/stdio.rs
AgeCommit message (Expand)AuthorLines
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-19I/O safety.Dan Gohman-8/+13
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-6/+6
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/+295