index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-25
[stdio][windows] Use MBTWC and WCTMB
Nicole Mazzuca
-27
/
+47
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-2
/
+1
2022-08-30
Avoid `MaybeUninit::uninit_array()`
Thom Chiovoloni
-4
/
+4
2022-08-30
Avoid zeroing large stack buffers in stdio on Windows
Thom Chiovoloni
-14
/
+27
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-8
/
+8
2022-01-04
Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma...
Matthias Krüger
-18
/
+54
2021-12-15
Modifications to buffer UTF-16 internally so that there is no longer a 4-byte...
PFPoitras
-18
/
+54
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-10-01
Fix ctrl-c causing reads of stdin to return empty on Windows.
Arlo Siemsen
-9
/
+19
2021-09-02
Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se
bors
-14
/
+90
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-19
I/O safety.
Dan Gohman
-8
/
+13
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-03-24
comment pos
Count Count
-1
/
+1
2021-03-24
assert!() instead of panic!() for expected invariant
Count Count
-32
/
+30
2021-03-24
rename fn write_valid_utf8() to write_valid_utf8_to_console()
Count Count
-4
/
+4
2021-03-24
correct comment
Count Count
-1
/
+1
2021-03-24
use io::Error::new_const() everywhere
Count Count
-6
/
+6
2021-03-24
fix
Count Count
-1
/
+1
2021-03-24
Reject byte if it cannot start a valid UTF-8 sequence.
Count Count
-1
/
+2
2021-03-24
fix c&p error
Count Count
-1
/
+1
2021-03-24
Export utf8_char_width() publicly in core::std behind the "str_internals" fea...
Count Count
-12
/
+1
2021-03-24
fix fmt
Count Count
-2
/
+2
2021-03-24
fix incomplete UTF-8 writes in Windows console stdio
Count Count
-14
/
+102
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-6
/
+6
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-3
/
+3
2020-08-21
Remove result type from raw standard streams constructors
Tomasz Miąsko
-7
/
+7
2020-07-27
mv std libs to library/
mark
-0
/
+295