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