about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-1/+5
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-2/+2
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-1/+5
2015-09-08some more clippy-based improvementsAndre Bogus-4/+4
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+7
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+140
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-2/+2
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+140
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-15std: Add issues to all unstable featuresAlex Crichton-16/+32
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-149/+2
2015-08-11rollup merge of #27679: durka/patch-5Alex Crichton-4/+4
2015-08-11correct copy/paste typos in stdio.rs commentsAlex Burka-4/+4
2015-08-11Register new snapshotsAlex Crichton-9/+0
2015-08-10Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichtonbors-2/+14
2015-08-10std: Allow ?Sized parameters in std::io::copyUlrik Sverdrup-2/+14
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+5
2015-08-02Docs: clarify return value of std::io::Seek::seekSimon Sapin-2/+3
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-9/+6
2015-07-31Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichtonbors-1/+1
2015-07-29Rollup merge of #27345 - killercup:patch-15, r=alexcrichtonSteve Klabnik-4/+2
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