about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-07-14Auto merge of #27024 - bluss:io-drain, r=alexcrichtonbors-8/+1
2015-07-14Use Vec::drain in BufWriterUlrik Sverdrup-8/+1
2015-07-12doc: remove redundant infoTshepang Lekhonkhobe-4/+0
2015-07-11Auto merge of #26903 - steveklabnik:io_function_docs, r=alexcricthonbors-19/+158
2015-07-10More docs for std::io::BufReaderSteve Klabnik-4/+77
2015-07-10Add more std::io documentation.Steve Klabnik-19/+158
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-2/+3
2015-07-09io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fillUlrik Sverdrup-2/+3
2015-07-08Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichtonbors-6/+11
2015-07-08io: Simplify BufReader::with_capacityUlrik Sverdrup-4/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-2/+10
2015-07-05std: small doc fixes for BufReader and BufWriterGeorg Brandl-8/+8
2015-06-30doc: add example for Stdin::read_lineTshepang Lekhonkhobe-0/+22
2015-06-23Auto merge of #26514 - tshepang:repetition, r=Gankrobors-1/+1
2015-06-23doc: remove repeated wordTshepang Lekhonkhobe-1/+1
2015-06-19Add a test for Debug for io::ErrorPeter Atashian-0/+10
2015-06-18Custom Debug impl for io::ErrorPeter Atashian-1/+11
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+6
2015-06-17std: Deprecate the io::BufStream typeAlex Crichton-0/+4
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-19/+77
2015-06-14Implement RFC 1014Steven Fackler-19/+77
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-30std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0Mikhail Zabaluev-1/+1
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+8
2015-05-28Mention UFCS sadness in instability messagesSteven Fackler-3/+6
2015-05-27Add a test for downcastingSteven Fackler-2/+38
2015-05-27Add accessors for io::Error's inner error.Steven Fackler-6/+42
2015-05-27Delegate io::Error::cause to inner errorSteven Fackler-0/+7
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-21/+20
2015-05-25doc: fix io::Write::write typoTshepang Lekhonkhobe-1/+1
2015-05-20doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'Tshepang Lekhonkhobe-7/+8
2015-05-19Add example code and cross-link to BufReader docsMatt Brubeck-1/+22
2015-05-10Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-6/+6
2015-05-05Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturonbors-10/+18
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-3/+3
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-3/+3
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-1/+1
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-1/+2
2015-04-30std: Destabilize io::BufStreamAlex Crichton-10/+18
2015-04-28Register new snapshotsTamir Duberstein-3/+1
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-22Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-7/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-3/+8
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1