| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -9/+39 |
| 2020-10-26 | fix(docs): typo in BufWriter documentation | Michele Lacchia | -1/+1 |
| 2020-10-22 | Only load LOCAL_STREAMS if they are being used | Sergio Benitez | -0/+5 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -9/+34 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -1438/+1463 |
| 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 | -100/+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 | -98/+40 |
| 2020-09-21 | Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay | ecstatic-morse | -0/+78 |
| 2020-09-21 | Updates stability attributes to the current nightly version | Federico Ponzi | -3/+3 |
| 2020-09-11 | Deduplicates io::Write implementations | Federico Ponzi | -14/+14 |
| 2020-09-10 | move buffered.rs to mod.rs | Nathan West | -1/+1 |
| 2020-09-10 | Refactor io/buffered.rs into submodules | Nathan West | -1306/+1331 |
| 2020-09-07 | Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt | bors | -0/+87 |
| 2020-09-07 | Implement Seek::stream_position() for BufReader | Tobias Rapp | -0/+87 |
| 2020-09-03 | More implementations of Write for immutable refs | Federico Ponzi | -0/+78 |
| 2020-09-02 | Read: adjust a FIXME reference | Ralf Jung | -5/+8 |
| 2020-09-01 | Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung | bors | -4/+4 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -2164/+2149 |
| 2020-08-30 | update fixmes | DPC | -1/+1 |
| 2020-08-29 | rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit | DPC | -3/+3 |
| 2020-08-28 | Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieu | bors | -176/+785 |
| 2020-08-27 | Once again, x.py tidy | Nathan West | -5/+1 |
| 2020-08-27 | Typo fixes | Nathan West | -5/+5 |
| 2020-08-27 | Improvements to `LineWriter::write_all` | Nathan West | -26/+79 |
| 2020-08-23 | Convert str -> prim@str in `std` | Joshua Nelson | -1/+1 |
| 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-19 | Fix nits in intra-doc links for std io | Alexis Bourget | -22/+22 |
| 2020-08-18 | Move to intra doc links for std::io | Alexis Bourget | -146/+126 |
| 2020-08-12 | Fix intra-doc link | Camelid | -0/+1 |
| 2020-08-12 | Switch to intra-doc links in `std/io/mod.rs` | Camelid | -21/+5 |
| 2020-08-12 | Rebase the LineWriter refactor to the new stdlib layout | Nathan West | -176/+736 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+8214 |