about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-3/+3
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-3/+3
2016-01-13Fix some broken and missing links in the docsOliver Middleton-13/+13
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-0/+9
2015-12-30doc: fix grammarTshepang Lekhonkhobe-2/+2
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+1
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-1/+2
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-9/+30
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+8
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+7
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+107
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-1/+1
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+107
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-15std: Add issues to all unstable featuresAlex Crichton-12/+24
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+1
2015-08-02Docs: clarify return value of std::io::Seek::seekSimon Sapin-2/+3
2015-07-29Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichtonSteve Klabnik-1/+1
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-1/+1
2015-07-27Fix buffer length in std::io::takeSteve Klabnik-1/+1
2015-07-22Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichtonSteve Klabnik-2/+8
2015-07-22Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichtonSteve Klabnik-11/+28
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 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/+11
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-2/+10
2015-06-23doc: remove repeated wordTshepang Lekhonkhobe-1/+1
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+1
2015-05-25doc: fix io::Write::write typoTshepang Lekhonkhobe-1/+1
2015-05-19Add example code and cross-link to BufReader docsMatt Brubeck-1/+4
2015-05-10Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-1/+1
2015-04-28Register new snapshotsTamir Duberstein-2/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-1/+1
2015-04-15Fix some typos.Ms2ger-1/+1