about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-07-29Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichtonSteve Klabnik-2/+2
2015-07-29Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichtonSteve Klabnik-4/+0
2015-07-29Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichtonSteve Klabnik-1/+1
2015-07-28std: Stabilize a number of small APIsAlex Crichton-9/+6
2015-07-28IO Docs: Fix Link in Cursor descriptionPascal Hertleif-4/+2
2015-07-27fix two linksSteve Klabnik-2/+2
2015-07-27Remove warning header for consistencySteve Klabnik-4/+0
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-2/+2
2015-07-27Fix buffer length in std::io::takeSteve Klabnik-1/+1
2015-07-22Rollup merge of #27170 - steveklabnik:doc_std_io_intoinnererror, r=alexcrichtonSteve Klabnik-1/+73
2015-07-22Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichtonSteve Klabnik-2/+8
2015-07-22Rollup merge of #27166 - steveklabnik:doc_std_io_linewriter, r=alexcrichtonSteve Klabnik-3/+120
2015-07-22Rollup merge of #27164 - steveklabnik:doc_io_utils, r=alexcrichtonSteve Klabnik-1/+16
2015-07-22Rollup merge of #27163 - steveklabnik:doc_std_io_cursor, r=alexcrichtonSteve Klabnik-9/+140
2015-07-22Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichtonSteve Klabnik-11/+28
2015-07-22Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichtonSteve Klabnik-5/+97
2015-07-22Improve documentation for std::io::CursorSteve Klabnik-9/+140
2015-07-22Improve documentation for std::io::LineWriterSteve Klabnik-3/+120
2015-07-22Improve documentation for std::io::BufWriterSteve Klabnik-5/+97
2015-07-21Expand documentation for IntoInnerErrorSteve Klabnik-1/+73
2015-07-20Write better docs for std::ioSteve Klabnik-0/+229
2015-07-20Update docs for take and broadcastSteve Klabnik-2/+8
2015-07-20Document structures in std::io::utilsSteve Klabnik-1/+16
2015-07-20Document iterators in std::ioSteve Klabnik-11/+28
2015-07-16Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in...Steve Klabnik-58/+601
2015-07-16More docs for std::io free functions.Steve Klabnik-10/+10
2015-07-16More docs for std::io::WriteSteve Klabnik-12/+114
2015-07-16More docs for std::io::SeekSteve Klabnik-6/+27
2015-07-16More docs for std::io::ReadSteve Klabnik-12/+278
2015-07-16More docs for std::io::BufReadSteve Klabnik-32/+186
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+15
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-08Stdin::read_line: read_line does not need a mutable borrowRalf Jung-1/+1
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