about summary refs log tree commit diff
path: root/library/std/src/io
AgeCommit message (Expand)AuthorLines
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-9/+39
2020-10-26fix(docs): typo in BufWriter documentationMichele Lacchia-1/+1
2020-10-22Only load LOCAL_STREAMS if they are being usedSergio Benitez-0/+5
2020-10-22Capture output from threads spawned in testsTyler Mandry-9/+34
2020-10-16Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnayDylan DPC-1438/+1463
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-100/+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-98/+40
2020-09-21Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnayecstatic-morse-0/+78
2020-09-21Updates stability attributes to the current nightly versionFederico Ponzi-3/+3
2020-09-11Deduplicates io::Write implementationsFederico Ponzi-14/+14
2020-09-10move buffered.rs to mod.rsNathan West-1/+1
2020-09-10Refactor io/buffered.rs into submodulesNathan West-1306/+1331
2020-09-07Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodtbors-0/+87
2020-09-07Implement Seek::stream_position() for BufReaderTobias Rapp-0/+87
2020-09-03More implementations of Write for immutable refsFederico Ponzi-0/+78
2020-09-02Read: adjust a FIXME referenceRalf Jung-5/+8
2020-09-01Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJungbors-4/+4
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-2164/+2149
2020-08-30update fixmesDPC-1/+1
2020-08-29rename get_{ref, mut} to assume_init_{ref,mut} in MaybeuninitDPC-3/+3
2020-08-28Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieubors-176/+785
2020-08-27Once again, x.py tidyNathan West-5/+1
2020-08-27Typo fixesNathan West-5/+5
2020-08-27Improvements to `LineWriter::write_all`Nathan West-26/+79
2020-08-23Convert str -> prim@str in `std`Joshua Nelson-1/+1
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-19Fix nits in intra-doc links for std ioAlexis Bourget-22/+22
2020-08-18Move to intra doc links for std::ioAlexis Bourget-146/+126
2020-08-12Fix intra-doc linkCamelid-0/+1
2020-08-12Switch to intra-doc links in `std/io/mod.rs`Camelid-21/+5
2020-08-12Rebase the LineWriter refactor to the new stdlib layoutNathan West-176/+736
2020-07-27mv std libs to library/mark-0/+8214