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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
io
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-15
Pin the ReentrantMutexes in sys::io::stdio.
Mara Bos
-25
/
+29
2020-11-15
Fix outdated comment about not needing to flush stderr.
Mara Bos
-7
/
+3
2020-09-27
Optimize set_{panic,print}(None).
Mara Bos
-0
/
+8
2020-09-27
Relax memory ordering of LOCAL_STREAMS and document it.
Mara Bos
-5
/
+17
2020-09-27
Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used.
Mara Bos
-23
/
+40
2020-09-27
Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay
bors
-36
/
+40
2020-09-24
Call ReentrantMutex::init() in stdout().
Mara Bos
-1
/
+3
2020-09-24
Drop use of Arc from Stdin and Stdout.
Mara Bos
-27
/
+23
2020-09-24
Remove std::io::lazy::Lazy in favour of SyncOnceCell
Mara Bos
-34
/
+40
2020-09-21
Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay
ecstatic-morse
-0
/
+54
2020-09-21
Updates stability attributes to the current nightly version
Federico Ponzi
-2
/
+2
2020-09-11
Deduplicates io::Write implementations
Federico Ponzi
-14
/
+14
2020-09-03
More implementations of Write for immutable refs
Federico Ponzi
-0
/
+54
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-51
/
+3
2020-08-21
Remove wrapper type handling absent raw standard streams
Tomasz Miąsko
-100
/
+33
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-3
/
+6
2020-08-21
Remove result type from raw standard streams constructors
Tomasz Miąsko
-18
/
+10
2020-08-18
Move to intra doc links for std::io
Alexis Bourget
-24
/
+5
2020-07-27
mv std libs to library/
mark
-0
/
+1064